diff --git a/CHANGELOG/v1.11.3.md b/CHANGELOG/v1.11.3.md new file mode 100644 index 000000000000..74df98d4ebe5 --- /dev/null +++ b/CHANGELOG/v1.11.3.md @@ -0,0 +1,38 @@ +## 👌 Kubernetes version support + +- Management Cluster: v1.30.x -> v1.34.x +- Workload Cluster: v1.28.x -> v1.34.x + +[More information about version support can be found here](https://cluster-api.sigs.k8s.io/reference/versions.html) + +## Changes since v1.11.2 +## :chart_with_upwards_trend: Overview +- 13 new commits merged +- 1 feature addition ✨ + +## :sparkles: New Features +- KCP: Bump coredns/corefile-migration to v1.0.29 (#12863) + +## :seedling: Others +- CAPD: Recreate container if we re-enter reconciliation and it exists but is not running (#12933) +- clusterctl: Bump cert-manager to v1.19.0 (#12832) +- clusterctl: Bump cert-manager to v1.19.1 (#12875) +- Dependency: Bump Go to v1.24.8 (#12829) +- Dependency: Bump Go to v1.24.9 (#12868) +- e2e: Fix self-hosted to actually read DOCKER_PRELOAD_IMAGES from the e2e config (#12932) +- Runtime SDK: Add hint to look into controller logs to runtime client error response (#12850) + +:book: Additionally, there have been 5 contributions to our documentation and book. (#12837, #12839, #12887, #12894, #12916) + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed +- github.com/coredns/corefile-migration: [v1.0.28 → v1.0.29](https://github.com/coredns/corefile-migration/compare/v1.0.28...v1.0.29) + +### Removed +_Nothing has changed._ + +_Thanks to all our contributors!_ 😊