|
| 1 | +## 👌 Kubernetes version support |
| 2 | + |
| 3 | +- Management Cluster: v1.30.x -> v1.34.x |
| 4 | +- Workload Cluster: v1.28.x -> v1.34.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.11.0 |
| 9 | +## :chart_with_upwards_trend: Overview |
| 10 | +- 22 new commits merged |
| 11 | +- 3 feature additions ✨ |
| 12 | +- 8 bugs fixed 🐛 |
| 13 | + |
| 14 | +## :sparkles: New Features |
| 15 | +- CI: Bump autoscaler to a9cb59fdd (#12707) |
| 16 | +- CI: Bump Kubernetes in tests to v1.34.0 and claim support for v1.34 (#12705) |
| 17 | +- e2e: Bump Kubernetes version used for testing to v1.34.0-rc.2 (#12659) |
| 18 | + |
| 19 | +## :bug: Bug Fixes |
| 20 | +- API: Only try to convert infraRefs if they are set (#12693) |
| 21 | +- API: Register conversion funcs in schemes (#12697) |
| 22 | +- CABPK: Always use latest apiVersion when getting owner of KubeadmConfig in CABPK (#12689) |
| 23 | +- ClusterClass: Ensure holder field path in GeneratePatchRequest is set based on contract (#12691) |
| 24 | +- ClusterClass: Fix field paths in ClusterClass compatibility validation errors (#12670) |
| 25 | +- ClusterClass: Stop adding conversion-data annotation to Cluster object (#12721) |
| 26 | +- e2e/CAPD: Remove finalizers during deletion if ownerRef was never set (#12678) |
| 27 | +- Testing: Fix KubeadmConfig fuzz test flake (#12682) |
| 28 | + |
| 29 | +## :seedling: Others |
| 30 | +- clusterctl: Allow metadata.yaml's Kind to be empty (#12715) |
| 31 | +- Dependency: Bump github.com/go-viper/mapstructure/v2 to fix CVE (#12680) |
| 32 | +- Dependency: Bump to envtest v1.34.0 (#12706) |
| 33 | +- e2e: Bump to kind v0.30.0 (#12708) |
| 34 | +- e2e: Get kind mgmt cluster logs in clusterctl upgrade test (#12688) |
| 35 | +- Misc: Log version and git commit on controller start (#12696) |
| 36 | +- Release/clusterctl: Add CAPRKE2 to release tool’s issue-opening providers list (#12717) |
| 37 | + |
| 38 | +:book: Additionally, there have been 4 contributions to our documentation and book. (#12667, #12668, #12671, #12674) |
| 39 | + |
| 40 | +## Dependencies |
| 41 | + |
| 42 | +### Added |
| 43 | +_Nothing has changed._ |
| 44 | + |
| 45 | +### Changed |
| 46 | +- github.com/go-viper/mapstructure/v2: [v2.3.0 → v2.4.0](https://github.com/go-viper/mapstructure/compare/v2.3.0...v2.4.0) |
| 47 | + |
| 48 | +### Removed |
| 49 | +_Nothing has changed._ |
| 50 | + |
| 51 | +_Thanks to all our contributors!_ 😊 |
0 commit comments