Skip to content

Commit

Permalink
Merge pull request #10744 from vishalanarase/release-v1.7.3
Browse files Browse the repository at this point in the history
🚀  Release v1.7.3
  • Loading branch information
k8s-ci-robot committed Jun 11, 2024
2 parents fe446dc + a302fa1 commit c236e8c
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG/v1.7.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
## 👌 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.2
## :chart_with_upwards_trend: Overview
- 18 new commits merged
- 1 feature addition ✨
- 5 bugs fixed 🐛

## :sparkles: New Features
- ClusterClass: Support ControlPlane variable overrides (#10701)

## :bug: Bug Fixes
- ClusterClass: Defaulting webhook should check class is set in ClusterClass-based clusters (#10673)
- ClusterClass: Fix indexing in ClusterClass webhook MHC validation (#10678)
- MachineHealthCheck: Skip publishing the `RemediationRestricted` event when there are no unhealthy target (#10616)
- MachinePool: Check that replicas pointer is not nil in machinepool controller (#10634)
- KCP/CAPD: KCPTemplate & DockerClusterTemplate webhook: default before immutability check (#10646)

## :seedling: Others
- clusterctl: Bump cert-manager to v1.15.0 (#10732)
- Dependency: Bump to Go 1.21.11 (#10740)
- Devtools: Use setup-envtest from CR main (05/2024) to use envtest binaries from CT releases (#10663)
- e2e: Kind: bump to v0.23.0 (#10641)
- e2e: Test: check for metadata.yaml when resolving releases to not try to use unreleased versions (#10645)
- e2e: Test: improve output for ValidateResourceVersionStable by using BeComparable instead of Equal (#10654)
- Security: Cleanup owner files (#10679)
- Testing: Support MachinePools without MachinePoolMachines in clusterctl upgrade test (#10614)
- Testing: Use kind as a secondary management cluster for clusterctl E2E tests (#10675)

:book: Additionally, there have been 2 contributions to our documentation and book. (#10687, #10720)

## Dependencies

### Added
_Nothing has changed._

### Changed
_Nothing has changed._

### Removed
_Nothing has changed._

_Thanks to all our contributors!_ 😊

0 comments on commit c236e8c

Please sign in to comment.