Skip to content

Commit 0eb4bdf

Browse files
authored
Merge pull request #13547 from irapandey/release-notes-1.11.8
🚀 Release v1.11.8
2 parents b3200e7 + 06ff842 commit 0eb4bdf

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

CHANGELOG/v1.11.8.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
## 👌 Kubernetes version support
2+
3+
- Management Cluster: v1.30.x -> v1.34.x
4+
- Workload Cluster: v1.28.x -> v1.34.x
5+
6+
[More information about version support can be found here](https://cluster-api.sigs.k8s.io/reference/versions.html)
7+
8+
## Changes since v1.11.7
9+
## :chart_with_upwards_trend: Overview
10+
- 9 new commits merged
11+
- 1 feature addition ✨
12+
- 2 bugs fixed 🐛
13+
14+
## :sparkles: New Features
15+
- CAPD: Improve CAPD wait for multi-user target (#13524)
16+
17+
## :bug: Bug Fixes
18+
- Testing: Fix flaky by waiting for CRD finalizer processing (#13479)
19+
- Testing: Fix flaky TestClusterReconciler unit test (#13476)
20+
21+
## :seedling: Others
22+
- CAPD: Reduce verbosity of CAPD exec log (#13495)
23+
- clusterctl: Bump cert-manager to v1.20.0 (#13483)
24+
- clusterctl: Bump cert-manager to v1.20.1 (#13518)
25+
- Dependency: Bump dependencies to fix CVE-2026-33186 (google.golang.org/grpc) (#13505)
26+
- Dependency: Bump go v1.25.9 (#13555)
27+
- Dependency: Switch from docker to moby dependencies (#13552)
28+
29+
## Dependencies
30+
31+
### Added
32+
_Nothing has changed._
33+
34+
### Changed
35+
- cel.dev/expr: v0.24.0 → v0.25.1
36+
- github.com/cncf/xds/go: [0feb691 → ee656c7](https://github.com/cncf/xds/compare/0feb691...ee656c7)
37+
- github.com/envoyproxy/go-control-plane/envoy: [v1.35.0 → v1.36.0](https://github.com/envoyproxy/go-control-plane/compare/envoy/v1.35.0...envoy/v1.36.0)
38+
- github.com/envoyproxy/go-control-plane: [75eaa19 → v0.14.0](https://github.com/envoyproxy/go-control-plane/compare/75eaa19...v0.14.0)
39+
- github.com/envoyproxy/protoc-gen-validate: [v1.2.1 → v1.3.0](https://github.com/envoyproxy/protoc-gen-validate/compare/v1.2.1...v1.3.0)
40+
- go.opentelemetry.io/contrib/detectors/gcp: v1.38.0 → v1.39.0
41+
- google.golang.org/grpc: v1.78.0 → v1.79.3
42+
43+
### Removed
44+
_Nothing has changed._
45+
46+
_Thanks to all our contributors!_ 😊

0 commit comments

Comments
 (0)