sigs.k8s.io/cluster-api@v1.7.1/CHANGELOG/v1.5.2.md (about) 1 ## 👌 Kubernetes version support 2 3 - Management Cluster: v1.24.x -> v1.28.x 4 - Workload Cluster: v1.22.x -> v1.28.x 5 6 [More information about version support can be found here](https://cluster-api.sigs.k8s.io/reference/versions.html) 7 8 ## Changes since v1.5.1 9 --- 10 ## :chart_with_upwards_trend: Overview 11 - 19 new commits merged 12 - 1 feature addition ✨ 13 - 4 bugs fixed 🐛 14 15 ## :sparkles: New Features 16 - ClusterClass: Introduce NamingStrategy and allow generating names using go templates (#9428) 17 18 ## :bug: Bug Fixes 19 - e2e: Fix autoscaler image repo (#9357) 20 - KCP: Fix KCP Controller reconcile always return error when workload cluster is unreachable (#9449) 21 - MachineHealthCheck: Fix excessive trace logging in the machine health check controller (#9426) 22 - Testing: Don't use v1alpha3 in clusterctl upgrade test (#9412) 23 24 ## :seedling: Others 25 - ClusterClass: Improve Cluster variable defaulting/validation errors (#9479) 26 - ClusterClass: Improve message for TopologyReconciledCondition (#9401) 27 - Dependency: Bump cert-manager to v1.13.0 (#9413) 28 - Dependency: Bump to Go 1.20.8 (#9383) 29 - e2e: Bump autoscaler to v1.28.0 (#9351) 30 - KCP: Remove redundant GetRESTConfig in KCP Management.GetWorkloadCluster (#9451) 31 - Runtime SDK: Improve ClusterClass watch for ExtensionConfigs (#9356) 32 33 :book: Additionally, there have been 6 contributions to our documentation and book. (#9365, #9430, #9435, #9466, #9470, #9491) 34 35 36 _Thanks to all our contributors!_ 😊