Skip to content

Releases: kubernetes-sigs/cluster-api

v1.10.0-beta.1

25 Mar 19:36
15d7e48
Compare
Choose a tag to compare
v1.10.0-beta.1 Pre-release
Pre-release

🚨 This is a BETA RELEASE. Use it only for testing purposes. If you find any bugs, file an issue.

⚠️ BETA RELEASE NOTES ⚠️

Highlights

  • Bumped to controller-runtime v0.20, k8s.io/* v0.32, controller-gen v0.17
  • Features:
  • 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:
    • Addon providers: fleet (#11806)
    • Infrastructure providers: OpenNebula (#11835), Harvester (#11477), Huawei Cloud (#11861)

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.10.0-beta.0

📈 Overview

  • 14 new commits merged
  • 1 feature addition ✨
  • 6 bugs fixed 🐛

✨ New Features

  • Runtime SDK/ClusterClass: Extend Cluster builtin to include metadata (#12021)

🐛 Bug Fixes

  • CABPK: Make KubeadmConfig FileSystem.Label optional (#12023)
  • CAPD: Fix worker machine count in CAPD template (#12029)
  • CAPIM: Fix CAPD in-memory templates (#12016)
  • clusterctl: Clusterctl upgrade hangs for a time on CRD migration when new version contains a number of new CRDs (#12002)
  • e2e: Stop overwriting ExtraPortMappings if WithDockerSockMount option is used (#12022)
  • util: CRD migration: Fix cases where update validation fails (#12001)

🌱 Others

  • CI: set base branch for release-1.10 markdown link checks (#11994)

📖 Additionally, there has been 1 contribution to our documentation and book. (#11999)

Dependencies

Added

Nothing has changed.

Changed

  • github.com/onsi/ginkgo/v2: v2.23.0 → v2.23.3
  • github.com/onsi/gomega: v1.36.2 → v1.36.3
  • go.etcd.io/etcd/api/v3: v3.5.19 → v3.5.20
  • go.etcd.io/etcd/client/pkg/v3: v3.5.19 → v3.5.20
  • go.etcd.io/etcd/client/v3: v3.5.19 → v3.5.20
  • google.golang.org/protobuf: v1.36.1 → v1.36.5
  • sigs.k8s.io/controller-runtime: v0.20.3 → v0.20.4

Removed

Nothing has changed.

More details about the release

Changes since v1.9.0

📈 Overview

  • 295 new commits merged
  • 8 breaking changes ⚠️
  • 22 feature additions ✨
  • 32 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-idit 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 (#12014)
  • 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 (#12019)
  • CAPD: Fix worker machine count in CAPD template (#12028)
  • CAPIM: Fix CAPD in-memory templates (#12013)
  • CAPIM: Fix periodic resync in in-memory provider (#11663)
  • CI: downgrade Kind 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 (#11984)
  • 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 (#12012)
  • 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: fix flaky test (#11471)
  • MachinePool: Check machinepool feature-flag before watching in cluster controller (#11776)
  • 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)
  • CRD migration: Fix cases where update validation fails (#11991)

🌱 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: fix watch to continue serving based on resourceVersion parameter (#11695)
  • CI: Bump github-action-markdown-link-check to 1.0.15 (#11594)
  • CI: bump Govulncheck to v1.1.4 (#11713)
  • CI: Default building kind node-images depending on KIND_BUILD_IMAGES env variable instead of ginkgo magic regexes (#11784)
  • CI: downgrade gh-release action (#11588)
  • CI: Drop 1.0->current upgrade test (#11755)
  • CI: Enable the conditions rule from KAL (#11847)
  • CI: fix checking out k/k release branch (#11836)
  • CI: update branches for weekly actions ...
Read more

v1.10.0-beta.0

18 Mar 17:39
2303bd0
Compare
Choose a tag to compare
v1.10.0-beta.0 Pre-release
Pre-release

🚨 This is a BETA RELEASE. Use it only for testing purposes. If you find any bugs, file an issue.

More details about the release

⚠️ BETA RELEASE NOTES ⚠️

Highlights

  • Bumped to controller-runtime v0.20, k8s.io/* v0.32, controller-gen v0.17
  • Features:
  • 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)
  • 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:
    • Addon providers: fleet (#11806)
    • Infrastructure providers: OpenNebula (#11835), Harvester (#11477), Huawei Cloud (#11861)

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.0

📈 Overview

  • 276 new commits merged
  • 8 breaking changes ⚠️
  • 21 feature additions ✨
  • 26 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: 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)
  • CAPIM: Fix periodic resync in in-memory provider (#11663)
  • CI: 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: 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)
  • 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: fix flaky test (#11471)
  • MachinePool: Check machinepool feature-flag before watching in cluster controller (#11776)
  • 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)

🌱 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: fix watch to continue serving based on resourceVersion parameter (#11695)
  • 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: downgrade gh-release action (#11588)
  • CI: update branches for weekly actions (#11578)
  • CI: bump to v1.1.4 (#11713)
  • CI: fix checking out k/k release branch (#11836)
  • 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: 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 directory (#11824)
  • clusterctl: Properly indent multiline lists in clusterctl describe (#11508)
  • clusterctl: Remove OCNE providers (#11830)
  • ClusterResourceSet: Cleanup after CRS move (#11968)
  • Conditions: Allow readiness and availability gates with negative polarity (#11918)
  • Conditions: Drop unused v1beta2 conditions and reasons (#11518)
  • Conditions: Fix formatting of blocking lifecycle hook condition message (#11661)
  • Conditions: Fix log messages in Cluster set status code + some minor unit test fixes (#11629)
  • Conditions: Handle "waiting for completion" in KCP, MD, MS and Machine conditions (#11811)
  • Conditions: make EtcdMemberHealthy less verbose on client creation failures (#11502)
  • Conditions: sort list of hooks for stable condition messages (#11487)
  • Conditions: Refine v1beta2 summary (#11498)
  • Conditions: Refine v1beta2 UpToDate and Rollout conditions (#11503)
  • Conditions: Rename v1beta2 test types (#11832)
  • Conditions: Set merge oper...
Read more

v1.9.6

18 Mar 16:39
813e90d
Compare
Choose a tag to compare

👌 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.5

📈 Overview

  • 13 new commits merged
  • 1 feature addition ✨
  • 3 bugs fixed 🐛

✨ New Features

  • clusterctl: Add OpenNebula infrastructure provider to clusterctl (#11886)

🐛 Bug Fixes

  • CABPK: Ensure kubeadm controller always sets all v1beta2 conditions (#11953)
  • ClusterClass: Don't allow concurrent patch upgrades (#11970)
  • Testing: Fix flake TestMachineSetReconciler test (#11917)

🌱 Others

  • CAPD: Disable image garbage collection in kubelet to align with kind (#11912)
  • clusterctl: Add support infrastructure provider for Huawei Cloud (#11876)
  • clusterctl: Change k0smotron repo location (#11888)
  • Logging: Log version directly on controller startup (#11964)
  • MachineSet: delete Bootstrap object when creating InfraMachine object failed (#11916)
  • Security: Ignore CVE 2025 22870 (#11976)
  • Testing: Use inCluster kubeconfig if empty var provided (#11885)

📖 Additionally, there have been 2 contributions to our documentation and book. (#11880, #11930)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.8.11

18 Mar 16:39
edb2f29
Compare
Choose a tag to compare

👌 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.10

📈 Overview

  • 3 new commits merged

🌱 Others

  • CAPD: Disable image garbage collection in kubelet to align with kind (#11913)
  • Logging: Log version directly on controller startup (#11965)
  • Security: Ignore CVE 2025 22870 (#11975)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.9.5

18 Feb 19:44
068c0f3
Compare
Choose a tag to compare

👌 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.4

📈 Overview

  • 23 new commits merged
  • 6 feature additions ✨
  • 4 bugs fixed 🐛

✨ New Features

  • ClusterClass: Add classNamespace to topology (#11730)
  • ClusterClass: Add e2e tests & clusterctl changes for cross-ns CC ref (#11845)
  • ClusterClass: Clusterctl move support for a cross namespace ClusterClass reference (#11846)
  • clusterctl: Add addon provider fleet to registry (#11829)
  • e2e: Extend scale test and make ExtensionConfig name in RuntimeSDK test configurable (#11844)
  • Machine: Add MachineDrainRule "WaitCompleted" (#11758)

🐛 Bug Fixes

  • Clustercache: Increase timeout for informer List+Watch calls from 10s to 11m (#11767)
  • ClusterClass: Ensure Cluster topology controller is not stuck when MDs are stuck in deletion (#11787)
  • clusterctl: Fix: send delete request before removing finalizers (#11821)
  • MachinePool: Check machinepool feature-flag before watching in cluster controller (#11779)
  • CI: Scripts: fix checking out k/k release branch (#11841)

🌱 Others

  • clusterctl: Bump cert-manager to v1.16.3 (#11715)
  • clusterctl: Remove OCNE providers (#11831)
  • Conditions: Handle "waiting for completion" in KCP, MD, MS and Machine conditions (#11825)
  • Controller-runtime: Bump to controller-runtime v0.19.5 (#11748)
  • Dependency: Bump go to v1.22.11 (#11739)
  • Dependency: Bump go to v1.22.12 (#11804)
  • Dependency: Bump to controller-runtime v0.19.6 (#11851)
  • e2e: Add optional ClusterctlVariables to QuickStartSpecInput (#11785)
  • e2e: Attempt older version upgrades twice to work around flake with the docker controller (#11793)
  • KCP: Improve KCP remediation of multiple failures (#11746)
  • Machine: Add --additional-sync-machine-labels to allow syncing additional labels to Nodes (#11762)
  • MachineDeployment: Improve MachineSet create and delete logs (#11765)

Dependencies

Added

Nothing has changed.

Changed

  • sigs.k8s.io/controller-runtime: v0.19.4 → v0.19.6

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.8.10

18 Feb 19:43
b080e7a
Compare
Choose a tag to compare

👌 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.9

📈 Overview

  • 6 new commits merged
  • 1 bug fixed 🐛

🐛 Bug Fixes

  • CI: Should only test a max of k8s 1.31 (#11842)
  • CI: Scripts: fix checking out k/k release branch (#11839)

🌱 Others

  • clusterctl: Bump cert-manager to v1.16.3 (#11726)
  • Dependency: Bump go to v1.22.11 (#11738)
  • Dependency: Bump go to v1.22.12 (#11805)
  • e2e: Attempt older version upgrades twice to work around flake with the docker controller (#11794)

Dependencies

Added

Nothing has changed.

Changed

Nothing has changed.

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.9.4

21 Jan 19:06
79e6731
Compare
Choose a tag to compare

👌 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

📈 Overview

  • 20 new commits merged
  • 5 bugs fixed 🐛

🐛 Bug Fixes

  • CAPIM: Fix periodic resync in in-memory provider (#11670)
  • Clustercache: Prevent concurrent map read/write when creating a cache (#11709)
  • Machine: Sort list of pre-drain hooks for stable condition messages (#11625)
  • Release: Fix broken links in release team handbooks (#11654)
  • util: Also patch external refs if the UID differs (#11689)

🌱 Others

  • CAPIM: Inmemory: fix watch to continue serving based on resourceVersion parameter (#11710)
  • clusterctl: Add Infrastructure provider Harvester (#11653)
  • Conditions: Fix formatting of blocking lifecycle hook condition message (#11669)
  • Conditions: Fix log messages in Cluster set status code + some minor unit test fixes (#11640)
  • Dependency: Bump envtest to v1.32.0 (#11641)
  • Dependency: Bump github.com/coredns/corefile-migration to v1.0.25 (#11676)
  • Dependency: Bump to controller-runtime v0.19.4 (#11645)
  • KCP: Stop recreating logger for etcd client (#11672)
  • Logging: Reduce log level of noisy logs in ExtensionConfig and Cluster controller (#11668)
  • Machine: Improve Machine create and delete logs (#11712)
  • MachineHealthCheck: Improve Machine remediation logs (#11706)
  • util: Call patchHelper only if necessary when reconciling external refs (#11675)
  • util: PatchHelper: call toUnstructured only if necessary (#11673)

📖 Additionally, there have been 2 contributions to our documentation and book. (#11627, #11701)

Dependencies

Added

Nothing has changed.

Changed

  • github.com/coredns/corefile-migration: v1.0.24 → v1.0.25
  • sigs.k8s.io/controller-runtime: v0.19.3 → v0.19.4

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.8.9

21 Jan 19:06
1b5b623
Compare
Choose a tag to compare

👌 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

📈 Overview

  • 7 new commits merged
  • 1 bug fixed 🐛

🐛 Bug Fixes

  • util: Also patch external refs if the UID differs (#11690)

🌱 Others

  • Dependency: Bump github.com/coredns/corefile-migration to v1.0.25 (#11680)
  • Dependency: Bump to controller-runtime v0.18.7 (#11644)
  • KCP: Stop recreating logger for etcd client (#11682)
  • MachineHealthCheck: Improve Machine remediation logs (#11708)
  • util: Call patchHelper only if necessary when reconciling external refs (#11684)
  • util: PatchHelper: call toUnstructured only if necessary (#11683)

Dependencies

Added

Nothing has changed.

Changed

  • github.com/coredns/corefile-migration: v1.0.24 → v1.0.25
  • sigs.k8s.io/controller-runtime: v0.18.6 → v0.18.7

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.9.3

23 Dec 14:19
cd279dd
Compare
Choose a tag to compare

👌 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.2

📈 Overview

  • 2 new commits merged
  • 1 bug fixed 🐛

🐛 Bug Fixes

  • ClusterClass: Export runtime.Client interface and cache package (#11612)

🌱 Others

  • Dependency: Bump to golang.org/x/net v0.23.0 (#11618)

Dependencies

Added

Nothing has changed.

Changed

  • golang.org/x/net: v0.32.0 → v0.33.0

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.8.8

23 Dec 19:07
199edc1
Compare
Choose a tag to compare

👌 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.7

📈 Overview

  • 2 new commits merged
  • 1 bug fixed 🐛

🐛 Bug Fixes

  • ClusterClass: Export runtime.Client interface and cache package (#11613)

🌱 Others

  • Dependency: Bump to golang.org/x/net v0.23.0 (#11619)

Dependencies

Added

Nothing has changed.

Changed

  • golang.org/x/net: v0.27.0 → v0.33.0

Removed

Nothing has changed.

Thanks to all our contributors! 😊