Skip to content

Bump the all group across 1 directory with 8 updates #73

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

Open
wants to merge 1 commit into
base: master-dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all group with 5 updates in the / directory:

Package From To
github.com/huaweicloud/huaweicloud-sdk-go-v3 0.1.130 0.1.139
github.com/onsi/ginkgo/v2 2.22.0 2.23.0
k8s.io/apimachinery 0.31.3 0.32.2
k8s.io/client-go 0.31.3 0.32.2
sigs.k8s.io/cluster-api 1.9.3 1.9.5

Updates github.com/huaweicloud/huaweicloud-sdk-go-v3 from 0.1.130 to 0.1.139

Release notes

Sourced from github.com/huaweicloud/huaweicloud-sdk-go-v3's releases.

v0.1.139

Release 0.1.139

v0.1.138

Release 0.1.138

v0.1.137

Release 0.1.137

v0.1.136

Release 0.1.136

v0.1.135

Release 0.1.135

v0.1.134

Release 0.1.134

v0.1.133

Release 0.1.133

v0.1.132

Release 0.1.132

v0.1.131

Release 0.1.131

Commits

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

Release notes

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

v2.23.0

2.23.0

Ginkgo 2.23.0 adds a handful of methods to GinkgoT() to make it compatible with the testing.TB interface in Go 1.24. GinkgoT().Context(), in particular, is a useful shorthand for generating a new context that will clean itself up in a DeferCleanup(). This has subtle behavior differences from the golang implementation but should make sense in a Ginkgo... um... context.

Features

  • bump to go 1.24.0 - support new testing.TB methods and add a test to cover testing.TB regressions [37a511b]

Fixes

  • fix edge case where build -o is pointing at an explicit file, not a directory [7556a86]
  • Fix binary paths when precompiling multiple suites. [4df06c6]

Maintenance

  • Fix: Correct Markdown list rendering in MIGRATING_TO_V2.md [cbcf39a]
  • docs: fix test workflow badge (#1512) [9b261ff]
  • Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#1516) [00f19c8]
  • Bump golang.org/x/tools from 0.28.0 to 0.30.0 (#1515) [e98a4df]
  • Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (#1504) [60cc4e2]
  • Bump github-pages from 231 to 232 in /docs (#1447) [fea6f2d]
  • Bump rexml from 3.2.8 to 3.3.9 in /docs (#1497) [31d7813]
  • Bump webrick from 1.8.1 to 1.9.1 in /docs (#1501) [fc3bbd6]
  • Code linting (#1500) [aee0d56]
  • change interface{} to any (#1502) [809a710]

v2.22.2

What's Changed

Full Changelog: onsi/ginkgo@v2.22.1...v2.22.2

v2.22.1

2.22.1

Fixes

Fix CSV encoding

  • Update tests [aab3da6]
  • Properly encode CSV rows [c09df39]
  • Add test case for proper csv escaping [96a80fc]
  • Add meta-test [43dad69]

Maintenance

  • ensure *.test files are gitignored so we don't accidentally commit compiled tests again [c88c634]
  • remove golang.org/x/net/context in favour of stdlib context [4df44bf]
Changelog

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

2.23.0

Ginkgo 2.23.0 adds a handful of methods to GinkgoT() to make it compatible with the testing.TB interface in Go 1.24. GinkgoT().Context(), in particular, is a useful shorthand for generating a new context that will clean itself up in a DeferCleanup(). This has subtle behavior differences from the golang implementation but should make sense in a Ginkgo... um... context.

Features

  • bump to go 1.24.0 - support new testing.TB methods and add a test to cover testing.TB regressions [37a511b]

Fixes

  • fix edge case where build -o is pointing at an explicit file, not a directory [7556a86]
  • Fix binary paths when precompiling multiple suites. [4df06c6]

Maintenance

  • Fix: Correct Markdown list rendering in MIGRATING_TO_V2.md [cbcf39a]
  • docs: fix test workflow badge (#1512) [9b261ff]
  • Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#1516) [00f19c8]
  • Bump golang.org/x/tools from 0.28.0 to 0.30.0 (#1515) [e98a4df]
  • Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (#1504) [60cc4e2]
  • Bump github-pages from 231 to 232 in /docs (#1447) [fea6f2d]
  • Bump rexml from 3.2.8 to 3.3.9 in /docs (#1497) [31d7813]
  • Bump webrick from 1.8.1 to 1.9.1 in /docs (#1501) [fc3bbd6]
  • Code linting (#1500) [aee0d56]
  • change interface{} to any (#1502) [809a710]

2.22.2

Maintenance

  • Bump github.com/onsi/gomega from 1.36.1 to 1.36.2 (#1499) [cc553ce]
  • Bump golang.org/x/crypto (#1498) [2170370]
  • Bump golang.org/x/net from 0.32.0 to 0.33.0 (#1496) [a96c44f]

2.22.1

Fixes

Fix CSV encoding

  • Update tests [aab3da6]
  • Properly encode CSV rows [c09df39]
  • Add test case for proper csv escaping [96a80fc]
  • Add meta-test [43dad69]

Maintenance

  • ensure *.test files are gitignored so we don't accidentally commit compiled tests again [c88c634]
  • remove golang.org/x/net/context in favour of stdlib context [4df44bf]
Commits
  • 1d705bc v2.23.0
  • 37a511b bump to go 1.24.0 - support new testing.TB methods and add a test to cover te...
  • 7556a86 fix edge case where build -o is pointing at an explicit file, not a directory
  • 4df06c6 Fix binary paths when precompiling multiple suites.
  • cbcf39a Fix: Correct Markdown list rendering in MIGRATING_TO_V2.md
  • 9b261ff docs: fix test workflow badge (#1512)
  • 00f19c8 Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#1516)
  • e98a4df Bump golang.org/x/tools from 0.28.0 to 0.30.0 (#1515)
  • 60cc4e2 Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (#1504)
  • fea6f2d Bump github-pages from 231 to 232 in /docs (#1447)
  • Additional commits viewable in compare view

Updates github.com/onsi/gomega from 1.36.0 to 1.36.2

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.36.2

Maintenance

v1.36.1

1.36.1

Fixes

Changelog

Sourced from github.com/onsi/gomega's changelog.

1.36.2

Maintenance

  • Bump google.golang.org/protobuf from 1.35.1 to 1.36.1 (#810) [9a7609d]
  • Bump golang.org/x/net from 0.30.0 to 0.33.0 (#807) [b6cb028]
  • Bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.22.1 (#808) [5756529]
  • Bump nokogiri from 1.16.3 to 1.16.5 in /docs (#757) [dabc12e]

1.36.1

Fixes

Commits

Updates k8s.io/apimachinery from 0.31.3 to 0.32.2

Commits
  • 59e9003 Merge remote-tracking branch 'origin/master' into release-1.32
  • 639247c Drop use of winreadlinkvolume godebug option
  • 220d7c3 Merge remote-tracking branch 'origin/master' into release-1.32
  • c199d3b Revert to go1.22 windows filesystem stdlib behavior
  • 16af2ff implement unsafe deletion, and wire it
  • 6ff8305 api: run codegen
  • ca9b8b2 api: add a new field to meta/v1 DeleteOptions
  • d941d9f Merge pull request #128503 from benluddy/cbor-codecs-featuregate
  • 3b4250f Wire serving codecs to CBOR feature gate.
  • daaad09 Merge pull request #128501 from benluddy/watch-cbor-seq
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.31.3 to 0.32.2

Commits
  • 86ff7a1 Update dependencies to v0.32.2 tag
  • 4765ade Merge remote-tracking branch 'origin/master' into release-1.32
  • 692a511 Drop use of winreadlinkvolume godebug option
  • 9df5099 Merge remote-tracking branch 'origin/master' into release-1.32
  • 120beb2 Revert to go1.22 windows filesystem stdlib behavior
  • 55d23e2 Align fake client-go clients with the main interface
  • 646e79b Run codegen
  • c475fe0 Generify fake clientsets
  • 955401c Merge pull request #128407 from ndixita/pod-level-resources
  • eddb107 Merge pull request #127857 from Jefftree/cle-v1alpha2
  • Additional commits viewable in compare view

Updates k8s.io/utils from 0.0.0-20240711033017-18e509b52bc8 to 0.0.0-20241104100929-3ea5e8cea738

Commits

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

Release notes

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

v1.9.5

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

📈 Overview

  • 23 new commits merged
  • 6 feature additions ✨
  • 4 bugs fixed 🐛

✨ New Features

  • ClusterClass: Add classNamespace to topology (#11730)
  • ClusterClass: Add e2e tests & clusterctl changes for cross-ns CC ref (#11845)
  • ClusterClass: Clusterctl move support for a cross namespace ClusterClass reference (#11846)
  • clusterctl: Add addon provider fleet to registry (#11829)
  • e2e: Extend scale test and make ExtensionConfig name in RuntimeSDK test configurable (#11844)
  • Machine: Add MachineDrainRule "WaitCompleted" (#11758)

🐛 Bug Fixes

  • Clustercache: Increase timeout for informer List+Watch calls from 10s to 11m (#11767)
  • ClusterClass: Ensure Cluster topology controller is not stuck when MDs are stuck in deletion (#11787)
  • clusterctl: Fix: send delete request before removing finalizers (#11821)
  • MachinePool: Check machinepool feature-flag before watching in cluster controller (#11779)
  • CI: Scripts: fix checking out k/k release branch (#11841)

🌱 Others

  • clusterctl: Bump cert-manager to v1.16.3 (#11715)
  • clusterctl: Remove OCNE providers (#11831)
  • Conditions: Handle "waiting for completion" in KCP, MD, MS and Machine conditions (#11825)
  • Controller-runtime: Bump to controller-runtime v0.19.5 (#11748)
  • Dependency: Bump go to v1.22.11 (#11739)
  • Dependency: Bump go to v1.22.12 (#11804)
  • Dependency: Bump to controller-runtime v0.19.6 (#11851)
  • e2e: Add optional ClusterctlVariables to QuickStartSpecInput (#11785)
  • e2e: Attempt older version upgrades twice to work around flake with the docker controller (#11793)
  • KCP: Improve KCP remediation of multiple failures (#11746)
  • Machine: Add --additional-sync-machine-labels to allow syncing additional labels to Nodes (#11762)
  • MachineDeployment: Improve MachineSet create and delete logs (#11765)

Dependencies

Added

Nothing has changed.

Changed

  • sigs.k8s.io/controller-runtime: v0.19.4 → v0.19.6

... (truncated)

Commits
  • 068c0f3 Merge pull request #11851 from sbueringer/pr-0.19-bump-cr
  • d46475c Bump to controller-runtime v0.19.6
  • c8b3eed Merge pull request #11846 from k8s-infra-cherrypick-robot/cherry-pick-11649-t...
  • 7398fb6 Implement clusterctl move support for cross-ns CC
  • 88ed3fe Merge pull request #11845 from k8s-infra-cherrypick-robot/cherry-pick-11395-t...
  • bc7d8d2 Add e2e test to cover crossNamespace provisionging
  • e8e5cd3 Merge pull request #11844 from k8s-infra-cherrypick-robot/cherry-pick-11667-t...
  • 1f6e452 Extend scale test
  • 7234ca6 Merge pull request #11730 from k8s-infra-cherrypick-robot/cherry-pick-11352-t...
  • f36ad6e Merge pull request #11841 from k8s-infra-cherrypick-robot/cherry-pick-11836-t...
  • Additional commits viewable in compare view

Updates sigs.k8s.io/controller-runtime from 0.19.3 to 0.19.6

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.19.6

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.19.5...v0.19.6

v0.19.5

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.19.4...v0.19.5

v0.19.4

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.19.3...v0.19.4

Commits
  • cd644c0 [release-0.19] ✨ Expose all Go runtime metrics (#3101)
  • e022b91 Merge pull request #3087 from tareksha/typed_waitforsync
  • b2c2171 Update controller_suite_test.go
  • 8017666 🐛fix(controller): support WaitForSync in custom TypedSyncingSource (#3084)
  • d4df90f Merge pull request #3080 from k8s-infra-cherrypick-robot/cherry-pick-3078-to-...
  • 2ae6e55 cache: clone maps to prevent data race when concurrently creating caches usin...
  • 7436275 Merge pull request #3052 from sbueringer/cert-watcher-plus-0.19
  • 3218a86 adjust tests
  • 3c5359d Add fsnotify watcher+polling
  • See full diff 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 10, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/all-c7dbba9ae3 branch from 6c15165 to e024beb Compare March 17, 2025 12:56
@dependabot dependabot bot force-pushed the dependabot/go_modules/all-c7dbba9ae3 branch from e024beb to b014094 Compare March 27, 2025 10:42
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 7, 2025

Dependabot can't resolve your Go dependency files. Because of this, Dependabot cannot update this pull request.

@dependabot dependabot bot force-pushed the dependabot/go_modules/all-c7dbba9ae3 branch 3 times, most recently from b761a2a to 35163eb Compare April 14, 2025 12:56
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 21, 2025

Dependabot can't resolve your Go dependency files. Because of this, Dependabot cannot update this pull request.

@dependabot dependabot bot force-pushed the dependabot/go_modules/all-c7dbba9ae3 branch from 35163eb to 2dd3988 Compare April 21, 2025 14:11
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 28, 2025

Dependabot can't resolve your Go dependency files. Because of this, Dependabot cannot update this pull request.

@dependabot dependabot bot force-pushed the dependabot/go_modules/all-c7dbba9ae3 branch from 2dd3988 to 175c604 Compare April 28, 2025 13:53
Copy link
Contributor Author

dependabot bot commented on behalf of github May 5, 2025

Dependabot can't resolve your Go dependency files. Because of this, Dependabot cannot update this pull request.

Bumps the all group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/huaweicloud/huaweicloud-sdk-go-v3](https://github.com/huaweicloud/huaweicloud-sdk-go-v3) | `0.1.130` | `0.1.139` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.22.0` | `2.23.0` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.31.3` | `0.32.2` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.31.3` | `0.32.2` |
| [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api) | `1.9.3` | `1.9.5` |



Updates `github.com/huaweicloud/huaweicloud-sdk-go-v3` from 0.1.130 to 0.1.139
- [Release notes](https://github.com/huaweicloud/huaweicloud-sdk-go-v3/releases)
- [Commits](huaweicloud/huaweicloud-sdk-go-v3@v0.1.130...v0.1.139)

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

Updates `github.com/onsi/gomega` from 1.36.0 to 1.36.2
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.36.0...v1.36.2)

Updates `k8s.io/apimachinery` from 0.31.3 to 0.32.2
- [Commits](kubernetes/apimachinery@v0.31.3...v0.32.2)

Updates `k8s.io/client-go` from 0.31.3 to 0.32.2
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.31.3...v0.32.2)

Updates `k8s.io/utils` from 0.0.0-20240711033017-18e509b52bc8 to 0.0.0-20241104100929-3ea5e8cea738
- [Commits](https://github.com/kubernetes/utils/commits)

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

Updates `sigs.k8s.io/controller-runtime` from 0.19.3 to 0.19.6
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.19.3...v0.19.6)

---
updated-dependencies:
- dependency-name: github.com/huaweicloud/huaweicloud-sdk-go-v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: k8s.io/utils
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: sigs.k8s.io/cluster-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/all-c7dbba9ae3 branch from 175c604 to 87c90cd Compare May 5, 2025 13:23
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.

0 participants