Skip to content

chore(deps): bump the all group across 4 directories with 39 updates #949

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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 22, 2025

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

Package From To
github.com/onsi/gomega 1.36.3 1.37.0
github.com/google/go-tpm 0.9.3 0.9.5
github.com/moby/sys/user 0.3.0 0.4.0
github.com/docker/cli 27.4.1+incompatible 28.1.1+incompatible
github.com/opencontainers/runc 1.2.3 1.3.0

Bumps the all group with 19 updates in the /deployments/pulumi directory:

Package From To
golang.org/x/oauth2 0.27.0 0.30.0
github.com/aws/smithy-go 1.22.2 1.22.3
github.com/mailru/easyjson 0.7.7 0.9.0
cloud.google.com/go 0.112.1 0.121.2
cloud.google.com/go/compute/metadata 0.6.0 0.7.0
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.17.0 1.18.0
github.com/Azure/azure-sdk-for-go/sdk/azidentity 1.8.2 1.10.0
github.com/aws/aws-sdk-go 1.50.36 1.55.7
github.com/aws/aws-sdk-go-v2/service/kms 1.30.1 1.38.3
github.com/cheggaaa/pb 1.0.29 2.0.7+incompatible
github.com/deckarep/golang-set/v2 2.5.0 2.8.0
github.com/edsrzf/mmap-go 1.1.0 1.2.0
github.com/gofrs/uuid 4.2.0+incompatible 4.4.0+incompatible
github.com/hashicorp/go-secure-stdlib/parseutil 0.1.8 0.2.0
github.com/hashicorp/go-sockaddr 1.0.6 1.0.7
github.com/hashicorp/vault/api 1.12.0 1.16.0
github.com/segmentio/encoding 0.3.5 0.4.1
gocloud.dev 0.37.0 0.41.0
gocloud.dev/secrets/hashivault 0.37.0 0.41.0

Bumps the all group with 1 update in the /test/rolling-upgrades directory: github.com/cheggaaa/pb.
Bumps the all group with 1 update in the /tools/provisioner directory: sigs.k8s.io/structured-merge-diff/v4.

Updates github.com/onsi/gomega from 1.36.3 to 1.37.0

Release notes

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

v1.37.0

1.37.0

Features

  • add To/ToNot/NotTo aliases for AsyncAssertion [5666f98]
Changelog

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

1.37.0

Features

  • add To/ToNot/NotTo aliases for AsyncAssertion [5666f98]
Commits

Updates github.com/google/go-tpm from 0.9.3 to 0.9.5

Release notes

Sourced from github.com/google/go-tpm's releases.

v0.9.5

What's Changed

Full Changelog: google/go-tpm@v0.9.4...v0.9.5

v0.9.4

What's Changed

New Contributors

Full Changelog: google/go-tpm@v0.9.3...v0.9.4

Commits

Updates github.com/moby/sys/user from 0.3.0 to 0.4.0

Release notes

Sourced from github.com/moby/sys/user's releases.

mountinfo v0.4.0

Breaking changes:

  • PidMountInfo is now deprecated and will be removed before v1.0; users should switch to GetMountsFromReader (#47)

Fixes and improvements:

  • run filter after all fields are parsed (#50)
  • correct handling errors from bufio.Scan
  • documentation formatting fixes (#48)

Thanks to:

  • Aleksa Sarai

capability v0.4.0

Added

Fixed

  • Apply now returns an error if called for non-zero pid. Before this change, it could silently change some capabilities of the current process, instead of the one identified by the pid. (#168, #174)
  • Fixed tests that change capabilities to be run in a separate process. (#173)
  • Other improvements in tests. (#169, #170)

Changed

  • Use raw syscalls (which are slightly faster). (#176)
  • Most tests are now limited to testing the public API of the package. (#162)
  • Simplify parsing /proc/pid/status, add a test case. (#162)
  • Optimize the number of syscall to set ambient capabilities in Apply by clearing them first; add a test case. (#163, #164)
  • Better documentation for Apply, [NewFile], [NewFile2], [NewPid], [NewPid2]. (#175)

Removed

  • .golangci.yml and .codespellrc are no longer part of the package. (#158)

For the complete list of changes, see https://github.com/moby/sys/blob/HEAD/capability/CHANGELOG.md.


Thanks to all of the contributors who made this release possible:

... (truncated)

Commits
  • 71f0c5e Merge pull request #182 from dmcgowan/merge-idtools
  • db55716 Update interface to fit into user package
  • 8e08d6b Merge idtools from github.com/moby/moby/pkg/idtools
  • 7e518ec Merge pull request #49087 from dmcgowan/split-idtools-internal
  • 6134528 Split internal idtools functionality
  • 9ecbe7b pkg/idtools: rewrite to use moby/sys/user
  • 5805d70 pkg/idtools: use lazyregexp to compile regexes on first use
  • fdf2879 Merge pull request #49162 from thaJeztah/pkg_system_volume_uuid
  • 3d38759 pkg/idtools: remove uses of deprecated system.MkdirAll
  • ca0444f Merge pull request #180 from thaJeztah/add_codecov
  • Additional commits viewable in compare view

Updates github.com/docker/cli from 27.4.1+incompatible to 28.1.1+incompatible

Commits
  • 4eba377 Merge pull request #6025 from thaJeztah/bump_compose
  • 9cd3557 Dockerfile: update compose to v2.35.1
  • cf87480 Merge pull request #6020 from thaJeztah/bump_engine_28.1
  • adb0d29 vendor: github.com/docker/docker v28.1.0
  • 4d8c241 Merge pull request #6018 from thaJeztah/use_api_socket_no_empty
  • 711fcae cli/command/container: --use-api-socket: don't write empty credentials
  • ed694db Merge pull request #5868 from thaJeztah/bump_go_version
  • 79ab3cb Merge pull request #6017 from thaJeztah/bump_engine_28.1
  • 1d768f8 update go:build tags to go1.23 to align with vendor.mod
  • 0e75283 Merge pull request #6016 from thaJeztah/context_completion
  • Additional commits viewable in compare view

Updates github.com/opencontainers/runc from 1.2.3 to 1.3.0

Release notes

Sourced from github.com/opencontainers/runc's releases.

runc v1.2.5 -- "Мороз и солнце; день чудесный!"

This is the fifth patch release in the 1.2.z series of runc. It primarily fixes an issue caused by an upstream systemd bug.

  • There was a regression in systemd v230 which made the way we define device rule restrictions require a systemctl daemon-reload for our transient units. This caused issues for workloads using NVIDIA GPUs. Workaround the upstream regression by re-arranging how the unit properties are defined. (#4568, #4612, #4615)
  • Dependency github.com/cyphar/filepath-securejoin is updated to v0.4.1, to allow projects that vendor runc to bump it as well. (#4608)
  • CI: fixed criu-dev compilation. (#4611)
  • Dependency golang.org/x/net is updated to 0.33.0. (#4632)

Static Linking Notices

The runc binary distributed with this release are statically linked with the following GNU LGPL-2.1 licensed libraries, with runc acting as a "work that uses the Library":

The versions of these libraries were not modified from their upstream versions, but in order to comply with the LGPL-2.1 (§6(a)), we have attached the complete source code for those libraries which (when combined with the attached runc source code) may be used to exercise your rights under the LGPL-2.1.

However we strongly suggest that you make use of your distribution's packages or download them from the authoritative upstream sources, especially since these libraries are related to the security of your containers.

Thanks to the following contributors who made this release possible:

Signed-off-by: Aleksa Sarai cyphar@cyphar.com

runc v1.2.4 -- "Христос се роди!"

This is the fourth patch release of the 1.2.z release branch of runc. It includes a fix for a regression introduced in 1.2.0 related to the

... (truncated)

Changelog

Sourced from github.com/opencontainers/runc's changelog.

[1.3.0] - 2025-04-30

Mr. President, we must not allow a mine shaft gap!

Fixed

  • Removed preemptive "full access to cgroups" warning when calling runc pause or runc unpause as an unprivileged user without --systemd-cgroups. Now the warning is only emitted if an actual permission error was encountered. (#4709)
  • Several fixes to our CI, mainly related to AlmaLinux and CRIU. (#4670, #4728, #4736)

Changed

  • In runc 1.2, we changed our mount behaviour to correctly handle clearing flags. However, the error messages we returned did not provide as much information to users about what clearing flags were conflicting with locked mount flags. We now provide more diagnostic information if there is an error when in the fallback path to handle locked mount flags. (#4734)
  • Upgrade our CI to use golangci-lint v2.0. (#4692)
  • runc version information is now filled in using //go:embed rather than being set through Makefile. This allows go install or other non-make builds to contain the correct version information. Note that make EXTRA_VERSION=... still works. (#418)
  • Remove exclude directives from our go.mod for broken cilium/ebpf versions. v0.17.3 resolved the issue we had, and exclude directives are incompatible with go install. (#4748)

[1.3.0-rc.2] - 2025-04-10

Eppur si muove.

Fixed

  • Use the container's /etc/passwd to set the HOME env var. After a refactor for 1.3, we were setting it reading the host's /etc/passwd file instead. (#4693, #4688)
  • Override HOME env var if it's set to the empty string. This fixes a regression after the same refactor for 1.3 and aligns the behavior with older versions of runc. (#4711)
  • Add time namespace to container config after checkpoint/restore. CRIU since version 3.14 uses a time namespace for checkpoint/restore, however it was not joining the time namespace in runc. (#4705)

[1.3.0-rc.1] - 2025-03-04

No tengo miedo al invierno, con tu recuerdo lleno de sol.

libcontainer API

  • configs.CommandHook struct has changed, Command is now a pointer. Also, configs.NewCommandHook now accepts a *Command. (#4325)
  • The Process struct has User string field replaced with numeric

... (truncated)

Commits
  • 4ca628d VERSION: release v1.3.0
  • 889b4bd Merge pull request #4749 from rata/release-1.3
  • 60e2125 go.mod: Delete exclude directives
  • 8d2e095 Merge pull request #4744 from kolyshkin/1.3-4718
  • 7031f31 runc: embed version from VERSION file
  • 51b5267 runc --version: use a function
  • 3ffa349 Merge pull request #4745 from lifubang/1.3-golangcilint-2.0
  • 7b2b95d ci: bump to golangci-lint v2.0
  • 6a39b49 libct/intelrdt: fix staticcheck ST1020 warnings
  • 1ceca37 Fix staticcheck ST1020/ST1021 warnings
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.27.0 to 0.30.0

Commits
  • cf14319 oauth2: fix expiration time window check
  • 32d34ef internal: include clientID in auth style cache key
  • 2d34e30 oauth2: replace a magic number with AuthStyleUnknown
  • 696f7b3 all: modernize with doc links and any
  • 471209b oauth2: drop dependency on go-cmp
  • 6968da2 oauth2: sync Token.ExpiresIn from internal Token
  • d2c4e0a oauth2: context instead of golang.org/x/net/context in doc
  • 883dc3c endpoints: add various endpoints from stale CLs
  • 1c06e87 all: make use of oauth.Token.ExpiresIn
  • 65c15a3 oauth2: remove extra period
  • Additional commits viewable in compare view

Updates github.com/aws/smithy-go from 1.22.2 to 1.22.3

Release notes

Sourced from github.com/aws/smithy-go's releases.

v1.22.3

Release (2025-02-17)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.3
  • Dependency Update: Bump minimum Go version to 1.22 per our language support policy.
Changelog

Sourced from github.com/aws/smithy-go's changelog.

Release (2025-02-17)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.3
  • Dependency Update: Bump minimum Go version to 1.22 per our language support policy.

Release (2025-01-21)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.2
    • Bug Fix: Fix HTTP metrics data race.
    • Bug Fix: Replace usages of deprecated ioutil package.

Release (2024-11-15)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.1
    • Bug Fix: Fix failure to replace URI path segments when their names overlap.

Release (2024-10-03)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.22.0
    • Feature: Add HTTP client metrics.

Release (2024-09-25)

Module Highlights

  • github.com/aws/smithy-go/aws-http-auth: v1.0.0
    • Release: Initial release of module aws-http-auth, which implements generically consumable SigV4 and SigV4a request signing.

Release (2024-09-19)

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.21.0

... (truncated)

Commits

Updates github.com/mailru/easyjson from 0.7.7 to 0.9.0

Release notes

Sourced from github.com/mailru/easyjson's releases.

v0.9.0

up go version and bugfixes

v0.8.0

stable version before go version bump

Commits

Updates cloud.google.com/go from 0.112.1 to 0.121.2

Release notes

Sourced from cloud.google.com/go's releases.

v0.121.2

0.121.2 (2025-05-21)

Documentation

  • internal/generated: Remove outdated pubsub snippets (#12284) (0338a40)

v0.121.1

0.121.1 (2025-05-13)

Bug Fixes

  • civil: Add support for civil.Date, civil.Time and civil.DateTime arguments to their respective Scan methods (#12240) (7127ce9), refs #12060

v0.121.0

0.121.0 (2025-04-28)

Features

Changelog

Sourced from cloud.google.com/go's changelog.

0.121.2 (2025-05-21)

Documentation

  • internal/generated: Remove outdated pubsub snippets (#12284) (0338a40)

0.121.1 (2025-05-13)

Bug Fixes

  • civil: Add support for civil.Date, civil.Time and civil.DateTime arguments to their respective Scan methods (#12240) (7127ce9), refs #12060

0.121.0 (2025-04-28)

Features

0.120.1 (2025-04-14)

Bug Fixes

0.120.0 (2025-03-20)

Features

Bug Fixes

  • third_party/pkgsite: Increase comment size limit (#11877) (587b5cc)

0.119.0 (2025-03-11)

Features

  • main: Add support for listening on custom host to internal/testutil (#11780) (9608a09), refs #11586

0.118.3 (2025-02-20)

... (truncated)

Commits
  • 3b1ac28 chore(main): release 0.121.2 (#12285)
  • dc9516d chore: release main (#12280)
  • cb8b66c feat(compute): Update Compute Engine v1beta API to revision 20250511 (#1041) ...
  • ff18dbe test(storage): add maxt attempts to common functions (#12302)
  • fb8e1b7 chore(compute): start generating apiv1beta (#12300)
  • 080f6b0 fix(storage): retry url.Error and net.OpErrors when they wrap an io.EOF (#12289)
  • c00965b chore(main): release spanner 1.82.0 (#12294)
  • 62155da feat(aiplatform): add VertexAISearch.max_results, filter, data_store_specs op...
  • e7f03a7 chore(spanner): enable multiplexed sessions for experimental hosts (#11686)
  • 7c1f961 feat(bigquery): add support for dataset view and update modes (#12290)
  • Additional commits viewable in compare view

Updates cloud.google.com/go/compute/metadata from 0.6.0 to 0.7.0

Release notes

Sourced from cloud.google.com/go/compute/metadata's releases.

compute/metadata: v0.7.0

0.7.0 (2025-05-13)

Features

  • compute/metadata: Allow canceling GCE detection (#11786) (78100fe)
Changelog

Sourced from cloud.google.com/go/compute/metadata's changelog.

v0.7.0

  • Release of a client library for Spanner. See the blog post. Note that although the Spanner service is beta, the Go client library is alpha.
Commits
  • 2e6a95e pubsub: fix flaky streaming retry test
  • 581b839 pubsub: check early if streaming iterator is already drained
  • cc13a9b spanner: fix time.Time comparisons for upcoming Go1.9 monotonic times
  • 1ba9ec4 spanner: remove most logging from tests
  • 11737a0 spanner: skip some tests in short mode
  • 7bcba8a datastore: DRY up loading entity code
  • df9740f regenerate toolkit client
  • 960c768 trace: export tracing scopes
  • 8b0ab47 logadmin: retry on CreateMetric and UpdateMetric
  • 2066696 trace: clarify how gRPC options work
  • Additional commits viewable in compare view

Updates cloud.google.com/go/iam from 1.1.6 to 1.5.2

Release notes

Sourced from cloud.google.com/go/iam's releases.

cloudcontrolspartner: v1.4.0

1.4.0 (2025-05-06)

Features

  • cloudcontrolspartner: A new field organization_domain is added to message Customer (658d3d6)
  • cloudcontrolspartner: Enable partners to create, update and delete their customers (658d3d6)

Documentation

  • cloudcontrolspartner: Mark the enum value EkmSolution.VIRTRU as deprecated (658d3d6)

vmwareengine: v1.3.5

1.3.5 (2025-04-15)

Bug Fixes

  • vmwareengine: Update google.golang.org/api to 0.229.0 (3319672)

storageinsights: v1.2.0

1.2.0 (2025-05-21)

Features

  • storageinsights: Add Client Libraries for Datasets (#12245) (2aaada3)

support: v1.2.0

1.2.0 (2025-05-21)

Features

  • support: Annotate Comment.plain_text_body as deprecated (it was already deprecated, but now we're adding the annotation for it) (d863442)
  • support: Deprecate the Actor.email field and add username to replace it (d863442)

Documentation

  • support: Annotate all names with IDENTIFIER (cb8b66c)
  • support: Bring comments and metadata up to date (d863442)
  • support: Update Cloud Support RPC comments to no longer include cURL and Python examples (62155da)
  • support: Use backticks around username in documentation for Actor.email (cb8b66c)
Commits

Updates cloud.google.com/go/kms from 1.15.7 to 1.21.0

Release notes

Sourced from cloud.google.com/go/kms's releases.

asset: v1.21.0

1.21.0 (2025-04-30)

Features

  • asset: A new field enrichments is added to message .google.cloud.asset.v1.ResourceSearchResult (a95a0bf)
  • asset: A new message AssetEnrichment is added (a95a0bf)
  • asset: A new message ResourceOwners is added (#12029) (a95a0bf)
  • asset: A new value GOVERN_TAGS is added to enum MethodType (a95a0bf)
  • asset: A new value REMOVE_GRANT is added to enum MethodType (a95a0bf)

Documentation

  • asset: A comment for field attached_resource in message .google.cloud.asset.v1.EffectiveTagDetails is changed (a95a0bf)
  • asset: A comment for field consolidated_policy in message .google.cloud.asset.v1.AnalyzeOrgPoliciesResponse is changed (a95a0bf)
  • asset: A comment for field policy_bundle in message .google.cloud.asset.v1.AnalyzeOrgPoliciesResponse is changed (a95a0bf)
  • asset: A comment for field policy_bundle in message .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse is changed (a95a0bf)
  • asset: A comment for field policy_bundle in message .google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse is changed (a95a0bf)
  • asset: A comment for field service_account_impersonation_analysis in message .google.cloud.asset.v1.AnalyzeIamPolicyResponse is changed (a95a0bf)

maps: v1.21.0

1.21.0 (2025-05-21)

Features

  • maps/places: Add address descriptor proto (2aaada3)
  • maps/places: Add new GoogleMapsLinks fields (2aaada3)
  • maps/places: Add new NeighborhoodSummary fields (2aaada3)
  • maps/places: Add new photo fields (2aaada3)
  • maps/places: Add new review fields (2aaada3)
  • maps/places: Add new ReviewSummary fields (2aaada3)
  • maps/places: Update GenerativeSummary fields (2aaada3)

Bug Fixes

  • maps/places: An existing field area_summary is removed from message .google.maps.places.v1.Place (2aaada3)
  • maps/places: An existing field description is removed from message .google.maps.places.v1.Place (2aaada3)
  • maps/places: An existing field references is removed from message .google.maps.places.v1.Place (2aaada3)
  • maps/places: An existing message AreaSummary is removed (2aaada3)

Documentation

  • maps/places: Change comments for some fields in Places API (2aaada3)

maps: v1.20.4

... (truncated)

Changelog

Sourced from cloud.google.com/go/kms's changelog.

1.21.0 (2023-07-18)

Features

  • documentai: Removed id field from Document message (4a5651c)

1.20.0 (2023-06-20)

Features

  • documentai: Add StyleInfo to document.proto (b726d41)
  • documentai: Add StyleInfo to document.proto (b726d41)

Bug Fixes

  • documentai: REST query UpdateMask bug (df52820)

1.19.0 (2023-05-30)

Features

  • documentai: Update all direct dependencies (b340d03)

1.18.1 (2023-05-08)

Bug Fixes

  • documentai: Update grpc to v1.55.0 (1147ce0)

1.18.0 (2023-03-22)

Features

  • documentai: Add ImportProcessorVersion in v1beta3 (c967961)

1.17.0 (2023-03-15)

Features

  • documentai: Added hints.language_hints field in OcrConfig (#7522) (b2c40c3)

1.16.0 (2023-02-22)

... (truncated)

Commits
  • 93edc82 chore: release main (#11604)
  • 77c700f chore(main): release 0.118.3 (#11596)
  • 243da70 chore(main): release spanner 1.76.0 (#11594)
  • 0ee82ff perf(spanner): grab debug stack outside of lock (#11587)
  • 4b40201 feat(spanner): support multiplexed session for read-write transactions & part...
  • f2d581c chore(main): release auth 0.15.0 (

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

| Package | From | To |
| --- | --- | --- |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.36.3` | `1.37.0` |
| [github.com/google/go-tpm](https://github.com/google/go-tpm) | `0.9.3` | `0.9.5` |
| [github.com/moby/sys/user](https://github.com/moby/sys) | `0.3.0` | `0.4.0` |
| [github.com/docker/cli](https://github.com/docker/cli) | `27.4.1+incompatible` | `28.1.1+incompatible` |
| [github.com/opencontainers/runc](https://github.com/opencontainers/runc) | `1.2.3` | `1.3.0` |

Bumps the all group with 19 updates in the /deployments/pulumi directory:

| Package | From | To |
| --- | --- | --- |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.27.0` | `0.30.0` |
| [github.com/aws/smithy-go](https://github.com/aws/smithy-go) | `1.22.2` | `1.22.3` |
| [github.com/mailru/easyjson](https://github.com/mailru/easyjson) | `0.7.7` | `0.9.0` |
| [cloud.google.com/go](https://github.com/googleapis/google-cloud-go) | `0.112.1` | `0.121.2` |
| [cloud.google.com/go/compute/metadata](https://github.com/googleapis/google-cloud-go) | `0.6.0` | `0.7.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.17.0` | `1.18.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) | `1.8.2` | `1.10.0` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.50.36` | `1.55.7` |
| [github.com/aws/aws-sdk-go-v2/service/kms](https://github.com/aws/aws-sdk-go-v2) | `1.30.1` | `1.38.3` |
| [github.com/cheggaaa/pb](https://github.com/cheggaaa/pb) | `1.0.29` | `2.0.7+incompatible` |
| [github.com/deckarep/golang-set/v2](https://github.com/deckarep/golang-set) | `2.5.0` | `2.8.0` |
| [github.com/edsrzf/mmap-go](https://github.com/edsrzf/mmap-go) | `1.1.0` | `1.2.0` |
| [github.com/gofrs/uuid](https://github.com/gofrs/uuid) | `4.2.0+incompatible` | `4.4.0+incompatible` |
| [github.com/hashicorp/go-secure-stdlib/parseutil](https://github.com/hashicorp/go-secure-stdlib) | `0.1.8` | `0.2.0` |
| [github.com/hashicorp/go-sockaddr](https://github.com/hashicorp/go-sockaddr) | `1.0.6` | `1.0.7` |
| [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault) | `1.12.0` | `1.16.0` |
| [github.com/segmentio/encoding](https://github.com/segmentio/encoding) | `0.3.5` | `0.4.1` |
| [gocloud.dev](https://github.com/google/go-cloud) | `0.37.0` | `0.41.0` |
| [gocloud.dev/secrets/hashivault](https://github.com/google/go-cloud) | `0.37.0` | `0.41.0` |

Bumps the all group with 1 update in the /test/rolling-upgrades directory: [github.com/cheggaaa/pb](https://github.com/cheggaaa/pb).
Bumps the all group with 1 update in the /tools/provisioner directory: [sigs.k8s.io/structured-merge-diff/v4](https://github.com/kubernetes-sigs/structured-merge-diff).


Updates `github.com/onsi/gomega` from 1.36.3 to 1.37.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.36.3...v1.37.0)

Updates `github.com/google/go-tpm` from 0.9.3 to 0.9.5
- [Release notes](https://github.com/google/go-tpm/releases)
- [Commits](google/go-tpm@v0.9.3...v0.9.5)

Updates `github.com/moby/sys/user` from 0.3.0 to 0.4.0
- [Release notes](https://github.com/moby/sys/releases)
- [Commits](moby/sys@user/v0.3.0...user/v0.4.0)

Updates `github.com/docker/cli` from 27.4.1+incompatible to 28.1.1+incompatible
- [Commits](docker/cli@v27.4.1...v28.1.1)

Updates `github.com/opencontainers/runc` from 1.2.3 to 1.3.0
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/main/CHANGELOG.md)
- [Commits](opencontainers/runc@v1.2.3...v1.3.0)

Updates `golang.org/x/oauth2` from 0.27.0 to 0.30.0
- [Commits](golang/oauth2@v0.27.0...v0.30.0)

Updates `github.com/aws/smithy-go` from 1.22.2 to 1.22.3
- [Release notes](https://github.com/aws/smithy-go/releases)
- [Changelog](https://github.com/aws/smithy-go/blob/main/CHANGELOG.md)
- [Commits](aws/smithy-go@v1.22.2...v1.22.3)

Updates `github.com/mailru/easyjson` from 0.7.7 to 0.9.0
- [Release notes](https://github.com/mailru/easyjson/releases)
- [Commits](mailru/easyjson@v0.7.7...v0.9.0)

Updates `cloud.google.com/go` from 0.112.1 to 0.121.2
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@v0.112.1...v0.121.2)

Updates `cloud.google.com/go/compute/metadata` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@v0.6.0...v0.7.0)

Updates `cloud.google.com/go/iam` from 1.1.6 to 1.5.2
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@iam/v1.1.6...iam/v1.5.2)

Updates `cloud.google.com/go/kms` from 1.15.7 to 1.21.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md)
- [Commits](googleapis/google-cloud-go@kms/v1.15.7...kms/v1.21.0)

Updates `cloud.google.com/go/logging` from 1.9.0 to 1.13.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md)
- [Commits](googleapis/google-cloud-go@kms/v1.9.0...dlp/v1.13.0)

Updates `cloud.google.com/go/longrunning` from 0.5.5 to 0.6.7
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@longrunning/v0.5.5...longrunning/v0.6.7)

Updates `cloud.google.com/go/storage` from 1.39.1 to 1.53.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@storage/v1.39.1...spanner/v1.53.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.17.0 to 1.18.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/go-mgmt-sdk-release-guideline.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.17.0...sdk/azcore/v1.18.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/azidentity` from 1.8.2 to 1.10.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/go-mgmt-sdk-release-guideline.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azidentity/v1.8.2...sdk/azcore/v1.10.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/internal` from 1.10.0 to 1.11.1
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/go-mgmt-sdk-release-guideline.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.10.0...sdk/azcore/v1.11.1)

Updates `github.com/AzureAD/microsoft-authentication-library-for-go` from 1.3.3 to 1.4.2
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-go/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-go/blob/main/changelog.md)
- [Commits](AzureAD/microsoft-authentication-library-for-go@v1.3.3...v1.4.2)

Updates `github.com/aws/aws-sdk-go` from 1.50.36 to 1.55.7
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md)
- [Commits](aws/aws-sdk-go@v1.50.36...v1.55.7)

Updates `github.com/aws/aws-sdk-go-v2/service/kms` from 1.30.1 to 1.38.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@v1.30.1...service/s3/v1.38.3)

Updates `github.com/cheggaaa/pb` from 1.0.29 to 2.0.7+incompatible
- [Commits](cheggaaa/pb@v1.0.29...v2.0.7)

Updates `github.com/deckarep/golang-set/v2` from 2.5.0 to 2.8.0
- [Release notes](https://github.com/deckarep/golang-set/releases)
- [Commits](deckarep/golang-set@v2.5.0...v2.8.0)

Updates `github.com/edsrzf/mmap-go` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/edsrzf/mmap-go/releases)
- [Commits](edsrzf/mmap-go@v1.1.0...v1.2.0)

Updates `github.com/gofrs/uuid` from 4.2.0+incompatible to 4.4.0+incompatible
- [Release notes](https://github.com/gofrs/uuid/releases)
- [Commits](gofrs/uuid@v4.2.0...v4.4.0)

Updates `github.com/google/s2a-go` from 0.1.7 to 0.1.9
- [Release notes](https://github.com/google/s2a-go/releases)
- [Commits](google/s2a-go@v0.1.7...v0.1.9)

Updates `github.com/googleapis/enterprise-certificate-proxy` from 0.3.2 to 0.3.6
- [Release notes](https://github.com/googleapis/enterprise-certificate-proxy/releases)
- [Commits](googleapis/enterprise-certificate-proxy@v0.3.2...v0.3.6)

Updates `github.com/googleapis/gax-go/v2` from 2.12.2 to 2.14.1
- [Release notes](https://github.com/googleapis/gax-go/releases)
- [Commits](googleapis/gax-go@v2.12.2...v2.14.1)

Updates `github.com/hashicorp/go-secure-stdlib/parseutil` from 0.1.8 to 0.2.0
- [Release notes](https://github.com/hashicorp/go-secure-stdlib/releases)
- [Commits](hashicorp/go-secure-stdlib@parseutil/v0.1.8...awsutil/v0.2.0)

Updates `github.com/hashicorp/go-sockaddr` from 1.0.6 to 1.0.7
- [Release notes](https://github.com/hashicorp/go-sockaddr/releases)
- [Commits](hashicorp/go-sockaddr@v1.0.6...v1.0.7)

Updates `github.com/hashicorp/vault/api` from 1.12.0 to 1.16.0
- [Release notes](https://github.com/hashicorp/vault/releases)
- [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG-v1.10-v1.15.md)
- [Commits](hashicorp/vault@v1.12.0...v1.16.0)

Updates `github.com/segmentio/encoding` from 0.3.5 to 0.4.1
- [Release notes](https://github.com/segmentio/encoding/releases)
- [Commits](segmentio/encoding@v0.3.5...v0.4.1)

Updates `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` from 0.49.0 to 0.60.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.49.0...zpages/v0.60.0)

Updates `gocloud.dev` from 0.37.0 to 0.41.0
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](google/go-cloud@v0.37.0...v0.41.0)

Updates `gocloud.dev/secrets/hashivault` from 0.37.0 to 0.41.0
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](google/go-cloud@v0.37.0...v0.41.0)

Updates `golang.org/x/xerrors` from 0.0.0-20231012003039-104605ab7028 to 0.0.0-20240903120638-7835f813f4da
- [Commits](https://github.com/golang/xerrors/commits)

Updates `google.golang.org/api` from 0.169.0 to 0.232.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.169.0...v0.232.0)

Updates `google.golang.org/genproto` from 0.0.0-20240311173647-c811ad7063a7 to 0.0.0-20250324211829-b45e905df463
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `github.com/cheggaaa/pb` from 1.0.29 to 2.0.7+incompatible
- [Commits](cheggaaa/pb@v1.0.29...v2.0.7)

Updates `sigs.k8s.io/structured-merge-diff/v4` from 4.6.0 to 4.7.0
- [Release notes](https://github.com/kubernetes-sigs/structured-merge-diff/releases)
- [Changelog](https://github.com/kubernetes-sigs/structured-merge-diff/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/structured-merge-diff@v4.6.0...v4.7.0)

---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/google/go-tpm
  dependency-version: 0.9.5
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/moby/sys/user
  dependency-version: 0.4.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/docker/cli
  dependency-version: 28.1.1+incompatible
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: github.com/opencontainers/runc
  dependency-version: 1.3.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.30.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/aws/smithy-go
  dependency-version: 1.22.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/mailru/easyjson
  dependency-version: 0.9.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: cloud.google.com/go
  dependency-version: 0.121.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: cloud.google.com/go/compute/metadata
  dependency-version: 0.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: cloud.google.com/go/iam
  dependency-version: 1.5.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: cloud.google.com/go/kms
  dependency-version: 1.21.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: cloud.google.com/go/logging
  dependency-version: 1.13.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: cloud.google.com/go/longrunning
  dependency-version: 0.6.7
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: cloud.google.com/go/storage
  dependency-version: 1.53.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-version: 1.18.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
  dependency-version: 1.10.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/internal
  dependency-version: 1.11.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/AzureAD/microsoft-authentication-library-for-go
  dependency-version: 1.4.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/aws/aws-sdk-go
  dependency-version: 1.55.7
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/aws/aws-sdk-go-v2/service/kms
  dependency-version: 1.38.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/cheggaaa/pb
  dependency-version: 2.0.7+incompatible
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: github.com/deckarep/golang-set/v2
  dependency-version: 2.8.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/edsrzf/mmap-go
  dependency-version: 1.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/gofrs/uuid
  dependency-version: 4.4.0+incompatible
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/google/s2a-go
  dependency-version: 0.1.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/googleapis/enterprise-certificate-proxy
  dependency-version: 0.3.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/googleapis/gax-go/v2
  dependency-version: 2.14.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/hashicorp/go-secure-stdlib/parseutil
  dependency-version: 0.2.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/hashicorp/go-sockaddr
  dependency-version: 1.0.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/hashicorp/vault/api
  dependency-version: 1.16.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/segmentio/encoding
  dependency-version: 0.4.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
  dependency-version: 0.60.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: gocloud.dev
  dependency-version: 0.41.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: gocloud.dev/secrets/hashivault
  dependency-version: 0.41.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/xerrors
  dependency-version: 0.0.0-20240903120638-7835f813f4da
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: google.golang.org/api
  dependency-version: 0.232.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: google.golang.org/genproto
  dependency-version: 0.0.0-20250324211829-b45e905df463
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/cheggaaa/pb
  dependency-version: 2.0.7+incompatible
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: sigs.k8s.io/structured-merge-diff/v4
  dependency-version: 4.7.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 22, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 22, 2025 13:05
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 22, 2025
Copy link

coderabbitai bot commented May 22, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Join our Discord community for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor Author

dependabot bot commented on behalf of github May 23, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 23, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/all-69266c0c7b branch May 23, 2025 03:51
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants