Skip to content
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
47 changes: 47 additions & 0 deletions CHANGELOG/v1.10.10-ncn.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
## 👌 Kubernetes version support

- Management Cluster: v1.28.x -> v1.33.x
- Workload Cluster: v1.26.x -> v1.33.x

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

## Changes since v1.10.7
## :chart_with_upwards_trend: Overview
- 15 new commits merged
- 1 feature addition ✨
- 2 bugs fixed 🐛

## :sparkles: New Features
- KCP: Bump coredns/corefile-migration to v1.0.29 (#12864)

## :bug: Bug Fixes
- ClusterClass: Do not overwrite global http.DefaultClient TLSConfig (#13061)
- Runtime SDK: Improve client cert/key rotation of the RuntimeSDK client (#13215)

## :seedling: Others
- clusterctl: Bump cert-manager to v1.19.1 (#12876)
- clusterctl: Bump cert-manager version to v1.19.0 (#12834)
- CI: Ignore CVE-2025-47914 & CVE-2025-58181 in trivy scans (#13038)
- Dependency: [release-1.10] Bump Go to v1.24.11 (#13132)
- Dependency: Also set godebug on modules (#12967)
- Dependency: Bump Go to v1.24.10 (#12964)
- Dependency: Bump Go version to 1.24.9 (#12945)
- e2e: Skip test using outdated docker client (#13129)
- e2e: Temporarily disable KAL in CI (#13128)
- e2e: Use crane to pre-pull images instead of docker pull (#13131)
- Runtime SDK: Add httpClientCache to runtime client (#13084)

:book: Additionally, there has been 1 contribution to our documentation and book. (#12838)

## Dependencies

### Added
_Nothing has changed._

### Changed
- github.com/coredns/corefile-migration: [v1.0.28 → v1.0.29](https://github.com/coredns/corefile-migration/compare/v1.0.28...v1.0.29)

### Removed
_Nothing has changed._

_Thanks to all our contributors!_ 😊
Loading