Skip to content

🌱 Bump CAPI to v1.11.8#1366

Merged
metal3-io-bot merged 1 commit into
release-1.11from
dependabot/go_modules/release-1.11/capi-a8765b91ba
Apr 13, 2026
Merged

🌱 Bump CAPI to v1.11.8#1366
metal3-io-bot merged 1 commit into
release-1.11from
dependabot/go_modules/release-1.11/capi-a8765b91ba

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor

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

Updates sigs.k8s.io/cluster-api from 1.11.7 to 1.11.8

Release notes

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

v1.11.8

👌 Kubernetes version support

  • Management Cluster: v1.30.x -> v1.34.x
  • Workload Cluster: v1.28.x -> v1.34.x

More information about version support can be found here

Changes since v1.11.7

📈 Overview

  • 9 new commits merged
  • 1 feature addition ✨
  • 2 bugs fixed 🐛

✨ New Features

  • CAPD: Improve CAPD wait for multi-user target (#13524)

🐛 Bug Fixes

  • Testing: Fix flaky by waiting for CRD finalizer processing (#13479)
  • Testing: Fix flaky TestClusterReconciler unit test (#13476)

🌱 Others

  • CAPD: Reduce verbosity of CAPD exec log (#13495)
  • clusterctl: Bump cert-manager to v1.20.0 (#13483)
  • clusterctl: Bump cert-manager to v1.20.1 (#13518)
  • Dependency: Bump dependencies to fix CVE-2026-33186 (google.golang.org/grpc) (#13505)
  • Dependency: Bump go v1.25.9 (#13555)
  • Dependency: Switch from docker to moby dependencies (#13552)

Dependencies

Added

Nothing has changed.

Changed

  • cel.dev/expr: v0.24.0 → v0.25.1
  • github.com/cncf/xds/go: 0feb691 → ee656c7
  • github.com/envoyproxy/go-control-plane/envoy: v1.35.0 → v1.36.0
  • github.com/envoyproxy/go-control-plane: 75eaa19 → v0.14.0
  • github.com/envoyproxy/protoc-gen-validate: v1.2.1 → v1.3.0
  • go.opentelemetry.io/contrib/detectors/gcp: v1.38.0 → v1.39.0
  • google.golang.org/grpc: v1.78.0 → v1.79.3

Removed

Nothing has changed.

Thanks to all our contributors! 😊

Commits
  • 3adb516 Merge pull request #13552 from fabriziopandini/release-1.11-switch-from-docke...
  • 4f59f18 Merge pull request #13555 from fabriziopandini/release-1.11-bump-go-v1.25.9
  • 2d25606 Bump go v1.25.9
  • 8370e29 Switch from docker to moby dependencies
  • 206bdd9 Merge pull request #13524 from sbueringer/pr-capd-multi-1.11
  • 4abe9c7 Improve CAPD wait for multi-user target
  • 1bfe4a8 Merge pull request #13518 from k8s-infra-cherrypick-robot/cherry-pick-13515-t...
  • 85afee7 update cert-manager v1.20.1
  • e437164 Merge pull request #13505 from adarshagrawal38/grpc-1-11
  • 9376096 Upgrading grpc pkg
  • 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 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

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.11.7 to 1.11.8
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.11.7...v1.11.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the ok-to-test Indicates a non-member PR verified by an org member that is safe to test. label Apr 13, 2026
@metal3-io-bot metal3-io-bot added this to the IPAM - v1.11 milestone Apr 13, 2026
@metal3-io-bot

Copy link
Copy Markdown
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.

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/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Apr 13, 2026
@tuminoid

Copy link
Copy Markdown
Member

/retitle 🌱 Bump CAPI to v1.11.8

@tuminoid

Copy link
Copy Markdown
Member

/test metal3-centos-e2e-integration-test-release-1-11

@metal3-io-bot metal3-io-bot changed the title 🌱 Bump sigs.k8s.io/cluster-api from 1.11.7 to 1.11.8 in the capi group across 1 directory 🌱 Bump CAPI to v1.11.8 Apr 13, 2026

@tuminoid tuminoid left a comment

Copy link
Copy Markdown
Member

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
Copy Markdown
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

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 Apr 13, 2026

@smoshiur1237 smoshiur1237 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

/lgtm

@metal3-io-bot metal3-io-bot added the lgtm Indicates that a PR is ready to be merged. label Apr 13, 2026
@metal3-io-bot metal3-io-bot merged commit e6e860b into release-1.11 Apr 13, 2026
23 checks passed
@metal3-io-bot metal3-io-bot deleted the dependabot/go_modules/release-1.11/capi-a8765b91ba branch April 13, 2026 06:19
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/XS Denotes a PR that changes 0-9 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants