Skip to content

Commit

Permalink
Merge pull request #10438 from willie-yao/release-v1.5.8
Browse files Browse the repository at this point in the history
🌱  Release v1.5.8
  • Loading branch information
k8s-ci-robot authored Apr 16, 2024
2 parents b58b1f9 + 63b1ce5 commit 1d5c8cf
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG/v1.5.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
## 👌 Kubernetes version support

- Management Cluster: v1.24.x -> v1.28.x
- Workload Cluster: v1.22.x -> v1.28.x

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

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

## :bug: Bug Fixes
- CI: Fix for TestServerSideApplyWithDefaulting (#10344)
- ClusterClass: Improve handling of topology orphaned objects (#10347)
- e2e: fix kubetest to allow parallel execution on different clusters (#10432)
- KCP: Skip checking `clusterConfiguration.dns` fields when KCP checking MachineNeedRollout (#10304)
- MachineSet: deletion priority to avoid deleting too many machines (#10429)

## :seedling: Others
- CI: Added go directive test (#10349)
- clusterctl: Bump cert-manager to 1.14.4 (#10273)
- Dependency: Bump docker to address CVE (#10316)
- Dependency: Bump golang to v1.21.9 and golang.org/x/net to mitigate CVE-2023-45288 (#10377)

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

## Dependencies

### Added
_Nothing has changed._

### Changed
- golang.org/x/crypto: v0.17.0 → v0.21.0
- golang.org/x/net: v0.17.0 → v0.23.0
- golang.org/x/sys: v0.15.0 → v0.18.0
- golang.org/x/term: v0.15.0 → v0.18.0

### Removed
_Nothing has changed._

_Thanks to all our contributors!_ 😊

0 comments on commit 1d5c8cf

Please sign in to comment.