-
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.
Merge pull request #11587 from chrischdi/pr-1-9-1-changelog
🚀 Release v1.9.1
- Loading branch information
Showing
1 changed file
with
44 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,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) | ||
|
||
## Highlights | ||
|
||
* Support for Kubernetes v1.32 | ||
|
||
## Changes since v1.9.0 | ||
## :chart_with_upwards_trend: Overview | ||
- 11 new commits merged | ||
- 1 feature addition ✨ | ||
|
||
## :sparkles: New Features | ||
- Testing: Bump Kubernetes in tests to v1.32.0 and claim support for v1.32 (#11565) | ||
|
||
## :seedling: Others | ||
- Dependency: Bump golang.org/x/crypto (#11582) | ||
- e2e: Allow e2e scalability test to have custom deletion timeout (#11574) | ||
- e2e: Bump default kind image to v1.32.0 (#11569) | ||
- Machine: Remove solved todo comment (#11567) | ||
|
||
:book: Additionally, there have been 6 contributions to our documentation and book. (#11560, #11561, #11576, #11577, #11583, #11585) | ||
|
||
## Dependencies | ||
|
||
### Added | ||
_Nothing has changed._ | ||
|
||
### Changed | ||
- golang.org/x/crypto: v0.29.0 → v0.31.0 | ||
- golang.org/x/net: v0.31.0 → v0.32.0 | ||
- golang.org/x/sync: v0.9.0 → v0.10.0 | ||
- golang.org/x/sys: v0.27.0 → v0.28.0 | ||
- golang.org/x/term: v0.26.0 → v0.27.0 | ||
- golang.org/x/text: v0.20.0 → v0.21.0 | ||
|
||
### Removed | ||
_Nothing has changed._ | ||
|
||
_Thanks to all our contributors!_ 😊 |