From 05bd2ff4bb185870ff829ef2ed28694d61832f2c Mon Sep 17 00:00:00 2001 From: Mritunjay Kumar Sharma <mritunjaysharma394@gmail.com> Date: Wed, 26 Jan 2022 09:06:22 +0530 Subject: [PATCH] Updates Changelog to add note for anyPattern issue due to k8s v1.23 (#3045) * adds notes for anyPattern issue due to k8s v1.23 Signed-off-by: Mritunjay Sharma <mritunjaysharma394@gmail.com> * updates changelog Signed-off-by: Mritunjay Sharma <mritunjaysharma394@gmail.com> * updates changelog for any/all Signed-off-by: Mritunjay Sharma <mritunjaysharma394@gmail.com> * Update CHANGELOG.md Co-authored-by: Jordan Liggitt <jordan@liggitt.net> Co-authored-by: shuting <shuting@nirmata.com> Co-authored-by: shuting <shutting06@gmail.com> Co-authored-by: Jordan Liggitt <jordan@liggitt.net> --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c48a66cc0..5e7c6a94f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ ## v1.6.0-rc1 ### Note - Helm charts are changed to enforce PodDisruptionBudget for multi-replica clusters and PDB is removed from install manifests. - +- `anyPattern` for Kyverno validate policies breaks in Kubernetes `v1.23.0`-`v1.23.2`, and the fix is being tracked by this [PR](https://github.com/kubernetes/kubernetes/pull/107688) and will be available in `v1.23.3`. +- To use `any/all` conditions for policies that use `preconditons` and `deny.conditions`, the user can go to this [resource](https://kyverno.io/docs/writing-policies/preconditions/#any-and-all-statements) as a good starting point. ## v1.5.0-rc1 ### Note - The Helm CRDs was switched back to kyverno chart. To upgrade using Helm, please refer to https://github.com/kyverno/website/pull/304.