-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Showing
1 changed file
with
26 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,26 @@ | ||
## 👌 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.6 | ||
--- | ||
## :chart_with_upwards_trend: Overview | ||
- 10 new commits merged | ||
- 2 bugs fixed 🐛 | ||
|
||
## :bug: Bug Fixes | ||
- KCP: Fix KCP Controller reconcile always return error when workload cluster is unreachable (#9450) | ||
- MachineHealthCheck: Fix excessive trace logging in the machine health check controller (#9427) | ||
|
||
## :seedling: Others | ||
- Dependency: Bump cert-manager to v1.13.0 (#9414) | ||
- Dependency: Bump to Go 1.20.8 (#9432) | ||
- KCP: Remove redundant GetRESTConfig in KCP Management.GetWorkloadCluster (#9453) | ||
|
||
:book: Additionally, there have been 3 contributions to our documentation and book. (#9366, #9431, #9492) | ||
|
||
|
||
_Thanks to all our contributors!_ 😊 |