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.9.2 #11608

Merged
merged 1 commit into from
Dec 20, 2024
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
29 changes: 29 additions & 0 deletions CHANGELOG/v1.9.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## 👌 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.1
## :chart_with_upwards_trend: Overview
- 4 new commits merged

## :seedling: Others
- Cluster: Reconcile topology only when necessary (#11606)
- KCP: Improve KCP scale up when using failure domains (#11604)
- Runtime SDK: Cache DiscoveryVariables calls (#11599)
- util: Add TypedAll, ResourceIsUnchanged and TypedResourceIsUnchanged predicates (#11603)

## Dependencies

### Added
_Nothing has changed._

### Changed
_Nothing has changed._

### Removed
_Nothing has changed._

_Thanks to all our contributors!_ 😊
Loading