Skip to content

v1.5.4

Compare
Choose a tag to compare
@bigkevmcd bigkevmcd released this 09 Nov 10:14
· 11 commits to main since this release
c4afe68

What's Changed

  • Allow removal when referenced secret exists. by @bigkevmcd in #78

GitopsCluster resources can now be annotated to indicate that they do not need the finalizer to block removal of a cluster while the secret exists.

This functionality exists to prevent leaving high-privilege Secrets around in the cluster, but it can cause problems with automated cascading deletion.

Adding an annotation clusters.gitops.weave.works/no-secret-finalizer with any value to the GitopsCluster will enable this.

Full Changelog: v1.5.3...v1.5.4