Skip to content

Releases: weaveworks/cluster-controller

v1.6.0

30 Nov 16:29
1d0c71d
Compare
Choose a tag to compare

What's Changed

GitopsClusters are now validated, with the requirement to have either a .spec.capiClusterRef or .spec.secretRef.

Invalid GitopsClusters are blocked by the Kubernetes CRD validation mechanism.

This may cause existing GitopsCluster resources to be invalid.

Full Changelog: v1.5.5...v1.6.0

v1.5.5

10 Nov 11:16
9fb4a67
Compare
Choose a tag to compare

What's Changed

  • Add status message when referencing secrets. by @bigkevmcd in #81

When a GitopsCluster references a secret rather than a CAPI cluster, the status message will be updated to reflect this.

Full Changelog: v1.5.4...v1.5.5

v1.5.4

09 Nov 10:14
c4afe68
Compare
Choose a tag to compare

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

v1.5.3

07 Nov 11:29
de46e39
Compare
Choose a tag to compare

What's Changed

This is just a dependencies update to avoid security issues.

New Contributors

Full Changelog: v1.5.2...v1.5.3

v1.5.2

16 May 15:20
3539df9
Compare
Choose a tag to compare

What's Changed

  • Bump the RBAC proxy version. by @bigkevmcd in #36
  • Update dockerfile to try and fix running on m1 macs by @foot in #37

Full Changelog: v1.5.1...v1.5.2

v1.5.1

10 May 11:41
4729305
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.5.1

v1.4.1

25 Oct 16:18
v1.4.1
b3ca3ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.4.0

19 Oct 13:44
v1.4.0
f8e7260
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.2...v1.4.0

v1.3.2

21 Sep 10:50
v1.3.2
b9c7555
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

Support for provisioned clusters

19 Sep 14:52
5a869c6
Compare
Choose a tag to compare

This provides support for updating the conditions to reflect a provisioned cluster.

This also includes a mechanism for marking a manually provisioned cluster as "provisioned".