Skip to content

build(deps): Bump the all-go-mod-patch-and-minor group across 3 directories with 3 updates #1084

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 19, 2025

Bumps the all-go-mod-patch-and-minor group with 3 updates in the / directory: github.com/onsi/ginkgo/v2, sigs.k8s.io/cluster-api and sigs.k8s.io/cluster-api/test.
Bumps the all-go-mod-patch-and-minor group with 1 update in the /api directory: sigs.k8s.io/cluster-api.
Bumps the all-go-mod-patch-and-minor group with 3 updates in the /common directory: github.com/onsi/ginkgo/v2, sigs.k8s.io/cluster-api and sigs.k8s.io/cluster-api/test.

Updates github.com/onsi/ginkgo/v2 from 2.23.0 to 2.23.1

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.23.1

2.23.1

🚨 For users on MacOS 🚨

A long-standing Ginkgo performance issue on MacOS seems to be due to mac's antimalware XProtect. You can follow the instructions here to disable it in your terminal. Doing so sped up Ginkgo's own test suite from 1m8s to 47s.

Fixes

Ginkgo's CLI is now a bit clearer if you pass flags in incorrectly:

  • make it clearer that you need to pass a filename to the various profile flags, not an absolute directory [a0e52ff]
  • emit an error and exit if the ginkgo invocation includes flags after positional arguments [b799d8d]

This might cause existing CI builds to fail. If so then it's likely that your CI build was misconfigured and should be corrected. Open an issue if you need help.

Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.23.1

🚨 For users on MacOS 🚨

A long-standing Ginkgo performance issue on MacOS seems to be due to mac's antimalware XProtect. You can follow the instructions here to disable it in your terminal. Doing so sped up Ginkgo's own test suite from 1m8s to 47s.

Fixes

Ginkgo's CLI is now a bit clearer if you pass flags in incorrectly:

  • make it clearer that you need to pass a filename to the various profile flags, not an absolute directory [a0e52ff]
  • emit an error and exit if the ginkgo invocation includes flags after positional arguments [b799d8d]

This might cause existing CI builds to fail. If so then it's likely that your CI build was misconfigured and should be corrected. Open an issue if you need help.

Commits
  • 99e2fe2 v2.23.1
  • a0e52ff make it clearer that you need to pass a filename to the various profile flags...
  • b799d8d emit an error and exit if the ginkgo invocation includes flags after position...
  • a565d1f Fix typo in documentation: DescribeHandleSubtree -> DescribeTableSubtree
  • 5157b33 discuss how to disable XProtect on macos
  • See full diff in compare view

Updates sigs.k8s.io/cluster-api from 1.9.5 to 1.9.6

Release notes

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

v1.9.6

👌 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! 😊

Commits
  • 813e90d Merge pull request #11976 from fabriziopandini/release-1.9-ignore-CVE-2025-22870
  • 8f3b7e0 Ignore CVE-2025-22870
  • 42f28dc Merge pull request #11970 from k8s-infra-cherrypick-robot/cherry-pick-11940-t...
  • 480c1fe Don't allow concurrent patch uppgrades
  • 1f0063d Merge pull request #11964 from k8s-infra-cherrypick-robot/cherry-pick-11957-t...
  • 060a333 Log version on controller startup
  • ce256bf Merge pull request #11953 from chrischdi/pr-cp-11948
  • 97a2a22 bootstrap: ensure v1beta2 conditions are always set
  • 31a8274 e2e: check available and ready v1beta2 conditions on machine and cluster to b...
  • a491076 Merge pull request #11930 from k8s-infra-cherrypick-robot/cherry-pick-11929-t...
  • Additional commits viewable in compare view

Updates sigs.k8s.io/cluster-api/test from 1.9.5 to 1.9.6

Release notes

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

v1.9.6

👌 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! 😊

Commits
  • 813e90d Merge pull request #11976 from fabriziopandini/release-1.9-ignore-CVE-2025-22870
  • 8f3b7e0 Ignore CVE-2025-22870
  • 42f28dc Merge pull request #11970 from k8s-infra-cherrypick-robot/cherry-pick-11940-t...
  • 480c1fe Don't allow concurrent patch uppgrades
  • 1f0063d Merge pull request #11964 from k8s-infra-cherrypick-robot/cherry-pick-11957-t...
  • 060a333 Log version on controller startup
  • ce256bf Merge pull request #11953 from chrischdi/pr-cp-11948
  • 97a2a22 bootstrap: ensure v1beta2 conditions are always set
  • 31a8274 e2e: check available and ready v1beta2 conditions on machine and cluster to b...
  • a491076 Merge pull request #11930 from k8s-infra-cherrypick-robot/cherry-pick-11929-t...
  • Additional commits viewable in compare view

Updates sigs.k8s.io/cluster-api from 1.9.5 to 1.9.6

Release notes

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

v1.9.6

👌 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! 😊

Commits
  • 813e90d Merge pull request #11976 from fabriziopandini/release-1.9-ignore-CVE-2025-22870
  • 8f3b7e0 Ignore CVE-2025-22870
  • 42f28dc Merge pull request #11970 from k8s-infra-cherrypick-robot/cherry-pick-11940-t...
  • 480c1fe Don't allow concurrent patch uppgrades
  • 1f0063d Merge pull request #11964 from k8s-infra-cherrypick-robot/cherry-pick-11957-t...
  • 060a333 Log version on controller startup
  • ce256bf Merge pull request #11953 from chrischdi/pr-cp-11948
  • 97a2a22 bootstrap: ensure v1beta2 conditions are always set
  • 31a8274 e2e: check available and ready v1beta2 conditions on machine and cluster to b...
  • a491076 Merge pull request #11930 from k8s-infra-cherrypick-robot/cherry-pick-11929-t...
  • Additional commits viewable in compare view

Updates github.com/onsi/ginkgo/v2 from 2.23.0 to 2.23.1

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.23.1

2.23.1

🚨 For users on MacOS 🚨

A long-standing Ginkgo performance issue on MacOS seems to be due to mac's antimalware XProtect. You can follow the instructions here to disable it in your terminal. Doing so sped up Ginkgo's own test suite from 1m8s to 47s.

Fixes

Ginkgo's CLI is now a bit clearer if you pass flags in incorrectly:

  • make it clearer that you need to pass a filename to the various profile flags, not an absolute directory [a0e52ff]
  • emit an error and exit if the ginkgo invocation includes flags after positional arguments [b799d8d]

This might cause existing CI builds to fail. If so then it's likely that your CI build was misconfigured and should be corrected. Open an issue if you need help.

Changelog

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.23.1

🚨 For users on MacOS 🚨

A long-standing Ginkgo performance issue on MacOS seems to be due to mac's antimalware XProtect. You can follow the instructions here to disable it in your terminal. Doing so sped up Ginkgo's own test suite from 1m8s to 47s.

Fixes

Ginkgo's CLI is now a bit clearer if you pass flags in incorrectly:

  • make it clearer that you need to pass a filename to the various profile flags, not an absolute directory [a0e52ff]
  • emit an error and exit if the ginkgo invocation includes flags after positional arguments [b799d8d]

This might cause existing CI builds to fail. If so then it's likely that your CI build was misconfigured and should be corrected. Open an issue if you need help.

Commits
  • 99e2fe2 v2.23.1
  • a0e52ff make it clearer that you need to pass a filename to the various profile flags...
  • b799d8d emit an error and exit if the ginkgo invocation includes flags after position...
  • a565d1f Fix typo in documentation: DescribeHandleSubtree -> DescribeTableSubtree
  • 5157b33 discuss how to disable XProtect on macos
  • See full diff in compare view

Updates sigs.k8s.io/cluster-api from 1.9.5 to 1.9.6

Release notes

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

v1.9.6

👌 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! 😊

Commits
  • 813e90d Merge pull request #11976 from fabriziopandini/release-1.9-ignore-CVE-2025-22870
  • 8f3b7e0 Ignore CVE-2025-22870
  • 42f28dc Merge pull request #11970 from k8s-infra-cherrypick-robot/cherry-pick-11940-t...
  • 480c1fe Don't allow concurrent patch uppgrades
  • 1f0063d Merge pull request #11964 from k8s-infra-cherrypick-robot/cherry-pick-11957-t...
  • 060a333 Log version on controller startup
  • ce256bf Merge pull request #11953 from chrischdi/pr-cp-11948
  • 97a2a22 bootstrap: ensure v1beta2 conditions are always set
  • 31a8274 e2e: check available and ready v1beta2 conditions on machine and cluster to b...
  • a491076 Merge pull request #11930 from k8s-infra-cherrypick-robot/cherry-pick-11929-t...
  • Additional commits viewable in compare view

Updates sigs.k8s.io/cluster-api/test from 1.9.5 to 1.9.6

Release notes

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

v1.9.6

👌 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! 😊

Commits
  • 813e90d Merge pull request #11976 from fabriziopandini/release-1.9-ignore-CVE-2025-22870
  • 8f3b7e0 Ignore CVE-2025-22870
  • 42f28dc Merge pull request #11970 from k8s-infra-cherrypick-robot/cherry-pick-11940-t...
  • 480c1fe Don't allow concurrent patch uppgrades
  • 1f0063d Merge pull request #11964 from k8s-infra-cherrypick-robot/cherry-pick-11957-t...
  • 060a333 Log version on controller startup
  • ce256bf Merge pull request #11953 from chrischdi/pr-cp-11948
  • 97a2a22 bootstrap: ensure v1beta2 conditions are always set
  • 31a8274 e2e: check available and ready v1beta2 conditions on machine and cluster to b...
  • a491076 Merge pull request #11930 from k8s-infra-cherrypick-robot/cherry-pick-11929-t...
  • 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 dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 19, 2025
…tories with 3 updates

Bumps the all-go-mod-patch-and-minor group with 3 updates in the / directory: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo), [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 all-go-mod-patch-and-minor group with 1 update in the /api directory: [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api).
Bumps the all-go-mod-patch-and-minor group with 3 updates in the /common directory: [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo), [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 `github.com/onsi/ginkgo/v2` from 2.23.0 to 2.23.1
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.23.0...v2.23.1)

Updates `sigs.k8s.io/cluster-api` from 1.9.5 to 1.9.6
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.9.5...v1.9.6)

Updates `sigs.k8s.io/cluster-api/test` from 1.9.5 to 1.9.6
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.9.5...v1.9.6)

Updates `sigs.k8s.io/cluster-api` from 1.9.5 to 1.9.6
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.9.5...v1.9.6)

Updates `github.com/onsi/ginkgo/v2` from 2.23.0 to 2.23.1
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.23.0...v2.23.1)

Updates `sigs.k8s.io/cluster-api` from 1.9.5 to 1.9.6
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.9.5...v1.9.6)

Updates `sigs.k8s.io/cluster-api/test` from 1.9.5 to 1.9.6
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](kubernetes-sigs/cluster-api@v1.9.5...v1.9.6)

---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: sigs.k8s.io/cluster-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: sigs.k8s.io/cluster-api/test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: sigs.k8s.io/cluster-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: sigs.k8s.io/cluster-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
- dependency-name: sigs.k8s.io/cluster-api/test
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-go-mod-patch-and-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/all-go-mod-patch-and-minor-bc29773fd9 branch from affce62 to 0969e65 Compare March 19, 2025 19:27
@jimmidyson jimmidyson enabled auto-merge (squash) March 19, 2025 19:36
@jimmidyson jimmidyson requested a review from mhrabovcin March 20, 2025 15:56
@jimmidyson jimmidyson merged commit 9d9bbe5 into main Mar 20, 2025
22 checks passed
@jimmidyson jimmidyson deleted the dependabot/go_modules/all-go-mod-patch-and-minor-bc29773fd9 branch March 20, 2025 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants