Releases: kubernetes-sigs/cluster-api
v1.11.0-alpha.1
🚨 This is an ALPHA RELEASE. Use it only for testing purposes. If you find any bugs, file an issue.
More details about the release
Changes since v1.10.0
📈 Overview
- 186 new commits merged
- 45 breaking changes
⚠️ - 12 feature additions ✨
- 25 bugs fixed 🐛
⚠️ Breaking Changes
- API: Add CAPD v1beta2 types (#12226)
- API: Add v1beta2 types (#12037)
- API: Change .status.replicas fields to pointer + omitempty (#12250)
- API/Conditions: add V1Beta1 suffix and remove V1Beta2 suffix from condition types and reasons in v1beta2 packages (#12091)
- API: Migrate API to use *Seconds instead of metav1.Duration fields (#12327)
- API: Move APIs to ./api (#12262)
- API: Remove DefaulterRemoveUnknownOrOmitableFields mutating webhook option (#12290)
- API: Promote v1beta2 conditions (#12066)
- API: Remove DefaulterRemoveUnknownOrOmitableFields mutating webhook option (#12231)
- API: Remove IPFamily from public APIs (move to CAPD/kind util) (#12215)
- CABPK: Align KubeadmConfig to kubeadm v1beta4 types (#12282)
- Cluster: Remove deprecated index ByClusterClassName, ClusterByClusterClassClassName and ClusterClassNameField (#12269)
- ClusterClass: Drop unnecessary fields from ClusterClass template references (#12358)
- ClusterClass: Move infrastructure namingStrategy field in ClusterClass (#12216)
- ClusterClass: Remove ClusterVariable.DefinitionFrom field (#12202)
- ClusterClass: Remove deprecated Cluster.spec.topology.rolloutAfter field (#12268)
- ClusterClass: Remove deprecated ClusterCacheTracker and corresponding types (#12270)
- ClusterClass: Rename deprecated ClusterClass Metadata fields to DeprecatedV1Beta1Metadata (#12273)
- ClusterClass: Rename runtime extension fields in ClusterClass ExternalPatchDefinition (#12281)
- ClusterClass: Restructure classRef field in Cluster.spec.topology (#12235)
- clusterctl: Clusterctl describe defaults to v1beta2 (#12369)
- clusterctl: Remove clusterctl alpha topology plan (#12283)
- ClusterResourceSet: Make clusterName field in ClusterResourceSetBinding required (#12276)
- ClusterResourceSet: Remove deprecated ClusterResourceSetBinding.DeleteBinding method (#12267)
- Conditions: Swap condition packages (#12086)
- Dependency: Bump to controller-runtime v0.21 / controller-tools v0.18 / k8s.io/* v0.33 / move to randfill (#12191)
- IPAM: Refactor reference types for IPAM (#12365)
- Machine: Drop unnecessary fields from Machine status.nodeRef (#12352)
- MachineDeployment: Drop revisionHistory in MachineDeployment (#12274)
- MachineDeployment: Remove MD spec.progressDeadlineSeconds (#12232)
- MachineHealthCheck: Rename MHC unhealthyConditions to unhealthyNodeConditions (#12245)
- API/Cluster: Add initialization to Cluster status (#12098)
- API/Control-plane/Bootstrap/KCP/CABPK/Cluster: Implement v1beta2 contract in cluster controller, KCP, CABPK (#12094)
- API/KCP/CABPK/CI: Enable nomaps linter, Remove unused kubeadm ClusterStatus struct, Migrate Cluster.status.failureDomains to array (#12083)
- API/Machine: Add initialization to Machine Status (#12101)
- API/MachinePool: Add initialization to MachinePool Status (#12102)
- clusterctl/Documentation: Remove reference and configurations for Packet (Equinix Metal) (#12143)
- KCP/CABPK: Remove KubeadmConfig UseExperimentalRetryJoin (#12234)
- KCP/CABPK: Remove redundant fields from CABPK / KCP ClusterConfiguration (#12319)
- KCP/CABPK: Remove TypeMeta from KubeadmConfigSpec (#12350)
- KCP/MachineSet/CABPK/CAPD/e2e/Cluster: Cleanup version handling of unsupported Kubernetes releases (#12303)
- Machine/Cluster: Stop using FailureReason and FailureMessage in controllers (#12148)
- Machine/MachinePool/MachineSet/MachineDeployment: Add MinReadySeconds to Machine and remove it from MachineDeployment, MachineSet, MachinePool. (#12153)
- Machine/MachineSet/MachineDeployment/Cluster: Stop using deprecated replica counters in controllers (#12149)
- Runtime SDK: Add v1beta2 API for ExtensionConfig (#12197)
✨ New Features
- API: Block imports to internal packages in our API + restructure import restrictions (#12302)
- API: Deprecate v1alpha1 & v1beta1 API packages (#12254)
- clusterctl: Clearer diagnostics when provider metadata is missing or repo URL is stale (#12238)
- clusterctl: Validate provider metadata (#12242)
- Dependency: Bump controller-tools v0.17.3, conversion-gen v0.33.0 (#12129)
- Dependency: Complete bump to Kubernetes v1.33 (#12206)
- Dependency: Update KUBEBUILDER_ENVTEST_KUBERNETES_VERSION (#12130)
- e2e: From 1.10 use GetStableReleaseOfMinor instead of GetLatestReleaseOfMinor (#12118)
- Machine: Implement v1beta2 contract in Machine controller (#12038)
- Runtime SDK/ClusterClass: Extend Cluster builtin to include metadata (#12014)
- Runtime SDK: Extend cluster builtin to include classNamespace (#12050)
- Testing: Bump Kubernetes in tests to v1.33.0 and claim support for v1.33 (#12104)
🐛 Bug Fixes
- Bootstrap: Make joinConfiguration.discovery.bootstrapToken.token optional (#12107)
- Bootstrap: Relax minLength for bootstrap.dataSecretName to 0 (#12164)
- CABPK: Increase ignition additionalConfig maxSize from 10 to 32 KB (#12222)
- CABPK: Make KubeadmConfig FileSystem.Label optional (#12019)
- CAPD: Fix worker machine count in CAPD template (#12028)
- CAPIM: Fix CAPD in-memory templates (#12013)
- CAPIM/Mux: fix error check (#12230)
- CI: Fix conversion-verifier and fix findings (#12349)
- ClusterClass: Fix continuous reconciles because of apiVersion differences in Cluster topology controller (#12341)
- clusterctl: Accept upper case version (#12237)
- clusterctl: Add missing API version to NS object (#12200)
- clusterctl: Clusterctl upgrade hangs for a time on CRD migration when new version contains a number of new CRDs (#11984)
- ClusterResourceSet: Fix potential panic if ClusterResourceSetStrategy is not defined or incorrect (#12096)
- e2e: Stop overwriting ExtraPortMappings if WithDockerSockMount option is used (#12012)
- IPAM: Enable conversion in CRDs (#12198)
- IPAM: Revert condition func changes for IPAddressClaim v1beta1 (#12223)
- KCP: Fix nil pointer in conversion (#12292)
- KCP: Fix rollout when init configuration in KCP is empty (#12344)
- Machine: fallback to InfraMachine providerID if Machine providerID is not set (#11985)
- MachineDeployment: Fix second rolling update for MD rolloutAfter (#12261)
- API/ClusterClass: Fix MaxLength of worker topology Name fields (#12072)
- Dependency/CI: Upgrade golangci-lint to v2.1.0 (#12170)
- Testing/CI: Fix the condition to check whether cluster has v1beta2 conditions (#12100)
- util/CRD migration: Fix cases where update validation fails (#11991)
- util: Fix typo for WithOwnedV1beta1Conditions to WithOwnedV1Beta1Conditions (#12218)
🌱 Others
- API: Drop hardcoded v1beta1 references (#12027)
- API: Move internal/apis to internal/api (#12296)
- API: Remove unused List conversion funcs (#12054)
- CAPIM: Ignore net.ErrClosed error during listener close & server shutdown (#12212)
- CI: Add govulncheck to ensure vulnerability (#12108)
- CI: Bump E2E to Kubernetes v1.33.0-rc.1 (#12099)
- CI: Bump golangci-lint v2 (#12088)
- CI: Bump KAL to 20250605073038, cleanup excludes, fix IPAM prefix field, add MaxItems to Machine.status.addresses (#12326)
- CI: Enable duplicatemarkers linter (#12228)
- CI: Enable statusoptional linter (#12229)
- CI: Remove govulncheck from the verify target (#12348)
- CI: Switch plugin to kube-api-linter (#12089)
- CI: Update version matrix for github workflows for release-1.10 (#11992)
- CI: Use release artifacts for CAPI v1.10 (#12147)
- ClusterClass: Improve webhook output to include the names of the clusters blocking a deletion (#12060)
- clusterctl: Add filename to clusterctl error about bad YAML (#12189)
- clusterctl: Add support for compatible contracts to clusterctl (#12018)
- clusterctl: Bump cert-manager to v1.17.1 (#12044)
- clusterctl: Bump cert-manager to v1.17.2 (#12210)
- clusterctl: Bump cert-manager to v1.18.0 (#12342)
- clusterctl: Change k0smotron repo location (#12225)
- clusterctl: Enforce skip upgrade policy in clusterctl (#12017)
- Community meeting: Add JoelSpeed to approvers (#12204)
- Conditions: Cleanup v1beta1 updateStatus functions (#12190)
- Conditions: Drop usage of v1beta1 conditions (#12109)
- Control-plane: Avoid large number of connection error traces in kubeadm controlplane controller (#12106)
- Dependency: Bump Go 1.24 (#12128)
- Dependency: Bump go to v1.23.8 (#12052)
- Dependency: Bump sigs.k8s.io/kind to v0.28.0 (#12243)
- Dependency: Bump sigs.k8s.io/kind to v0.29.0 (#12257)
- Dependency: Bump to Go v1.24.4, github.com/cloudflare/circl v1.6.1 (#12351)
- Devtools: Add KubeVirt support to Tilt dev workflow (#11697)
- Devtools: use v1beta2 for condition metrics and add metrics for dockercluster devcluster dockermachine devmachine extensionconfig ipaddressclaim and crs (#12006)
- e2e: Add an option to override custom node image name for kind cluster (#12186)
- e2e: Add retry for SSA requests against Kubernetes < v1.29 in clusterctl upgrade tests (#12067)
- e2e: Bump clusterctl_upgrade_test.go main and 1.10 tests to k8s v1.33.0 (#12193)
- e2e: Bump Kubernetes version used for testing to v1.33.0-rc.0 (#12073)
- e2e: Only run DescribeCluster if v1beta2 Cluster CRD is there (#12279)
- KCP: Allow unsetting etcd.local, etcd.external and dns (#12065)
- KCP: Bump corefile-migration library to v1.0.26 (#12058)
- KCP: Fix typo in forward etcd leadership error message (#12056)
- Misc: Remove jackfrancis from reviewers (#12134)
- KCP/CABPK: Remove unused updateClusterStatus (#12295)
- Release: Prepare main for v1.11 development (#12000)
- Release: Use github.base_ref in markdown-link-check ...
v1.10.3
👌 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
Changes since v1.10.2
📈 Overview
- 4 new commits merged
- 3 bugs fixed 🐛
🐛 Bug Fixes
- API: Increase ignition additionalConfig maxSize from 10 to 32 KB (#12259)
- ClusterClass: Fix continuous reconciles because of apiVersion differences in Cluster topology controller (#12345)
- clusterctl: Accept upper case version (#12321)
🌱 Others
- Dependency: Bump to Go v1.23.10, github.com/cloudflare/circl v1.6.1 (#12354)
Dependencies
Added
Nothing has changed.
Changed
- github.com/cloudflare/circl: v1.3.7 → v1.6.1
Removed
Nothing has changed.
Thanks to all our contributors! 😊
v1.9.9
👌 Kubernetes version support
- Management Cluster: v1.28.x -> v1.32.x
- Workload Cluster: v1.26.x -> v1.32.x
More information about version support can be found here
Changes since v1.9.8
📈 Overview
- 3 new commits merged
- 2 bugs fixed 🐛
🐛 Bug Fixes
- ClusterClass: Fix continuous reconciles because of apiVersion differences in Cluster topology controller (#12346)
- clusterctl: Accept upper case version (#12322)
🌱 Others
- Dependency: Bump to Go v1.23.10, github.com/cloudflare/circl v1.6.1 (#12355)
Dependencies
Added
Nothing has changed.
Changed
- github.com/cloudflare/circl: v1.3.7 → v1.6.1
Removed
Nothing has changed.
Thanks to all our contributors! 😊
v1.11.0-alpha.0
🚨 This is a ALPHA RELEASE. Use it only for testing purposes. If you find any bugs, file an issue.
Changes since v1.10.0
📈 Overview
- 149 new commits merged
- 35 breaking changes
⚠️ - 9 feature additions ✨
- 19 bugs fixed 🐛
⚠️ Breaking Changes
- API: Add v1beta2 types (#12037)
- API: Change .status.replicas fields to pointer + omitempty (#12250)
- API: add V1Beta1 suffix and remove V1Beta2 suffix from condition types and reasons in v1beta2 packages (#12091)
- API: Move APIs to ./api (#12262)
- API: Remove DefaulterRemoveUnknownOrOmitableFields mutating webhook option (#12290)
- API: Promote v1beta2 conditions (#12066)
- API: Remove DefaulterRemoveUnknownOrOmitableFields mutating webhook option (#12231)
- API: Remove IPFamily from public APIs (move to CAPD/kind util) (#12215)
- CABPK: Align KubeadmConfig to kubeadm v1beta4 types (#12282)
- Cluster: Remove deprecated index ByClusterClassName, ClusterByClusterClassClassName and ClusterClassNameField (#12269)
- ClusterClass: Move infrastructure namingStrategy field in ClusterClass (#12216)
- ClusterClass: Remove ClusterVariable.DefinitionFrom field (#12202)
- ClusterClass: Remove deprecated Cluster.spec.topology.rolloutAfter field (#12268)
- ClusterClass: Remove deprecated ClusterCacheTracker and corresponding types (#12270)
- ClusterClass: Rename deprecated ClusterClass Metadata fields to DeprecatedV1Beta1Metadata (#12273)
- ClusterClass: Rename runtime extension fields in ClusterClass ExternalPatchDefinition (#12281)
- ClusterClass: Restructure classRef field in Cluster.spec.topology (#12235)
- clusterctl: Remove clusterctl alpha topology plan (#12283)
- ClusterResourceSet: Make clusterName field in ClusterResourceSetBinding required (#12276)
- ClusterResourceSet: Remove deprecated ClusterResourceSetBinding.DeleteBinding method (#12267)
- Conditions: Swap condition packages (#12086)
- Dependency: Bump to controller-runtime v0.21 / controller-tools v0.18 / k8s.io/* v0.33 / move to randfill (#12191)
- MachineDeployment: Drop revisionHistory in MachineDeployment (#12274)
- MachineDeployment: Remove MD spec.progressDeadlineSeconds (#12232)
- MachineHealthCheck: Rename MHC unhealthyConditions to unhealthyNodeConditions (#12245)
- API/Cluster: Add initialization to Cluster status (#12098)
- API/Control-plane/Bootstrap/KCP/CABPK/Cluster: Implement v1beta2 contract in cluster controller, KCP, CABPK (#12094)
- API/Machine: Add initialization to Machine Status (#12101)
- API/MachinePool: Add initialization to MachinePool Status (#12102)
- clusterctl/Documentation: Remove reference and configurations for Packet (Equinix Metal) (#12143)
- KCP/CABPK: Remove KubeadmConfig UseExperimentalRetryJoin (#12234)
- Machine/Cluster: Stop using FailureReason and FailureMessage in controllers (#12148)
- Machine/MachinePool/MachineSet/MachineDeployment: Add MinReadySeconds to Machine and remove it from MachineDeployment, MachineSet, MachinePool. (#12153)
- Machine/MachineSet/MachineDeployment/Cluster: Stop using deprecated replica counters in controllers (#12149)
- Runtime SDK: Add v1beta2 API for ExtensionConfig (#12197)
✨ New Features
- API: Deprecate v1alpha1 & v1beta1 API packages (#12254)
- Dependency: Bump controller-tools v0.17.3, conversion-gen v0.33.0 (#12129)
- Dependency: Complete bump to Kubernetes v1.33 (#12206)
- Dependency: Update KUBEBUILDER_ENVTEST_KUBERNETES_VERSION (#12130)
- e2e: From 1.10 use GetStableReleaseOfMinor instead of GetLatestReleaseOfMinor (#12118)
- Machine: Implement v1beta2 contract in Machine controller (#12038)
- Runtime SDK/ClusterClass: Extend Cluster builtin to include metadata (#12014)
- Runtime SDK: Extend cluster builtin to include classNamespace (#12050)
- Testing: Bump Kubernetes in tests to v1.33.0 and claim support for v1.33 (#12104)
🐛 Bug Fixes
- Bootstrap: Make joinConfiguration.discovery.bootstrapToken.token optional (#12107)
- Bootstrap: Relax minLength for bootstrap.dataSecretName to 0 (#12164)
- CABPK: Increase ignition additionalConfig maxSize from 10 to 32 KB (#12222)
- CABPK: Make KubeadmConfig FileSystem.Label optional (#12019)
- CAPD: Fix worker machine count in CAPD template (#12028)
- CAPIM: Fix CAPD in-memory templates (#12013)
- CAPIM: fix error check (#12230)
- clusterctl: Add missing API version to NS object (#12200)
- clusterctl: Clusterctl upgrade hangs for a time on CRD migration when new version contains a number of new CRDs (#11984)
- e2e: Stop overwriting ExtraPortMappings if WithDockerSockMount option is used (#12012)
- IPAM: Enable conversion in CRDs (#12198)
- IPAM: Revert condition func changes for IPAddressClaim v1beta1 (#12223)
- KCP: Fix nil pointer in conversion (#12292)
- Machine: fallback to InfraMachine providerID if Machine providerID is not set (#11985)
- API/ClusterClass: Fix MaxLength of worker topology Name fields (#12072)
- Dependency/CI: Upgrade golangci-lint to v2.1.0 (#12170)
- Testing/CI: Fix the condition to check whether cluster has v1beta2 conditions (#12100)
- util: Fix cases where update validation fails (#11991)
- util: Fix typo for WithOwnedV1beta1Conditions to WithOwnedV1Beta1Conditions (#12218)
🌱 Others
- API: Drop hardcoded v1beta1 references (#12027)
- API: Remove unused List conversion funcs (#12054)
- CAPIM: Ignore net.ErrClosed error during listener close & server shutdown (#12212)
- CI: Add govulncheck to ensure vulnerability (#12108)
- CI: Bump E2E to Kubernetes v1.33.0-rc.1 (#12099)
- CI: Bump golangci-lint v2 (#12088)
- CI: Enable duplicatemarkers linter (#12228)
- CI: Switch plugin to kube-api-linter (#12089)
- CI: Update version matrix for github workflows for release-1.10 (#11992)
- CI: Use release artifacts for CAPI v1.10 (#12147)
- ClusterClass: Improve webhook output to include the names of the clusters blocking a deletion (#12060)
- clusterctl: Add filename to clusterctl error about bad YAML (#12189)
- clusterctl: Add support for compatible contracts to clusterctl (#12018)
- clusterctl: Bump cert-manager to v1.17.1 (#12044)
- clusterctl: Bump cert-manager to v1.17.2 (#12210)
- clusterctl: Change k0smotron repo location (#12225)
- clusterctl: Enforce skip upgrade policy in clusterctl (#12017)
- Community meeting: Add JoelSpeed to approvers (#12204)
- Conditions: Cleanup v1beta1 updateStatus functions (#12190)
- Conditions: Drop usage of v1beta1 conditions (#12109)
- Dependency: Bump Go 1.24 (#12128)
- Dependency: Bump go to v1.23.8 (#12052)
- Dependency: Bump sigs.k8s.io/kind to v0.28.0 (#12243)
- Dependency: Bump sigs.k8s.io/kind to v0.29.0 (#12257)
- Devtools: Add KubeVirt support to Tilt dev workflow (#11697)
- Devtools: use v1beta2 for condition metrics and add metrics for dockercluster devcluster dockermachine devmachine extensionconfig ipaddressclaim and crs (#12006)
- e2e: Add an option to override custom node image name for kind cluster (#12186)
- e2e: Add retry for SSA requests against Kubernetes < v1.29 in clusterctl upgrade tests (#12067)
- e2e: Bump clusterctl_upgrade_test.go main and 1.10 tests to k8s v1.33.0 (#12193)
- e2e: Bump Kubernetes version used for testing to v1.33.0-rc.0 (#12073)
- e2e: Only run DescribeCluster if v1beta2 Cluster CRD is there (#12279)
- KCP: Allow unsetting etcd.local, etcd.external and dns (#12065)
- KCP: Bump corefile-migration library to v1.0.26 (#12058)
- KCP: Fix typo in forward etcd leadership error message (#12056)
- Misc: Remove jackfrancis from reviewers (#12134)
- Release: Prepare main for v1.11 development (#12000)
- Release: Use github.base_ref in markdown-link-check (#12034)
- Runtime SDK: Block dependencies to internal packages for the RX implementation (#12297)
- Runtime SDK: Stop registering API types in the runtime extension scheme (#12042)
- Testing: Watch logs from init containers (#12208)
- Testing: Release Notes Generator - Test cases for main.go and ref.go (#11882)
- util: Move contract version & GetCompatibleVersions to contract package (#12032)
- util: Recover v1.10 util packages for conditions, patch and paused to util/deprecated/v1beta1 for provider migrations (#12224)
📖 Additionally, there have been 25 contributions to our documentation and book. (#11029, #11998, #12004, #12057, #12074, #12093, #12117, #12120, #12122, #12125, #12126, #12131, #12139, #12140, #12145, #12150, #12163, #12165, #12188, #12201, #12205, #12236, #12246, #12266, #12284)
Dependencies
Added
- github.com/klauspost/compress: v1.18.0
- github.com/kylelemons/godebug: v1.1.0
- github.com/prashantv/gostub: v1.1.0
- go.opentelemetry.io/auto/sdk: v1.1.0
- go.uber.org/automaxprocs: v1.6.0
- gopkg.in/go-jose/go-jose.v2: v2.6.3
- sigs.k8s.io/randfill: v1.0.0
Changed
- cel.dev/expr: v0.18.0 → v0.19.1
- github.com/coreos/go-oidc: v2.2.1+incompatible → v2.3.0+incompatible
- github.com/golang-jwt/jwt/v4: v4.5.0 → v4.5.2
- github.com/google/cel-go: v0.22.0 → v0.23.2
- github.com/google/gnostic-models: v0.6.8 → v0.6.9
- github.com/google/pprof: 40e02aa → 27863c8
- github.com/gorilla/websocket: v1.5.3 → e064f32
- github.com/grpc-ecosystem/grpc-gateway/v2: v2.20.0 → v2.24.0
- github.com/onsi/ginkgo/v2: ...
v1.10.2
👌 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
Changes since v1.10.1
📈 Overview
- 10 new commits merged
- 2 feature additions ✨
- 3 bugs fixed 🐛
✨ New Features
- Dependency: Complete bump to Kubernetes v1.33 (#12211)
- Dependency: Update KUBEBUILDER_ENVTEST_KUBERNETES_VERSION (#12167)
🐛 Bug Fixes
- Bootstrap: Relax minLength for bootstrap.dataSecretName to 0 (#12180)
- ClusterClass: Fix pattern on Cluster classNamespace field (#12252)
- Machine: fallback to InfraMachine providerID if Machine providerID is not set (#12209)
🌱 Others
- Dependency: Bump cert-manager to v1.17.2 (#12217)
- Dependency/Security: Bump modules to fix CVEs (#12176)
- e2e: Add 1.33 kind image to mapper.go file (#12192)
- e2e: Add an option to override custom node image name for kind cluster (#12239)
📖 Additionally, there has been 1 contribution to our documentation and book. (#12141)
Dependencies
Added
Nothing has changed.
Changed
- golang.org/x/net: v0.37.0 → v0.38.0
Removed
Nothing has changed.
Thanks to all our contributors! 😊
v1.9.8
👌 Kubernetes version support
- Management Cluster: v1.28.x -> v1.32.x
- Workload Cluster: v1.26.x -> v1.32.x
More information about version support can be found here
Changes since v1.9.7
📈 Overview
- 4 new commits merged
- 1 bug fixed 🐛
🐛 Bug Fixes
- Bootstrap: Recreate bootstrap token if it was cleaned up (#12227)
🌱 Others
- Dependency: Bump go for make/build to 1.23 to fix CVEs (#12175)
- MachineDeployment: Add NamingStrategy to MachineDeployment (#12181)
- Security/CI: Add CVEs to Trivy ignore file (#12184)
Dependencies
Added
Nothing has changed.
Changed
Nothing has changed.
Removed
Nothing has changed.
Thanks to all our contributors! 😊
v1.10.1
👌 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
Changes since v1.10.0
📈 Overview
- 5 new commits merged
- 1 feature addition ✨
- 2 bugs fixed 🐛
✨ New Features
- Testing: Bump Kubernetes in tests to v1.33.0 and claim support for v1.33 (#12105)
🐛 Bug Fixes
- Bootstrap: Make joinConfiguration.discovery.bootstrapToken.token optional (#12136)
🌱 Others
- Dependency: Bump cert-manager to v1.17.1 (#12127)
📖 Additionally, there has been 1 contribution to our documentation and book. (#12124)
Dependencies
Added
Nothing has changed.
Changed
Nothing has changed.
Removed
Nothing has changed.
Thanks to all our contributors! 😊
v1.10.0
👌 Kubernetes version support
- Management Cluster: v1.28.x -> v1.32.x
- Workload Cluster: v1.26.x -> v1.32.x
More information about version support can be found here
Highlights
- Bumped to controller-runtime v0.20, k8s.io/* v0.32, controller-gen v0.17
- Features:
- ClusterResourceSet was promoted to GA (#11365)
- PriorityQueue was added as an alpha feature (see kubernetes-sigs/controller-runtime#2374 for more details) (#11698)
- API: Added additional validation to our CRDs (#11834)
- API: Various improvements to v1beta2 conditions
- ClusterClass: Support referencing ClusterClasses across namespaces (#11352 #11395 #11649)
- ClusterClass: Add NamingStrategy for InfraCluster (#11898)
- Machine: Add MachineDrainRule behavior "WaitCompleted" (#11545)
- Machine: Add --additional-sync-machine-labels flag to allow syncing additional labels to Nodes (#11650)
- Machine: Sync Machine annotations to Nodes (#11813)
- MachineSet/MachineDeployment: Add NamingStrategy to MachineDeployment (#11172)
- MachineSet/KCP: Improve preflight checks (#11927 #11941 #11928)
- CRD migration: Add CRD migrator (#11889 #11991)
- Metrics: Add ClusterCache (#11789) and SSA cache (#11635) metrics
- Merged CAPIM in CAPD (see From CAPD(docker) to CAPD(dev) for more details)
- As usual, significantly improved e2e test framework & coverage (e.g. #11667 #11884 #11966 #9620 #11983)
- New providers in clusterctl:
Deprecation and Removals Warning
- KCP/MachineSet: Removed deprecated flag for old infra machine naming (#11679)
- MD/MS/MP/KCP: Deprecated status replica counters planned for removal (#11516)
- MachineDeployment: Deprecated spec.progressDeadlineSeconds (#11472)
- CRD migration: Deprecated clusterctl upgrade CRD storage version migration for providers (#11889)
- ClusterResourceSet was promoted to GA, feature flag is now deprecated (#11741)
Changes since v1.9
📈 Overview
- 303 new commits merged
- 8 breaking changes
⚠️ - 23 feature additions ✨
- 33 bugs fixed 🐛
📝 Proposals
- Community meeting: ✨ 🧑🤝🧑 add proposal for Node Bootstrapping working group (#11407)
⚠️ Breaking Changes
- API: Add MaxItems markers to API fields (#11934)
- API: Add MaxLength & MinLength markers (#11949)
- API: Deprecate replica counters planned for removal (#11516)
- ClusterResourceSet: Deprecate the ClusterResourceSet feature flag (#11741)
- Dependency: Bump to controller-runtime v0.20 & controller-tools v0.17 (#11633)
- MachineDeployment: Deprecate MD.Spec.ProgressDeadlineSeconds (#11472)
- CAPD/e2e/CAPIM: CAPD DevCluster and Machine (#11819)
- KCP/MachineSet: Remove deprecated flag for old infra machine naming (#11679)
✨ New Features
- CABPK: Add bootCommands to cloud-init file generation (#11271)
- ClusterClass: Add Availability and ReadinessGates to ClusterClass (#11868)
- ClusterClass: Add classNamespace to topology (#11352)
- ClusterClass: Add e2e tests & clusterctl changes for cross-ns CC ref (#11395)
- ClusterClass: Clusterctl move support for a cross namespace ClusterClass reference (#11649)
- clusterctl: Add addon provider fleet to registry (#11806)
- clusterctl: Add OpenNebula infrastructure provider to clusterctl (#11835)
- clusterctl: Add support for clusterctl gitlab auth (#11792)
- ClusterResourceSet: Integrate CRS code into regular code structure (#11943)
- Controller-runtime: Add PriorityQueue feature gate (#11698)
- e2e: Extend scale test and make ExtensionConfig name in RuntimeSDK test configurable (#11667)
- e2e: Test n-3 clusterctl upgrade (#11884)
- KCP: Add preflight check for pending version upgrade from topology (#11927)
- Machine: Add MachineDrainRule "WaitCompleted" (#11545)
- Machine: Sync machine annotations to nodes (#11813)
- MachineSet: Add ControlPlaneVersionSkew MS preflight check & preflight check cmd line flag (#11941)
- MachineSet: Extend ControlPlaneIsStable preflight check to check for a pending topology based ControlPlane version upgrade (#11928)
- API/Documentation/ClusterResourceSet: Promote feature CRS to GA (#11365)
- Runtime SDK/ClusterClass: Extend Cluster builtin to include metadata (#12021)
- Runtime SDK: Extend cluster builtin to include classNamespace (#12051)
- Runtime SDK/Topology: implement BeforeClusterUpgrade annotation hook (#11922)
- Testing: Bump Kubernetes in tests to v1.32.0 and claim support for v1.32 (#11563)
- util: Add CRD migrator, deprecate clusterctl upgrade CRD storage version migration (#11889)
🐛 Bug Fixes
- Bootstrap: Recreate bootstrap token if it was cleaned up (#11520)
- CABPK: Ensure kubeadm controller always sets all v1beta2 conditions (#11948)
- CABPK: Make KubeadmConfig FileSystem.Label optional (#12023)
- CAPD: Fix worker machine count in CAPD template (#12029)
- CAPIM: Fix CAPD in-memory templates (#12016)
- CAPIM: Fix periodic resync in in-memory provider (#11663)
- CI/Kind: downgrade binary to v0.24.0 to fix building node images for <= v1.30 (#11482)
- Cluster: Modify calling agg cluster conditions (#11952)
- Clustercache: Increase timeout for informer List+Watch calls from 10s to 11m (#11757)
- Clustercache: Prevent concurrent map read/write when creating a cache (#11707)
- ClusterClass: Don't allow concurrent patch upgrades (#11940)
- ClusterClass: Ensure Cluster topology controller is not stuck when MDs are stuck in deletion (#11771)
- ClusterClass: Export runtime.Client interface and cache package (#11611)
- clusterctl: Clusterctl upgrade hangs for a time on CRD migration when new version contains a number of new CRDs (#12002)
- clusterctl: Fix multiline Ready condition in clusterctl describe for v1beta2 (#11781)
- clusterctl: send delete request before removing finalizers (#11814)
- Conditions: Avoid redundant reconciles if only generation of Paused condition changed (#11972)
- e2e: Properly display the namespace name in scale test (#11547)
- e2e: Stop overwriting ExtraPortMappings if WithDockerSockMount option is used (#12022)
- Machine: Sort list of pre-drain hooks for stable condition messages (#11624)
- Machine: Use correct APIVersion for KCP related exclude (#11490)
- MachineDeployment: Remove disableMachineCreate annotation from new machinesets during rolling machine deployment reconciliation (#11415)
- MachineHealthCheck/MHC: fix flaky test (#11471)
- MachinePool: Check machinepool feature-flag before watching in cluster controller (#11776)
- API/ClusterClass: Fix MaxLength of worker topology Name fields (#12084)
- Release: Fix broken links in release team handbooks (#11652)
- Release: Use release branch for v1.10 alpha and beta releases (#11979)
- Testing: Default to topology flavor in NodeDrainTimeoutSpec (#11727)
- Testing: Fix flake TestMachineSetReconciler test (#11728)
- Testing: Fix flaky TestExtensionReconciler_Reconcile test (#11903)
- Testing: Fix MDR unit test (#11874)
- util: Also patch external refs if the UID differs (#11688)
- util/CRD migration: Fix cases where update validation fails (#12001)
🌱 Others
- API: Add KAL linter for linting API conventions (#11733)
- API: Enable integers lint of KAL (#11887)
- API: Enable maxlength linter (#11906)
- API: Enable nobools linter (#11911)
- API: Enable nofloats linter (#11910)
- API: Enable optionalorrequired linter (#11909)
- API: Enable requiredfields linter (#11908)
- API: Enable statussubresource linter (#11907)
- CAPD: Add v1beta2 conditions to DevMachine and DevCluster with Docker backend (#11923)
- CAPD: Add v1beta2 conditions to DevMachines with InMemory backend (#11901)
- CAPD: Disable image garbage collection in kubelet to align with kind (#11904)
- CAPIM/Inmemory: fix watch to continue serving based on resourceVersion parameter (#11695)
- CI: Bump md-link check to 1.0.17 (#12077)
- CI: Bump E2E to Kubernetes v1.33.0-rc.1 (#12103)
- CI: Bump github-action-markdown-link-check to 1.0.15 (#11594)
- CI: Default building kind node-images depending on KIND_BUILD_IMAGES env variable instead of ginkgo magic regexes (#11784)
- CI: Drop 1.0->current upgrade test (#11755)
- CI: Enable the conditions rule from KAL (#11847)
- CI/GITHUB: downgrade gh-release action (#11588)
- CI/Github: update branches for weekly actions (#11578)
- CI/Govulncheck: bump to v1.1.4 (#11713)
- CI/Scripts: fix checking out k/k release branch (#11836)
- CI: Set base branch for release-1.10 markdown link checks (#11994)
- CI: Update golangci-lint to v1.63.4 (#11740)
- Cluster: Improve waiting for CP / InfraCluster deletion logs (#11823)
- Cluster: Reconcile topology only when necessary (#11605)
- Cluster: Validate that infrastructureRef and controlPlaneRef cannot be unset (#11969)
- Clustercache: Add clustercache metrics (#11789)
- Clustercache: Do not use RequeueAfter when hitting ErrClusterNotConnected (#11736)
- ClusterClass: Add Namingstrategy to InfraCluster (#11898)
- ClusterClass: Consider IsProvisioning to determine if ControlPlane is stable (#11939)
- ClusterClass: Deprecate old ClusterClass index (#11744)
- ClusterClass: Improve webhook output to include the names of the clusters blocking a deletion (#12062)
- ClusterClass/Topology: fix godoc for LocalObjectTemplatesAreCompatible (#11732)
- clusterctl: Add Infrastructure provider Harvester (#11477)
- clusterctl: Add support infrastructure provider for Huawei Cloud (#11861)
- clusterctl: Bump cert-manager to v1.16.3 (#11699)
- clusterctl: Change k0smotron repo location (#11872)
- clusterctl: Fix fallback to overrides directory in home when there is no overrides directory in XDG d...
v1.9.7
👌 Kubernetes version support
- Management Cluster: v1.28.x -> v1.32.x
- Workload Cluster: v1.26.x -> v1.32.x
Changes since v1.9.6
📈 Overview
- 8 new commits merged
- 2 feature additions ✨
- 1 bug fixed 🐛
✨ New Features
- Machine: Sync machine annotations to nodes (#11980)
🐛 Bug Fixes
- clusterctl: Clusterctl upgrade hangs for a time on CRD migration when new version contains a number of new CRDs (#12003)
🌱 Others
- CI: Github: bump md-link check to 1.0.17 (#12078)
- Devtools: Disable TLS verification for Podman pushes inside of Tilt (#12008)
- e2e: Ensure to always preload kindnetd to not hit ImagePullBackoff (#11995)
- KCP: Bump corefile-migration library to v1.0.26 (#12063)
📖 Additionally, there has been 1 contribution to our documentation and book. (#12090)
Dependencies
Added
Nothing has changed.
Changed
- github.com/coredns/corefile-migration: v1.0.25 → v1.0.26
Removed
Nothing has changed.
Thanks to all our contributors! 😊
v1.8.12
👌 Kubernetes version support
- Management Cluster: v1.27.x -> v1.31.x
- Workload Cluster: v1.25.x -> v1.31.x
More information about version support can be found here
Changes since v1.8.11
📈 Overview
- 4 new commits merged
- 1 bug fixed 🐛
🐛 Bug Fixes
- clusterctl: Clusterctl upgrade hangs for a time on CRD migration when new version contains a number of new CRDs (#12005)
🌱 Others
- CI/Github: bump md-link check to 1.0.17 (#12079)
- e2e: Ensure to always preload kindnetd to not hit ImagePullBackoff (#11996)
- KCP: Bump corefile-migration library to v1.0.26 (#12064)
Dependencies
Added
Nothing has changed.
Changed
- github.com/coredns/corefile-migration: v1.0.25 → v1.0.26
Removed
Nothing has changed.
Thanks to all our contributors! 😊