Skip to content

Commit

Permalink
Merge pull request #11587 from chrischdi/pr-1-9-1-changelog
Browse files Browse the repository at this point in the history
🚀 Release v1.9.1
  • Loading branch information
k8s-ci-robot authored Dec 17, 2024
2 parents ba57b92 + f365e24 commit 8b08484
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG/v1.9.1.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)

## 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!_ 😊

0 comments on commit 8b08484

Please sign in to comment.