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.7.1 #10488

Merged
merged 1 commit into from
Apr 23, 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
39 changes: 39 additions & 0 deletions CHANGELOG/v1.7.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
## 👌 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)

## Highlights

* Kubernetes v1.30 is now supported

## Changes since v1.7.0
## :chart_with_upwards_trend: Overview
- 11 new commits merged
- 2 bugs fixed 🐛

## :bug: Bug Fixes
- CAPD: Verify lb config after writing it (#10461)
- e2e: also gather junit reports in case of errors observed from ginkgo (#10494)

## :seedling: Others
- Dependency: Bump envtest to v1.30.0 (#10481)
- e2e: Export more func in test/e2e/common.go (#10447)
- Testing: Bump Kubernetes in tests to v1.30.0 and claim support for v1.30 (#10465)

:book: Additionally, there have been 6 contributions to our documentation and book. (#10446, #10448, #10451, #10456, #10470, #10491)

## Dependencies

### Added
_Nothing has changed._

### Changed
_Nothing has changed._

### Removed
_Nothing has changed._

_Thanks to all our contributors!_ 😊
Loading