sigs.k8s.io/cluster-api@v1.7.1/CHANGELOG/v1.6.2.md (about) 1 ## 👌 Kubernetes version support 2 3 - Management Cluster: v1.25.x -> v1.29.x 4 - Workload Cluster: v1.23.x -> v1.29.x 5 6 [More information about version support can be found here](https://cluster-api.sigs.k8s.io/reference/versions.html) 7 8 ## Highlights 9 * :warning: Warning: This release fixes a bug (#10051) that was introduced in v1.6.0, which caused a regression in the conversion of v1alpha3/v1alpha4 objects. It is recommended to upgrade to v1.6.2 to avoid the issue. 10 11 ## Changes since v1.6.1 12 ## :chart_with_upwards_trend: Overview 13 - 16 new commits merged 14 - 3 bugs fixed 🐛 15 16 ## :bug: Bug Fixes 17 - [API/e2e]: Restore v1alpha3/v1alpha4 conversion to fix SSA issue & add e2e test coverage (#10151) 18 - :warning: Warning: This change is a fix for the conversion bug that was introduced in v1.6.0. 19 - ClusterCacheTracker: Fix ClusterCacheTracker memory leak (#10064) 20 - Machine: Watch external objects for machine before deleting (#10177) 21 22 ## :seedling: Others 23 - clusterctl: Bump cert-manager to v1.14.2 (#10120) (#10127) 24 - clusterctl: Clarify rules for adding new clusterctl default providers (#10109) 25 - Community meeting: Promote chrischdi to Cluster API maintainer (#10089) 26 - Dependency: Bump controller runtime v0.16.5 (#10163) 27 - Dependency: Bump Go to 1.21.5 (#10152) 28 - e2e: Use manager in test extension (#10106) 29 - Testing: Print conformance image used in kubetest (#10081) 30 31 :book: Additionally, there have been 4 contributions to our documentation and book. (#10024, #10047, #10105, #10116) 32 33 34 _Thanks to all our contributors!_ 😊