Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2025

Bumps the capi group with 1 update in the / directory: sigs.k8s.io/cluster-api.

Updates sigs.k8s.io/cluster-api from 1.10.4 to 1.10.5

Release notes

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

v1.10.5

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

📈 Overview

  • 6 new commits merged
  • 2 feature additions ✨
  • 1 bug fixed 🐛

✨ New Features

  • KCP: Bump corefile-migration to v1.0.27 (#12637)
  • Runtime SDK: Add mTLS support to runtime extension server and client (#12519)

🐛 Bug Fixes

  • MachineDeployment: Fix second rolling update for MD rolloutAfter (#12555)

🌱 Others

  • Dependency: Bump Go to v1.23.11 (#12530)
  • Dependency: Bump Go to v1.23.12 (#12612)
  • Testing: Skipping test that is failing because of infra issues (#12566)

Dependencies

Added

Nothing has changed.

Changed

Removed

Nothing has changed.

Thanks to all our contributors! 😊

Commits
  • df6c089 Merge pull request #12637 from sbueringer/pr-bump-corefile-1.0.27-1.10
  • a64b1b4 Bump corefile-migration to v1.0.27
  • dd60425 Merge pull request #12612 from mboersma/bump-go-release-1.10
  • f0479a2 Bump Go to v1.23.12
  • 68fa7f4 Merge pull request #12566 from k8s-infra-cherrypick-robot/cherry-pick-12496-t...
  • b99c488 Skipping test that is failing because of infra issues.
  • 0d01d58 Merge pull request #12555 from k8s-infra-cherrypick-robot/cherry-pick-12261-t...
  • 4a16622 Fix second rolling update for MD rolloutAfter
  • 0bd9850 Merge pull request #12530 from mboersma/bump-go-release-1.10
  • 50b5142 Bump Go to v1.23.11
  • Additional commits viewable in compare view

Dependabot compatibility score

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 Aug 26, 2025
@metal3-io-bot metal3-io-bot added this to the IPAM - v1.10 milestone Aug 26, 2025
@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/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Aug 26, 2025
@tuminoid
Copy link
Member

/retitle 🌱 Bump CAPI to v1.10.5

@metal3-io-bot metal3-io-bot changed the title 🌱 Bump sigs.k8s.io/cluster-api from 1.10.4 to 1.10.5 in the capi group across 1 directory 🌱 Bump CAPI to v1.10.5 Aug 27, 2025
@tuminoid
Copy link
Member

/test metal3-ubuntu-e2e-integration-test-release-1-10

Copy link
Member

@tuminoid tuminoid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/approve
/cc @smoshiur1237

@metal3-io-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: tuminoid

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

The pull request process is described 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 metal3-io-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 27, 2025
Bumps the capi group with 1 update in the / directory: [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api).


Updates `sigs.k8s.io/cluster-api` from 1.10.4 to 1.10.5
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.10.4...v1.10.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/release-1.10/capi-e8a8942750 branch from b3ca016 to 744f148 Compare August 27, 2025 10:00
@tuminoid
Copy link
Member

/test metal3-ubuntu-e2e-integration-test-release-1-10

@kashifest
Copy link
Member

/lgtm

@metal3-io-bot metal3-io-bot added the lgtm Indicates that a PR is ready to be merged. label Aug 29, 2025
@metal3-io-bot metal3-io-bot merged commit 6ee0670 into release-1.10 Aug 29, 2025
23 checks passed
@metal3-io-bot metal3-io-bot deleted the dependabot/go_modules/release-1.10/capi-e8a8942750 branch August 29, 2025 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants