File tree 1 file changed +42
-0
lines changed
1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## 👌 Kubernetes version support
2
+
3
+ - Management Cluster: v1.24.x -> v1.28.x
4
+ - Workload Cluster: v1.22.x -> v1.28.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.5.7
9
+ ## :chart_with_upwards_trend : Overview
10
+ - 11 new commits merged
11
+ - 5 bugs fixed 🐛
12
+
13
+ ## :bug : Bug Fixes
14
+ - CI: Fix for TestServerSideApplyWithDefaulting (#10344 )
15
+ - ClusterClass: Improve handling of topology orphaned objects (#10347 )
16
+ - e2e: fix kubetest to allow parallel execution on different clusters (#10432 )
17
+ - KCP: Skip checking ` clusterConfiguration.dns ` fields when KCP checking MachineNeedRollout (#10304 )
18
+ - MachineSet: deletion priority to avoid deleting too many machines (#10429 )
19
+
20
+ ## :seedling : Others
21
+ - CI: Added go directive test (#10349 )
22
+ - clusterctl: Bump cert-manager to 1.14.4 (#10273 )
23
+ - Dependency: Bump docker to address CVE (#10316 )
24
+ - Dependency: Bump golang to v1.21.9 and golang.org/x/net to mitigate CVE-2023 -45288 (#10377 )
25
+
26
+ :book : Additionally, there have been 2 contributions to our documentation and book. (#10296 , #10339 )
27
+
28
+ ## Dependencies
29
+
30
+ ### Added
31
+ _ Nothing has changed._
32
+
33
+ ### Changed
34
+ - golang.org/x/crypto: v0.17.0 → v0.21.0
35
+ - golang.org/x/net: v0.17.0 → v0.23.0
36
+ - golang.org/x/sys: v0.15.0 → v0.18.0
37
+ - golang.org/x/term: v0.15.0 → v0.18.0
38
+
39
+ ### Removed
40
+ _ Nothing has changed._
41
+
42
+ _ Thanks to all our contributors!_ 😊
You can’t perform that action at this time.
0 commit comments