From 3f7a5c9560da16738682f71126ffc855e7b2cb04 Mon Sep 17 00:00:00 2001 From: Abhay Date: Fri, 14 Aug 2026 22:22:34 +0530 Subject: [PATCH] :release: v1.10.10-ncn.4 --- CHANGELOG/v1.10.10-ncn.4.md | 40 +++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 CHANGELOG/v1.10.10-ncn.4.md diff --git a/CHANGELOG/v1.10.10-ncn.4.md b/CHANGELOG/v1.10.10-ncn.4.md new file mode 100644 index 000000000000..93534db5d011 --- /dev/null +++ b/CHANGELOG/v1.10.10-ncn.4.md @@ -0,0 +1,40 @@ +## 👌 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.10-ncn.3 +## :chart_with_upwards_trend: Overview +- 18 new commits merged +- 1 feature addition ✨ +- 1 bug fixed 🐛 + +## :sparkles: New Features +- KCP: Add kubeadm cluster role + +## :bug: Bug Fixes +- Test framework: Add retry when getting manifest YAMLs + +## :seedling: Others +- CI: Fix lint failures for the kubeadm cluster role backport +- CI: Ignore CVE +- CI: Ignore darwin otel CVE +- CI: Bump trivy to v0.69.2 to fix checks +- CI: Disable govulncheck for release-1.10 +- Dependency: Bump Go to v1.24.12 +- Dependency: Bump Go to v1.24.13 + +## Dependencies + +### Added +_Nothing has changed._ + +### Changed +_Nothing has changed._ + +### Removed +_Nothing has changed._ + +_Thanks to all our contributors!_ 😊