Skip to content

🚀 Release v1.9.6 #11988

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

Merged
merged 1 commit into from
Mar 18, 2025
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
44 changes: 44 additions & 0 deletions CHANGELOG/v1.9.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
## 👌 Kubernetes version support

- Management Cluster: v1.28.x -> v1.32.x
- Workload Cluster: v1.26.x -> v1.32.x

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

## Changes since v1.9.5
## :chart_with_upwards_trend: Overview
- 13 new commits merged
- 1 feature addition ✨
- 3 bugs fixed 🐛

## :sparkles: New Features
- clusterctl: Add OpenNebula infrastructure provider to clusterctl (#11886)

## :bug: Bug Fixes
- CABPK: Ensure kubeadm controller always sets all v1beta2 conditions (#11953)
- ClusterClass: Don't allow concurrent patch upgrades (#11970)
- Testing: Fix flake TestMachineSetReconciler test (#11917)

## :seedling: Others
- CAPD: Disable image garbage collection in kubelet to align with kind (#11912)
- clusterctl: Add support infrastructure provider for Huawei Cloud (#11876)
- clusterctl: Change k0smotron repo location (#11888)
- logging: Log version directly on controller startup (#11964)
- MachineSet: delete Bootstrap object when creating InfraMachine object failed (#11916)
- Security: Ignore CVE 2025 22870 (#11976)
- Testing: Use inCluster kubeconfig if empty var provided (#11885)

:book: Additionally, there have been 2 contributions to our documentation and book. (#11880, #11930)

## Dependencies

### Added
_Nothing has changed._

### Changed
_Nothing has changed._

### Removed
_Nothing has changed._

_Thanks to all our contributors!_ 😊