Skip to content

Commit

Permalink
Merge pull request #10743 from vishalanarase/release-v1.6.6
Browse files Browse the repository at this point in the history
🚀  Release v1.6.6
  • Loading branch information
k8s-ci-robot committed Jun 11, 2024
2 parents c236e8c + ca93dc2 commit dda75ba
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG/v1.6.6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
## 👌 Kubernetes version support

- Management Cluster: v1.25.x -> v1.29.x
- Workload Cluster: v1.23.x -> v1.29.x

[More information about version support can be found here](https://cluster-api.sigs.k8s.io/reference/versions.html)

## Changes since v1.6.5
## :chart_with_upwards_trend: Overview
- 14 new commits merged
- 5 bugs fixed 🐛

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

## :seedling: Others
- clusterctl: Bump cert-manager to v1.15.0 (#10733)
- Dependency: Bump to Go 1.21.11 (#10741)
- Devtools: Use setup-envtest from CR main (05/2024) to use envtest binaries from CT releases (#10664)
- Security: Cleanup owner files (#10680)
- Testing: Support MachinePools without MachinePoolMachines in clusterctl upgrade test (#10615)
- Testing: Use kind as a secondary management cluster for clusterctl E2E tests (#10676)

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

## Dependencies

### Added
_Nothing has changed._

### Changed
_Nothing has changed._

### Removed
_Nothing has changed._

_Thanks to all our contributors!_ 😊

0 comments on commit dda75ba

Please sign in to comment.