Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌱 Bump the capi group across 4 directories with 2 updates #2127

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 4, 2024

Bumps the capi group with 1 update in the / directory: sigs.k8s.io/cluster-api.
Bumps the capi group with 1 update in the /api directory: sigs.k8s.io/cluster-api.
Bumps the capi group with 2 updates in the /hack/fake-apiserver directory: sigs.k8s.io/cluster-api and sigs.k8s.io/cluster-api/test.
Bumps the capi group with 2 updates in the /test directory: sigs.k8s.io/cluster-api and sigs.k8s.io/cluster-api/test.

Updates sigs.k8s.io/cluster-api from 1.9.0-rc.0 to 1.9.0-rc.1

Release notes

Sourced from sigs.k8s.io/cluster-api's releases.

v1.9.0-rc.1

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

👌 Kubernetes version support

  • Management Cluster: v1.28.x -> v1.31.x
  • Workload Cluster: v1.26.x -> v1.31.x

Highlights

  • Bumped to controller-runtime v0.19, k8s.io/* v0.31, controller-gen v0.16
  • Improvements to status fields: (#11105)
    • Proposal: Improving status in CAPI resources
    • Just a few highlights:
      • Overhaul of our contract documentation: Provider contracts
      • Implemented v1beta2 conditions for core Cluster API objects
      • Huge improvements to Deleting conditions of Cluster, KCP, MD, MS and Machines
      • Added Available conditions to Cluster, KCP and MD
      • Added ControlPlaneInitialized, ControlPlaneAvailable, WorkersAvailable, RemoteConnectionProbe, conditions to Cluster
      • Added UpToDate conditions to KCP and MD Machines
      • Added ScalingUp, ScalingDown, Remediating, MachinesReady, MachinesUpToDate conditions to Cluster, KCP, MD and MS
      • Significantly improved Available, EtcdClusterHealthy and ControlPlaneComponentsHealthy conditions on KCP
      • Added Paused conditions
      • Improved counter fields for Cluster, KCP, MD, MS
      • Added utils and extended patch helper for v1beta2 conditions
  • ClusterCache supersedes the now deprecated ClusterCacheTracker (#11272)
  • ClusterClass: Support oneOf/anyOf/allOf/not in variable schemas (#10637)
  • Improved logging in predicates (#10959 #11239 #11188)
  • KubeadmControlPlane: Implement pre-terminate hook for clean Machine Deletion (#11137)
  • KubeadmControlPlane: NamingStrategy for Machines (#11123)
  • MachineSetPreflightChecks feature got promoted to beta (#11228)
  • MachineSet/MachineDeployment: Foreground deletion for MachineDeployments and MachineSets (#11174)
  • Machine: Improvements to Node drain:
  • As usual, significantly improved e2e test framework & coverage (e.g. #11066 #11333 #10984 #11082 #11212 #11127 #11362)
  • New providers in clusterctl: Canonical (#11337), Nutanix (#11135), Vultr (#11091)

Deprecation and Removals Warning

  • API: Deprecated FailureMessage and FailureReason fields (#11317)
  • The ClusterCacheTracker component has been deprecated (#11312 #11340), please use the new ClusterCache instead.
    • For more context and examples for how to use it, see PR: Introduce new ClusterCache and the corresponding issue
    • Please note:
      • The DisabledFor option (previously ClientUncachedObjects) is not defaulted to &corev1.ConfigMap & &corev1.Secret anymore, thus it’s now necessary to explicitly set DisabledFor to avoid caching ConfigMaps and Secrets.
      • SecretClient and UserAgent are now mandatory options, please take a look at the corresponding godoc.
    • The --clustercachetracker-concurrency, --clustercachetracker-client-qps and --clustercachetracker-client-burst flags on all core CAPI controllers have been renamed to --clustercache-concurrency, --clustercache-client-qps and --clustercache-client-burst
  • The deprecated --metrics-bind-addr flag has been removed (#11140)
  • Deprecated obsolete errors package (#10798)
  • Deprecated ClusterCreateInfraReady and ClusterUnpausedAndInfrastructureReady predicates (#11300)

... (truncated)

Commits
  • 5cb86c2 Merge pull request #11528 from k8s-infra-cherrypick-robot/cherry-pick-11521-t...
  • 9285ec3 Small improvements to v1beta2 conditions godoc
  • 38600bd Merge pull request #11527 from k8s-infra-cherrypick-robot/cherry-pick-11524-t...
  • 6e36999 Merge pull request #11523 from k8s-infra-cherrypick-robot/cherry-pick-11518-t...
  • fea33f6 Merge pull request #11522 from k8s-infra-cherrypick-robot/cherry-pick-11515-t...
  • c15c657 🌱Update controller-runtime to v0.19.3
  • 5350925 Drop unused v1beta2 conditions and reasons
  • 7af10a2 Drop retry when computing KCP conditions
  • 03c076d Merge pull request #11517 from k8s-infra-cherrypick-robot/cherry-pick-11516-t...
  • a520a4d Deprecate replica counters planned for removal
  • Additional commits viewable in compare view

Updates sigs.k8s.io/cluster-api from 1.9.0-rc.0 to 1.9.0-rc.1

Release notes

Sourced from sigs.k8s.io/cluster-api's releases.

v1.9.0-rc.1

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

👌 Kubernetes version support

  • Management Cluster: v1.28.x -> v1.31.x
  • Workload Cluster: v1.26.x -> v1.31.x

Highlights

  • Bumped to controller-runtime v0.19, k8s.io/* v0.31, controller-gen v0.16
  • Improvements to status fields: (#11105)
    • Proposal: Improving status in CAPI resources
    • Just a few highlights:
      • Overhaul of our contract documentation: Provider contracts
      • Implemented v1beta2 conditions for core Cluster API objects
      • Huge improvements to Deleting conditions of Cluster, KCP, MD, MS and Machines
      • Added Available conditions to Cluster, KCP and MD
      • Added ControlPlaneInitialized, ControlPlaneAvailable, WorkersAvailable, RemoteConnectionProbe, conditions to Cluster
      • Added UpToDate conditions to KCP and MD Machines
      • Added ScalingUp, ScalingDown, Remediating, MachinesReady, MachinesUpToDate conditions to Cluster, KCP, MD and MS
      • Significantly improved Available, EtcdClusterHealthy and ControlPlaneComponentsHealthy conditions on KCP
      • Added Paused conditions
      • Improved counter fields for Cluster, KCP, MD, MS
      • Added utils and extended patch helper for v1beta2 conditions
  • ClusterCache supersedes the now deprecated ClusterCacheTracker (#11272)
  • ClusterClass: Support oneOf/anyOf/allOf/not in variable schemas (#10637)
  • Improved logging in predicates (#10959 #11239 #11188)
  • KubeadmControlPlane: Implement pre-terminate hook for clean Machine Deletion (#11137)
  • KubeadmControlPlane: NamingStrategy for Machines (#11123)
  • MachineSetPreflightChecks feature got promoted to beta (#11228)
  • MachineSet/MachineDeployment: Foreground deletion for MachineDeployments and MachineSets (#11174)
  • Machine: Improvements to Node drain:
  • As usual, significantly improved e2e test framework & coverage (e.g. #11066 #11333 #10984 #11082 #11212 #11127 #11362)
  • New providers in clusterctl: Canonical (#11337), Nutanix (#11135), Vultr (#11091)

Deprecation and Removals Warning

  • API: Deprecated FailureMessage and FailureReason fields (#11317)
  • The ClusterCacheTracker component has been deprecated (#11312 #11340), please use the new ClusterCache instead.
    • For more context and examples for how to use it, see PR: Introduce new ClusterCache and the corresponding issue
    • Please note:
      • The DisabledFor option (previously ClientUncachedObjects) is not defaulted to &corev1.ConfigMap & &corev1.Secret anymore, thus it’s now necessary to explicitly set DisabledFor to avoid caching ConfigMaps and Secrets.
      • SecretClient and UserAgent are now mandatory options, please take a look at the corresponding godoc.
    • The --clustercachetracker-concurrency, --clustercachetracker-client-qps and --clustercachetracker-client-burst flags on all core CAPI controllers have been renamed to --clustercache-concurrency, --clustercache-client-qps and --clustercache-client-burst
  • The deprecated --metrics-bind-addr flag has been removed (#11140)
  • Deprecated obsolete errors package (#10798)
  • Deprecated ClusterCreateInfraReady and ClusterUnpausedAndInfrastructureReady predicates (#11300)

... (truncated)

Commits
  • 5cb86c2 Merge pull request #11528 from k8s-infra-cherrypick-robot/cherry-pick-11521-t...
  • 9285ec3 Small improvements to v1beta2 conditions godoc
  • 38600bd Merge pull request #11527 from k8s-infra-cherrypick-robot/cherry-pick-11524-t...
  • 6e36999 Merge pull request #11523 from k8s-infra-cherrypick-robot/cherry-pick-11518-t...
  • fea33f6 Merge pull request #11522 from k8s-infra-cherrypick-robot/cherry-pick-11515-t...
  • c15c657 🌱Update controller-runtime to v0.19.3
  • 5350925 Drop unused v1beta2 conditions and reasons
  • 7af10a2 Drop retry when computing KCP conditions
  • 03c076d Merge pull request #11517 from k8s-infra-cherrypick-robot/cherry-pick-11516-t...
  • a520a4d Deprecate replica counters planned for removal
  • Additional commits viewable in compare view

Updates sigs.k8s.io/cluster-api from 1.9.0-rc.0 to 1.9.0-rc.1

Release notes

Sourced from sigs.k8s.io/cluster-api's releases.

v1.9.0-rc.1

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

👌 Kubernetes version support

  • Management Cluster: v1.28.x -> v1.31.x
  • Workload Cluster: v1.26.x -> v1.31.x

Highlights

  • Bumped to controller-runtime v0.19, k8s.io/* v0.31, controller-gen v0.16
  • Improvements to status fields: (#11105)
    • Proposal: Improving status in CAPI resources
    • Just a few highlights:
      • Overhaul of our contract documentation: Provider contracts
      • Implemented v1beta2 conditions for core Cluster API objects
      • Huge improvements to Deleting conditions of Cluster, KCP, MD, MS and Machines
      • Added Available conditions to Cluster, KCP and MD
      • Added ControlPlaneInitialized, ControlPlaneAvailable, WorkersAvailable, RemoteConnectionProbe, conditions to Cluster
      • Added UpToDate conditions to KCP and MD Machines
      • Added ScalingUp, ScalingDown, Remediating, MachinesReady, MachinesUpToDate conditions to Cluster, KCP, MD and MS
      • Significantly improved Available, EtcdClusterHealthy and ControlPlaneComponentsHealthy conditions on KCP
      • Added Paused conditions
      • Improved counter fields for Cluster, KCP, MD, MS
      • Added utils and extended patch helper for v1beta2 conditions
  • ClusterCache supersedes the now deprecated ClusterCacheTracker (#11272)
  • ClusterClass: Support oneOf/anyOf/allOf/not in variable schemas (#10637)
  • Improved logging in predicates (#10959 #11239 #11188)
  • KubeadmControlPlane: Implement pre-terminate hook for clean Machine Deletion (#11137)
  • KubeadmControlPlane: NamingStrategy for Machines (#11123)
  • MachineSetPreflightChecks feature got promoted to beta (#11228)
  • MachineSet/MachineDeployment: Foreground deletion for MachineDeployments and MachineSets (#11174)
  • Machine: Improvements to Node drain:
  • As usual, significantly improved e2e test framework & coverage (e.g. #11066 #11333 #10984 #11082 #11212 #11127 #11362)
  • New providers in clusterctl: Canonical (#11337), Nutanix (#11135), Vultr (#11091)

Deprecation and Removals Warning

  • API: Deprecated FailureMessage and FailureReason fields (#11317)
  • The ClusterCacheTracker component has been deprecated (#11312 #11340), please use the new ClusterCache instead.
    • For more context and examples for how to use it, see PR: Introduce new ClusterCache and the corresponding issue
    • Please note:
      • The DisabledFor option (previously ClientUncachedObjects) is not defaulted to &corev1.ConfigMap & &corev1.Secret anymore, thus it’s now necessary to explicitly set DisabledFor to avoid caching ConfigMaps and Secrets.
      • SecretClient and UserAgent are now mandatory options, please take a look at the corresponding godoc.
    • The --clustercachetracker-concurrency, --clustercachetracker-client-qps and --clustercachetracker-client-burst flags on all core CAPI controllers have been renamed to --clustercache-concurrency, --clustercache-client-qps and --clustercache-client-burst
  • The deprecated --metrics-bind-addr flag has been removed (#11140)
  • Deprecated obsolete errors package (#10798)
  • Deprecated ClusterCreateInfraReady and ClusterUnpausedAndInfrastructureReady predicates (#11300)

... (truncated)

Commits
  • 5cb86c2 Merge pull request #11528 from k8s-infra-cherrypick-robot/cherry-pick-11521-t...
  • 9285ec3 Small improvements to v1beta2 conditions godoc
  • 38600bd Merge pull request #11527 from k8s-infra-cherrypick-robot/cherry-pick-11524-t...
  • 6e36999 Merge pull request #11523 from k8s-infra-cherrypick-robot/cherry-pick-11518-t...
  • fea33f6 Merge pull request #11522 from k8s-infra-cherrypick-robot/cherry-pick-11515-t...
  • c15c657 🌱Update controller-runtime to v0.19.3
  • 5350925 Drop unused v1beta2 conditions and reasons
  • 7af10a2 Drop retry when computing KCP conditions
  • 03c076d Merge pull request #11517 from k8s-infra-cherrypick-robot/cherry-pick-11516-t...
  • a520a4d Deprecate replica counters planned for removal
  • Additional commits viewable in compare view

Updates sigs.k8s.io/cluster-api/test from 1.9.0-rc.0 to 1.9.0-rc.1

Release notes

Sourced from sigs.k8s.io/cluster-api/test's releases.

v1.9.0-rc.1

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

👌 Kubernetes version support

  • Management Cluster: v1.28.x -> v1.31.x
  • Workload Cluster: v1.26.x -> v1.31.x

Highlights

  • Bumped to controller-runtime v0.19, k8s.io/* v0.31, controller-gen v0.16
  • Improvements to status fields: (#11105)
    • Proposal: Improving status in CAPI resources
    • Just a few highlights:
      • Overhaul of our contract documentation: Provider contracts
      • Implemented v1beta2 conditions for core Cluster API objects
      • Huge improvements to Deleting conditions of Cluster, KCP, MD, MS and Machines
      • Added Available conditions to Cluster, KCP and MD
      • Added ControlPlaneInitialized, ControlPlaneAvailable, WorkersAvailable, RemoteConnectionProbe, conditions to Cluster
      • Added UpToDate conditions to KCP and MD Machines
      • Added ScalingUp, ScalingDown, Remediating, MachinesReady, MachinesUpToDate conditions to Cluster, KCP, MD and MS
      • Significantly improved Available, EtcdClusterHealthy and ControlPlaneComponentsHealthy conditions on KCP
      • Added Paused conditions
      • Improved counter fields for Cluster, KCP, MD, MS
      • Added utils and extended patch helper for v1beta2 conditions
  • ClusterCache supersedes the now deprecated ClusterCacheTracker (#11272)
  • ClusterClass: Support oneOf/anyOf/allOf/not in variable schemas (#10637)
  • Improved logging in predicates (#10959 #11239 #11188)
  • KubeadmControlPlane: Implement pre-terminate hook for clean Machine Deletion (#11137)
  • KubeadmControlPlane: NamingStrategy for Machines (#11123)
  • MachineSetPreflightChecks feature got promoted to beta (#11228)
  • MachineSet/MachineDeployment: Foreground deletion for MachineDeployments and MachineSets (#11174)
  • Machine: Improvements to Node drain:
  • As usual, significantly improved e2e test framework & coverage (e.g. #11066 #11333 #10984 #11082 #11212 #11127 #11362)
  • New providers in clusterctl: Canonical (#11337), Nutanix (#11135), Vultr (#11091)

Deprecation and Removals Warning

  • API: Deprecated FailureMessage and FailureReason fields (#11317)
  • The ClusterCacheTracker component has been deprecated (#11312 #11340), please use the new ClusterCache instead.
    • For more context and examples for how to use it, see PR: Introduce new ClusterCache and the corresponding issue
    • Please note:
      • The DisabledFor option (previously ClientUncachedObjects) is not defaulted to &corev1.ConfigMap & &corev1.Secret anymore, thus it’s now necessary to explicitly set DisabledFor to avoid caching ConfigMaps and Secrets.
      • SecretClient and UserAgent are now mandatory options, please take a look at the corresponding godoc.
    • The --clustercachetracker-concurrency, --clustercachetracker-client-qps and --clustercachetracker-client-burst flags on all core CAPI controllers have been renamed to --clustercache-concurrency, --clustercache-client-qps and --clustercache-client-burst
  • The deprecated --metrics-bind-addr flag has been removed (#11140)
  • Deprecated obsolete errors package (#10798)
  • Deprecated ClusterCreateInfraReady and ClusterUnpausedAndInfrastructureReady predicates (#11300)

... (truncated)

Commits
  • 5cb86c2 Merge pull request #11528 from k8s-infra-cherrypick-robot/cherry-pick-11521-t...
  • 9285ec3 Small improvements to v1beta2 conditions godoc
  • 38600bd Merge pull request #11527 from k8s-infra-cherrypick-robot/cherry-pick-11524-t...
  • 6e36999 Merge pull request #11523 from k8s-infra-cherrypick-robot/cherry-pick-11518-t...
  • fea33f6 Merge pull request #11522 from k8s-infra-cherrypick-robot/cherry-pick-11515-t...
  • c15c657 🌱Update controller-runtime to v0.19.3
  • 5350925 Drop unused v1beta2 conditions and reasons
  • 7af10a2 Drop retry when computing KCP conditions
  • 03c076d Merge pull request #11517 from k8s-infra-cherrypick-robot/cherry-pick-11516-t...
  • a520a4d Deprecate replica counters planned for removal
  • Additional commits viewable in compare view

Updates sigs.k8s.io/cluster-api from 1.9.0-rc.0 to 1.9.0-rc.1

Release notes

Sourced from sigs.k8s.io/cluster-api's releases.

v1.9.0-rc.1

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

👌 Kubernetes version support

  • Management Cluster: v1.28.x -> v1.31.x
  • Workload Cluster: v1.26.x -> v1.31.x

Highlights

  • Bumped to controller-runtime v0.19, k8s.io/* v0.31, controller-gen v0.16
  • Improvements to status fields: (#11105)
    • Proposal: Improving status in CAPI resources
    • Just a few highlights:
      • Overhaul of our contract documentation: Provider contracts
      • Implemented v1beta2 conditions for core Cluster API objects
      • Huge improvements to Deleting conditions of Cluster, KCP, MD, MS and Machines
      • Added Available conditions to Cluster, KCP and MD
      • Added ControlPlaneInitialized, ControlPlaneAvailable, WorkersAvailable, RemoteConnectionProbe, conditions to Cluster
      • Added UpToDate conditions to KCP and MD Machines
      • Added ScalingUp, ScalingDown, Remediating, MachinesReady, MachinesUpToDate conditions to Cluster, KCP, MD and MS
      • Significantly improved Available, EtcdClusterHealthy and ControlPlaneComponentsHealthy conditions on KCP
      • Added Paused conditions
      • Improved counter fields for Cluster, KCP, MD, MS
      • Added utils and extended patch helper for v1beta2 conditions
  • ClusterCache supersedes the now deprecated ClusterCacheTracker (#11272)
  • ClusterClass: Support oneOf/anyOf/allOf/not in variable schemas (#10637)
  • Improved logging in predicates (#10959 #11239 #11188)
  • KubeadmControlPlane: Implement pre-terminate hook for clean Machine Deletion (#11137)
  • KubeadmControlPlane: NamingStrategy for Machines (#11123)
  • MachineSetPreflightChecks feature got promoted to beta (#11228)
  • MachineSet/MachineDeployment: Foreground deletion for MachineDeployments and MachineSets (#11174)
  • Machine: Improvements to Node drain:
  • As usual, significantly improved e2e test framework & coverage (e.g. #11066 #11333 #10984 #11082 #11212 #11127 #11362)
  • New providers in clusterctl: Canonical (#11337), Nutanix (#11135), Vultr (#11091)

Deprecation and Removals Warning

  • API: Deprecated FailureMessage and FailureReason fields (#11317)
  • The ClusterCacheTracker component has been deprecated (#11312 #11340), please use the new ClusterCache instead.
    • For more context and examples for how to use it, see PR: Introduce new ClusterCache and the corresponding issue
    • Please note:
      • The DisabledFor option (previously ClientUncachedObjects) is not defaulted to &corev1.ConfigMap & &corev1.Secret anymore, thus it’s now necessary to explicitly set DisabledFor to avoid caching ConfigMaps and Secrets.
      • SecretClient and UserAgent are now mandatory options, please take a look at the corresponding godoc.
    • The --clustercachetracker-concurrency, --clustercachetracker-client-qps and --clustercachetracker-client-burst flags on all core CAPI controllers have been renamed to --clustercache-concurrency, --clustercache-client-qps and --clustercache-client-burst
  • The deprecated --metrics-bind-addr flag has been removed (#11140)
  • Deprecated obsolete errors package (#10798)
  • Deprecated ClusterCreateInfraReady and ClusterUnpausedAndInfrastructureReady predicates (#11300)

... (truncated)

Commits
  • 5cb86c2 Merge pull request #11528 from k8s-infra-cherrypick-robot/cherry-pick-11521-t...
  • 9285ec3 Small improvements to v1beta2 conditions godoc
  • 38600bd Merge pull request #11527 from k8s-infra-cherrypick-robot/cherry-pick-11524-t...
  • 6e36999 Merge pull request #11523 from k8s-infra-cherrypick-robot/cherry-pick-11518-t...
  • fea33f6 Merge pull request #11522 from k8s-infra-cherrypick-robot/cherry-pick-11515-t...
  • c15c657 🌱Update controller-runtime to v0.19.3
  • 5350925 Drop unused v1beta2 conditions and reasons
  • 7af10a2 Drop retry when computing KCP conditions
  • 03c076d Merge pull request #11517 from k8s-infra-cherrypick-robot/cherry-pick-11516-t...
  • a520a4d Deprecate replica counters planned for removal
  • Additional commits viewable in compare view

Updates sigs.k8s.io/cluster-api/test from 1.9.0-rc.0 to 1.9.0-rc.1

Release notes

Sourced from sigs.k8s.io/cluster-api/test's releases.

v1.9.0-rc.1

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

👌 Kubernetes version support

  • Management Cluster: v1.28.x -> v1.31.x
  • Workload Cluster: v1.26.x -> v1.31.x

Highlights

  • Bumped to controller-runtime v0.19, k8s.io/* v0.31, controller-gen v0.16
  • Improvements to status fields: (#11105)
    • Proposal: Improving status in CAPI resources
    • Just a few highlights:
      • Overhaul of our contract documentation: Provider contracts
      • Implemented v1beta2 conditions for core Cluster API objects
      • Huge improvements to Deleting conditions of Cluster, KCP, MD, MS and Machines
      • Added Available conditions to Cluster, KCP and MD
      • Added ControlPlaneInitialized, ControlPlaneAvailable, WorkersAvailable, RemoteConnectionProbe, conditions to Cluster
      • Added UpToDate conditions to KCP and MD Machines
      • Added ScalingUp, ScalingDown, Remediating, MachinesReady, MachinesUpToDate conditions to Cluster, KCP, MD and MS
      • Significantly improved Available, EtcdClusterHealthy and ControlPlaneComponentsHealthy conditions on KCP
      • Added Paused conditions
      • Improved counter fields for Cluster, KCP, MD, MS
      • Added utils and extended patch helper for v1beta2 conditions
  • ClusterCache supersedes the now deprecated ClusterCacheTracker (#11272)
  • ClusterClass: Support oneOf/anyOf/allOf/not in variable schemas (#10637)
  • Improved logging in predicates (#10959 #11239 #11188)
  • KubeadmControlPlane: Implement pre-terminate hook for clean Machine Deletion (#11137)
  • KubeadmControlPlane: NamingStrategy for Machines (#11123)
  • MachineSetPreflightChecks feature got promoted to beta (#11228)
  • MachineSet/MachineDeployment: Foreground deletion for MachineDeployments and MachineSets (#11174)
  • Machine: Improvements to Node drain:
  • As usual, significantly improved e2e test framework & coverage (e.g. #11066 #11333 #10984 #11082 #11212 #11127 #11362)
  • New providers in clusterctl: Canonical (#11337), Nutanix (#11135), Vultr (#11091)

Deprecation and Removals Warning

  • API: Deprecated FailureMessage and FailureReason fields (#11317)
  • The ClusterCacheTracker component has been deprecated (#11312 #11340), please use the new ClusterCache instead.
    • For more context and examples for how to use it, see PR: Introduce new ClusterCache and the corresponding issue
    • Please note:
      • The DisabledFor option (previously ClientUncachedObjects) is not defaulted to &corev1.ConfigMap & &corev1.Secret anymore, thus it’s now necessary to explicitly set DisabledFor to avoid caching ConfigMaps and Secrets.
      • SecretClient and UserAgent are now mandatory options, please take a look at the corresponding godoc.
    • The --clustercachetracker-concurrency, --clustercachetracker-client-qps and --clustercachetracker-client-burst flags on all core CAPI controllers have been renamed to --clustercache-concurrency, --clustercache-client-qps and --clustercache-client-burst
  • The deprecated --metrics-bind-addr flag has been removed (#11140)
  • Deprecated obsolete errors package (#10798)
  • Deprecated ClusterCreateInfraReady and ClusterUnpausedAndInfrastructureReady predicates (#11300)

... (truncated)

Commits
  • 5cb86c2 Merge pull request #11528 from k8s-infra-cherrypick-robot/cherry-pick-11521-t...
  • 9285ec3 Small improvements to v1beta2 conditions godoc
  • 38600bd Merge pull request #11527 from k8s-infra-cherrypick-robot/cherry-pick-11524-t...
  • 6e36999 Merge pull request #11523 from k8s-infra-cherrypick-robot/cherry-pick-11518-t...
  • fea33f6 Merge pull request #11522 from k8s-infra-cherrypick-robot/cherry-pick-11515-t...
  • c15c657 🌱Update controller-runtime to v0.19.3
  • 5350925 Drop unused v1beta2 conditions and reasons
  • 7af10a2 Drop retry when computing KCP conditions
  • 03c076d Merge pull request #11517 from k8s-infra-cherrypick-robot/cherry-pick-11516-t...
  • a520a4d Deprecate replica counters planned for removal
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Dec 4, 2024
@metal3-io-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign mboukhalfa for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@metal3-io-bot
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a metal3-io member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@metal3-io-bot metal3-io-bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Dec 4, 2024
@tuminoid
Copy link
Member

tuminoid commented Dec 5, 2024

CAPI already being bumped here: #2125
/hold

@metal3-io-bot metal3-io-bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 5, 2024
@dependabot dependabot bot force-pushed the dependabot/go_modules/main/capi-0b894376fb branch from f525379 to eaddb78 Compare December 5, 2024 07:40
Bumps the capi group with 1 update in the / directory: [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api).
Bumps the capi group with 1 update in the /api directory: [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api).
Bumps the capi group with 2 updates in the /hack/fake-apiserver directory: [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api) and [sigs.k8s.io/cluster-api/test](https://github.com/kubernetes-sigs/cluster-api).
Bumps the capi group with 2 updates in the /test directory: [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api) and [sigs.k8s.io/cluster-api/test](https://github.com/kubernetes-sigs/cluster-api).


Updates `sigs.k8s.io/cluster-api` from 1.9.0-rc.0 to 1.9.0-rc.1
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.9.0-rc.0...v1.9.0-rc.1)

Updates `sigs.k8s.io/cluster-api` from 1.9.0-rc.0 to 1.9.0-rc.1
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.9.0-rc.0...v1.9.0-rc.1)

Updates `sigs.k8s.io/cluster-api` from 1.9.0-rc.0 to 1.9.0-rc.1
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.9.0-rc.0...v1.9.0-rc.1)

Updates `sigs.k8s.io/cluster-api/test` from 1.9.0-rc.0 to 1.9.0-rc.1
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.9.0-rc.0...v1.9.0-rc.1)

Updates `sigs.k8s.io/cluster-api` from 1.9.0-rc.0 to 1.9.0-rc.1
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.9.0-rc.0...v1.9.0-rc.1)

Updates `sigs.k8s.io/cluster-api/test` from 1.9.0-rc.0 to 1.9.0-rc.1
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.9.0-rc.0...v1.9.0-rc.1)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/cluster-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: capi
- dependency-name: sigs.k8s.io/cluster-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: capi
- dependency-name: sigs.k8s.io/cluster-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: capi
- dependency-name: sigs.k8s.io/cluster-api/test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: capi
- dependency-name: sigs.k8s.io/cluster-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: capi
- dependency-name: sigs.k8s.io/cluster-api/test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: capi
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/main/capi-0b894376fb branch from eaddb78 to 45c2b22 Compare December 5, 2024 07:57
@kashifest
Copy link
Member

It seems, dependabot is bumping CAPI just fine, is there any more benefit from manual CAPI bumps? If yes then perhaps, we should change dependabot config to not bump CAPI, otherwise we can simply wait for dependabot.

@tuminoid
Copy link
Member

tuminoid commented Dec 5, 2024

It seems, dependabot is bumping CAPI just fine, is there any more benefit from manual CAPI bumps? If yes then perhaps, we should change dependabot config to not bump CAPI, otherwise we can simply wait for dependabot.

No other benefit than that dependabot is weekly and might be "late" when RCs are coming out. Especially when we now have people in CAPI release team, they've been eager to bump to new release right after cutting it in CAPI.

IMO we could wait for dependabot.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 9, 2024

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Dec 9, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/main/capi-0b894376fb branch December 9, 2024 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants