Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 Release v1.4.9 #9805

Merged
merged 1 commit into from
Dec 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions CHANGELOG/v1.4.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
## 👌 Kubernetes version support

- Management Cluster: v1.23.x -> v1.27.x
- Workload Cluster: v1.21.x -> v1.27.x

[More information about version support can be found here](https://cluster-api.sigs.k8s.io/reference/versions.html)

## Changes since v1.4.8
## :chart_with_upwards_trend: Overview
- 15 new commits merged
- 5 bugs fixed 🐛

## :bug: Bug Fixes
- CAPD: Fix DockerMachine panic (#9690)
g-gaston marked this conversation as resolved.
Show resolved Hide resolved
- clusterctl: Fix provider namespace secret not included in clusterctl move (#9749)
- ClusterResourceSet: Requeue after 1 minute if ErrClusterLocked got hit (#9809)
- KCP: Allow dropping patches KubeadmControlPlane KubeadmConfig (#9700)
- Runtime SDK: Set User Agent for test extension correctly (#9751)

## :seedling: Others
- CAPD: Set Condition, if creating external LB failed. (#9712)
- Dependency: Bump cert-manager to v1.13.2 (#9657)
- Dependency: Bump controller runtime to v1.14.7 (#9625)
- Dependency: Bump github.com/docker/docker from 24.0.5 to 24.0.7 (#9674)
- Dependency: Bump Go version to v1.20.11 (#9687)
- Dependency: Bump golang.org/grpc to v1.59.0 (#9628)
- Dependency: Fix delve version in Tiltfile (#9701)
- e2e: Improve output of exec.KubectlApply (#9766)
- KCP: Support admin config for Kubeadm v1.29 (#9685)
- Release: Revert "Improve release staging build speed" (#9763)


_Thanks to all our contributors!_ 😊
Loading