From 96f91e45e7932bb15ea19db0b4bebfcd2a20d806 Mon Sep 17 00:00:00 2001 From: Alex Rukletsov Date: Thu, 28 Nov 2024 14:54:39 +0100 Subject: [PATCH 1/2] Update Readme. --- README.md | 30 ++++++++++++------------------ 1 file changed, 12 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 124d086d8..c1da326cd 100644 --- a/README.md +++ b/README.md @@ -204,28 +204,22 @@ The following are tutorials on KubeLinter written by users. If you have one that * [How to add a new check in KubeLinter?](https://www.psaggu.com/upstream-contribution/2021/08/17/notes.html) by Priyanka Saggu. * [Extending kube-linter To Build A Custom Template](https://github.com/garethahealy/kubelinter-extending-blog) by [Gareth Healy](https://github.com/garethahealy). -## Community - -If you would like to engage with the KubeLinter community, including maintainers and other users, you can join the Slack workspace [here](https://join.slack.com/t/kube-linter/shared_invite/zt-kla9qvyo-Tk~wynTSbr9EE3AjHcv4BQ). - -To contribute, check out our [contributing guide](./CONTRIBUTING.md). - -As a reminder, all participation in the KubeLinter community is governed by our [code of conduct](./CODE_OF_CONDUCT.md). +## LICENSE -## WARNING: Alpha release +KubeLinter is licensed under the [Apache License 2.0](./LICENSE). -KubeLinter is at an early stage of development. There may be breaking changes in -the future to the command usage, flags, and configuration file formats. However, -we encourage you to use KubeLinter to test your environment YAML files, see what -breaks, and [contribute](./CONTRIBUTING.md). +## Community -## LICENSE +If you would like to engage with the KubeLinter community, including maintainers and other users, you can join the Slack workspace [here](https://join.slack.com/t/kube-linter/shared_invite/zt-kla9qvyo-Tk~wynTSbr9EE3AjHcv4BQ). -KubeLinter is licensed under the [Apache License 2.0](./LICENSE). +There may be breaking changes in the future to the command usage, flags, and configuration +file formats. However, we encourage you to use KubeLinter to test your environment YAML +files, see what breaks, and [contribute](./CONTRIBUTING.md). -## StackRox +As a reminder, all participation in the KubeLinter community is governed by our +[code of conduct](./CODE_OF_CONDUCT.md). -KubeLinter is made with ❤️ by [StackRox](https://stackrox.com/). +## -If you're interested in KubeLinter, or in any of the other cool things we do, please know that we're hiring! -Check out our [open positions](https://www.stackrox.com/job-board/). We'd love to hear from you! +KubeLinter is created with ❤️ by [StackRox](https://www.stackrox.io/) and is now powered +by [Red Hat](https://stackrox.com/). From 82cbd33a0b3fae921d653e5a5241994f4a497e9c Mon Sep 17 00:00:00 2001 From: Alex Rukletsov Date: Fri, 29 Nov 2024 13:23:25 +0100 Subject: [PATCH 2/2] Try `---` for line separator. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1da326cd..90f804ecc 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ files, see what breaks, and [contribute](./CONTRIBUTING.md). As a reminder, all participation in the KubeLinter community is governed by our [code of conduct](./CODE_OF_CONDUCT.md). -## +--- KubeLinter is created with ❤️ by [StackRox](https://www.stackrox.io/) and is now powered by [Red Hat](https://stackrox.com/).