forked from kubernetes-sigs/cluster-api
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c3528a4
commit 7d5918a
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
## π Kubernetes version support | ||
|
||
- Management Cluster: v1.26.x -> v1.30.x | ||
- Workload Cluster: v1.24.x -> v1.30.x | ||
|
||
[More information about version support can be found here](https://cluster-api.sigs.k8s.io/reference/versions.html) | ||
|
||
## Changes since v1.7.4 | ||
## :chart_with_upwards_trend: Overview | ||
- 7 new commits merged | ||
- 1 feature addition β¨ | ||
- 1 bugs fixed π | ||
|
||
## :sparkles: New Features | ||
- ClusterCacheTracker: Add QPS & burst options & flags for ClusterCacheTracker (#10894) | ||
|
||
## :bug: Bug Fixes | ||
- fix: Suppress API server warnings in clusterctl (#22) | ||
- fix: Ensure move uses mutated metadata when updating a target object (#24) | ||
|
||
## :seedling: Others | ||
- ClusterResourceSet: Ensure CRS controller always add ownerReference to resources (#10895) | ||
- ClusterResourceSet: Make ClusterResourceSet controller more predictable (#10896) | ||
- Update docker to v26.1.5 (#26) | ||
|
||
## Dependencies | ||
|
||
### Added | ||
_Nothing has changed._ | ||
|
||
### Changed | ||
- github.com/docker/docker: v25.0.5+incompatible β v26.1.5+incompatible | ||
|
||
### Removed | ||
_Nothing has changed._ | ||
|
||
_Thanks to all our contributors!_ π |