diff --git a/docs/releases/unreleased.md b/docs/releases/unreleased.md index 6c14a499..de866bc1 100644 --- a/docs/releases/unreleased.md +++ b/docs/releases/unreleased.md @@ -25,6 +25,7 @@ The distribution is maintained with ❤️ by the team [SIGHUP](https://sighup.i ## Fixes 🐞 - [[#334](https://github.com/sighupio/fury-distribution/pull/334)] **Fix to policy module templates**: setting the policy module type to `gatekeeper` and the `additionalExcludedNamespaces` option for Kyverno at the same time resulted in an error do to an bug in the templates logic, this has been fixed. +- [[#336](https://github.com/sighupio/fury-distribution/pull/336)] **Fix race condition when deleting Kyverno**: changing the policy module type from `kyverno` to `none` could, sometimes, end up in a race condition where the API for ClusterPolicy CRD is unregistered before the deletion of the ClusterPolicy objects, resulting in an error in the deletion command execution. The deletion command has been tweaked to avoid this condition. ## Upgrade procedure