Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 23, 2025

Bumps github.com/metal3-io/cluster-api-provider-metal3/api from 1.11.2 to 1.12.0.

Release notes

Sourced from github.com/metal3-io/cluster-api-provider-metal3/api's releases.

v1.12.0

Changes since v1.11.0

✨ New Features

  • enable container signing (#2988)
  • Implement FromPoolAnnotation (#2902)
  • add image SBOM attestation to image builds (#2979)
  • Implement CRD migration (#2909)
  • Add FailureDomain Support (#2764)
  • Conditionally watch M3 IPClaims and CAPI IPAddressClaims (#2763)
  • Add v1beta2 conditions for Metal3Cluster (#2742)
  • Add v1beta2 conditions for metal3machine (#2713)
  • Retrieve gateway from CAPI IPAM IP claims (#2755)
  • Add support for e2e tests on suse (#2685)

🐛 Bug Fixes

  • remove limits from client.List calls (#3033)
  • Fix clusterctl upgrade test to upgrade to right version and fix conditions after upgrade (#2931)
  • Remove invalid kustomizeconfig from config/webhook (#2959)
  • Fix nil pointer issue while checking bootstrapReadyCondition (#2957)
  • Add missing RBAC permissions for metal3clustertemplates (#2954)
  • fix host selection being unreliable with more than 200 hosts in one namespace (#2918)
  • Fix hardcoded restconfig user-agent value (#2881)
  • Fix for 1.10->1.11 upgrade issue (#2868)
  • Avoid "Pool not found in cache" with CAPI IPAM (#2810)
  • correct metadata.yaml release-1.11 contract (#2793)

📖 Documentation

  • add AGENTS.md (#2917)
  • remove release-1-8 references from README (#2914)
  • Improve doc on pool references (#2811)
  • Add Alpha release in release documentation (#2760)

🌱 Others

  • Bump CAPI to v1.12.1, IPAM v1.12.0 and BMO v0.12.0 (#3038)
  • Bump github.com/metal3-io/ironic-standalone-operator/api from 0.6.0 to 0.6.1 in /test (#3027)
  • Bump the kubernetes group across 4 directories with 7 updates (#3024)
  • Bump github.com/onsi/gomega from 1.38.2 to 1.38.3 (#2993)
  • Bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.3 in /test (#2996)
  • Bump golang.org/x/mod from 0.30.0 to 0.31.0 in /test (#2995)
  • Bump golang.org/x/oauth2 from 0.33.0 to 0.34.0 in /hack/tools (#2994)
  • lint: allow long lines in tables and code fences (#2990)
  • Bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.3 (#2992)
  • refactor: remove removeFinalizers helper method (#2987)
  • Fix capi-md-e2e test to support taint propagation feature (#2981)

... (truncated)

Commits
  • 9186928 Merge pull request #3038 from Nordix/Sunnatillo/uplift-capi-bmo-ipam-v1.12
  • 82c4753 Uplift CAPI to v1.12.1, IPAM v1.12.0 and BMO v0.12.0
  • 0394e86 Merge pull request #3033 from metal3-io-bot/cherry-pick-3032-to-release-1.12
  • aa3ef44 remove limits from client.List calls
  • 331f12d Merge pull request #3027 from metal3-io/dependabot/go_modules/test/release-1....
  • 9c587c6 🌱 Bump github.com/metal3-io/ironic-standalone-operator/api
  • 0d208db Merge pull request #3028 from metal3-io/dependabot/go_modules/test/release-1....
  • 40fe72a Merge pull request #3026 from metal3-io/dependabot/go_modules/release-1.12/gi...
  • be02f04 Merge pull request #3025 from metal3-io/dependabot/go_modules/release-1.12/ca...
  • 9c35627 🌱 Bump the capi group across 4 directories with 2 updates
  • 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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/metal3-io/cluster-api-provider-metal3/api](https://github.com/metal3-io/cluster-api-provider-metal3) from 1.11.2 to 1.12.0.
- [Release notes](https://github.com/metal3-io/cluster-api-provider-metal3/releases)
- [Commits](v1.11.2...v1.12.0)

---
updated-dependencies:
- dependency-name: github.com/metal3-io/cluster-api-provider-metal3/api
  dependency-version: 1.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@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 23, 2025
@metal3-io-bot
Copy link
Contributor

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

I'm waiting for a github.com 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.

Details

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 Dec 23, 2025
@Sunnatillo
Copy link
Member

/hold
included here:
#3037

@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 23, 2025
@Sunnatillo
Copy link
Member

/hold included here: #3037

/unhold CAPM3 uplift is not included.
test metal3-centos-e2e-integration-test-main metal3-ubuntu-e2e-integration-test-main

@metal3-io-bot metal3-io-bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Dec 23, 2025
Copy link
Member

@Sunnatillo Sunnatillo left a comment

Choose a reason for hiding this comment

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

/approve

@metal3-io-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: Sunnatillo

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

The pull request process is described here

Details 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 Dec 23, 2025
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. 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