1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00
Cloud Native Policy Management
Find a file
shuting 38ca9e702e
Release 1.6.3 (#4134)
* fix: do not remove webhooks during initialization (#3641)

* Do not remove webhooks during initialization

During initialization the Kyverno leader Pod deletes all the
existing webhooks and recreates them. There is a small time window were
the cluster is not protected by the webhooks, allowing a user to apply
resources without any verfication.
This commit updates the leader registration logic to not remove and
recreate the webhooks but, in the case that the webhooks already exist,
update them.

Signed-off-by: Ioannis Bouloumpasis <buluba@arrikto.com>

* Fix linter errors

Signed-off-by: Ioannis Bouloumpasis <buluba@arrikto.com>

* Use the Lister to get webhook configurations

Signed-off-by: Ioannis Bouloumpasis <buluba@arrikto.com>
Signed-off-by: ShutingZhao <shuting@nirmata.com>

* Tag v1.6.3

Signed-off-by: ShutingZhao <shuting@nirmata.com>

Co-authored-by: Ioannis Bouloumpasis <buluba89@gmail.com>
2022-06-17 20:46:19 +05:30
.github Support releasing kyverno and kyverno-policies chart separately (#3672) 2022-04-25 22:40:55 +08:00
api fix mutate preprocessing for anchors (#3052) 2022-01-23 13:54:22 +00:00
charts Release 1.6.3 (#4134) 2022-06-17 20:46:19 +05:30
cmd feat: generate support for namespace policy (#3498) 2022-03-29 12:27:21 +00:00
config Release 1.6.3 (#4134) 2022-06-17 20:46:19 +05:30
data Restructure project to follow standards (#2632) 2021-10-29 18:13:20 +02:00
docs [docs]: sync api docs with latest api changes (#2808) 2021-12-09 14:44:29 +00:00
img upload logo (#1560) 2021-02-08 13:09:37 -08:00
litmuschaos Feature/cosign (#2078) 2021-07-09 18:01:46 -07:00
pkg Release 1.6.3 (#4134) 2022-06-17 20:46:19 +05:30
scripts Run E2E tests on all supported k8s versions (#3256) 2022-02-25 18:21:11 +08:00
test support for deprecated API's (#3439) (#3453) 2022-03-23 16:10:20 +08:00
.codeclimate.yml remove arm from goreleaser (#903) 2020-06-04 11:45:37 -07:00
.directory Implemented validation across same yaml 2019-06-20 18:21:55 +03:00
.gitignore Automate CLI binaries releases (#2236) 2021-08-10 09:07:46 -07:00
.golangci.yml codeclimate and golangci-lint added 2020-03-24 02:01:50 +05:30
.goreleaser.yml Add arm64 goarch to go releaser (#2991) 2022-01-15 15:39:52 -08:00
.krew.yaml Added Mac ARM64 build to Krew config (#3002) 2022-01-18 11:32:34 +00:00
ADOPTERS.md Updated the list of adopters (#2828) 2022-01-04 01:56:50 +00:00
CHANGELOG.md Cherry-pick commits and release 1.6.0-rc2 (#3123) 2022-01-29 06:51:55 +00:00
CODE_OF_CONDUCT.md Fix typos (#2860) 2021-12-18 20:03:16 +00:00
CODEOWNERS Add samj1912 to codeowners (#3015) 2022-01-18 12:11:15 +00:00
CONTRIBUTING.md Fix typos (#2860) 2021-12-18 20:03:16 +00:00
go.mod validate and block policy based on the matched kind cache (#3283) (#3291) 2022-02-24 16:32:41 +08:00
go.sum validate and block policy based on the matched kind cache (#3283) (#3291) 2022-02-24 16:32:41 +08:00
LICENSE Create LICENSE 2019-06-05 23:00:32 -04:00
MAINTAINERS.md Updated the list of adopters (#2828) 2022-01-04 01:56:50 +00:00
Makefile fix release tag command (#3323) 2022-03-01 23:58:03 +05:30
OWNERS.md Add samj1912 to codeowners (#3015) 2022-01-18 12:11:15 +00:00
README.md Fix typos (#2860) 2021-12-18 20:03:16 +00:00
SECURITY.md feat: security.md 2021-09-19 09:50:26 +05:30

Kyverno Tweet

Kubernetes Native Policy Management 🎉

build prereleaser Go Report Card License: Apache-2.0 GitHub Repo stars

logo

Kyverno is a policy engine designed for Kubernetes. It can validate, mutate, and generate configurations using admission controls and background scans. Kyverno policies are Kubernetes resources and do not require learning a new language. Kyverno is designed to work nicely with tools you already use like kubectl, kustomize, and Git.

📙 Documentation

Kyverno installation and reference documents are available at kyverno.io.

👉 Quick Start

👉 Installation

👉 Sample Policies

🙋‍♂️ Getting Help

We are here to help!

👉 For feature requests and bugs, file an issue.

👉 For discussions or questions, join the Kyverno Slack channel.

👉 For community meeting access, join the mailing list.

👉 To get updates star this repository.

Contributing

Thanks for your interest in contributing to Kyverno! Here are some steps to help get you started:

✔ Read and agree to the Contribution Guidelines.

✔ Browse through the GitHub discussions.

✔ Read Kyverno design and development details on the GitHub Wiki.

✔ Check out the good first issues list. Add a comment with /assign to request assignment of the issue.

✔ Check out the Kyverno Community page for other ways to get involved.

Contributors

Kyverno is built and maintained by our growing community of contributors!

Made with contributors-img.