From ede6ff03b9ea3610616f02e4f6f2572f2be548f6 Mon Sep 17 00:00:00 2001 From: Dimitri Koshkin Date: Tue, 17 Feb 2026 12:18:13 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20release=20v1.10.10-ncn.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG/v1.10.10-ncn.2.md | 47 +++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 CHANGELOG/v1.10.10-ncn.2.md diff --git a/CHANGELOG/v1.10.10-ncn.2.md b/CHANGELOG/v1.10.10-ncn.2.md new file mode 100644 index 000000000000..399b2e8cea02 --- /dev/null +++ b/CHANGELOG/v1.10.10-ncn.2.md @@ -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!_ 😊