Skip to content

Bump the gomod-dependencies group in /providers with 9 updates#1010

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/providers/gomod-dependencies-cf5f7d26ea
Open

Bump the gomod-dependencies group in /providers with 9 updates#1010
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/go_modules/providers/gomod-dependencies-cf5f7d26ea

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps the gomod-dependencies group in /providers with 9 updates:

Package From To
github.com/GoogleCloudPlatform/k8s-cloud-provider 1.27.0 1.34.0
golang.org/x/oauth2 0.30.0 0.36.0
google.golang.org/api 0.199.0 0.272.0
k8s.io/api 0.34.2 0.35.3
k8s.io/apimachinery 0.34.2 0.35.3
k8s.io/client-go 0.34.2 0.35.3
k8s.io/component-base 0.34.2 0.35.3
cloud.google.com/go/compute/metadata 0.6.0 0.9.0
k8s.io/cloud-provider 0.34.2 0.35.3

Updates github.com/GoogleCloudPlatform/k8s-cloud-provider from 1.27.0 to 1.34.0

Release notes

Sourced from github.com/GoogleCloudPlatform/k8s-cloud-provider's releases.

v1.34.0

Summary

  • Support for Regional TargetTCPProxy
  • Support custom headers in requests
  • e2e testing fixes
  • Ability to return partial success from AggregatedList
  • Patch for global TargetHTTPSProxy

What's Changed

Full Changelog: GoogleCloudPlatform/k8s-cloud-provider@v1.33.0...v1.34.0

v1.29.0

What's Changed

New Contributors

Full Changelog: GoogleCloudPlatform/k8s-cloud-provider@v1.28.0...v1.29.0

Commits
  • 7377992 Merge pull request #243 from kl52752/patch-https-proxy
  • 58812e0 Add Patch method for global TargetHTTPSProxy
  • e163b50 Merge pull request #241 from GoogleCloudPlatform/dependabot/go_modules/golang...
  • 417a64a Bump golang.org/x/crypto from 0.31.0 to 0.35.0
  • f45f962 Merge pull request #238 from bowei/pr-fixconst
  • 2ca43ad Fix non-const format strings
  • 19ea140 Fix non-const format string
  • 827fdbf Fix non-constant logf argument
  • b450481 Update year in generated files
  • e553d08 Merge pull request #237 from briantkennedy/agglist
  • Additional commits viewable in compare view

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

Commits
  • 4d954e6 all: upgrade go directive to at least 1.25.0 [generated]
  • 89ff2e1 google: add safer credentials JSON loading options.
  • acc3815 endpoints: fix %q verb use with wrong type
  • f28b0b5 all: fix some comments
  • fd15e0f x/oauth2: populate RetrieveError from DeviceAuth
  • 792c877 oauth2: use strings.Builder instead of bytes.Buffer
  • 014cf77 all: upgrade go directive to at least 1.24.0 [generated]
  • 3c76ce5 endpoints: correct Naver OAuth2 endpoint URLs
  • See full diff in compare view

Updates google.golang.org/api from 0.199.0 to 0.272.0

Release notes

Sourced from google.golang.org/api's releases.

v0.272.0

0.272.0 (2026-03-16)

Features

v0.271.0

0.271.0 (2026-03-10)

Features

v0.270.0

0.270.0 (2026-03-08)

Features

v0.269.0

0.269.0 (2026-02-24)

Features

... (truncated)

Changelog

Sourced from google.golang.org/api's changelog.

0.272.0 (2026-03-16)

Features

0.271.0 (2026-03-10)

Features

0.270.0 (2026-03-08)

Features

0.269.0 (2026-02-24)

Features

Bug Fixes

  • generator: Handle preview version pkg name (#3511) (2a249ce)

... (truncated)

Commits

Updates k8s.io/api from 0.34.2 to 0.35.3

Commits
  • 3897036 Update dependencies to v0.35.3 tag
  • bbcbaa8 Merge remote-tracking branch 'origin/master' into release-1.35
  • 5bced61 Bump golang.org/x/crypto to v0.45.0
  • 39e2e26 Merge pull request #135131 from Dev1622/sig-storage/mock-expand-flake-fix
  • c22b4a1 vendor: update vendor and license metadata after replacing BeTrue usage in cs...
  • e3b1f3d Resolve lint restriction on BeTrue by introducing Succeed() with contextual e...
  • 3da327c Update vendored dependencies
  • c764b44 Merge pull request #132919 from ndixita/pod-level-in-place-pod-resize
  • aced136 Generated files from API changes
  • 02d790d Adding Resources and AllocatedResoures fields to the list of expected fields ...
  • Additional commits viewable in compare view

Updates k8s.io/apimachinery from 0.34.2 to 0.35.3

Commits
  • 72d71ea Merge remote-tracking branch 'origin/master' into release-1.35
  • e2a2dbc Bump golang.org/x/crypto to v0.45.0
  • 2e9c228 Merge pull request #135131 from Dev1622/sig-storage/mock-expand-flake-fix
  • f274aac vendor: update vendor and license metadata after replacing BeTrue usage in cs...
  • 9445443 Resolve lint restriction on BeTrue by introducing Succeed() with contextual e...
  • 52154f7 Update vendored dependencies
  • 5a348c5 KEP-5471: Extend tolerations operators (#134665)
  • 6f89492 Merge pull request #133648 from richabanker/merged-discovery
  • c77dde2 util/sort: Add MergePreservingRelativeOrder for topological sorting
  • 729c13d Merge pull request #134624 from yt2985/podcertificates-beta
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.34.2 to 0.35.3

Commits
  • 4f1f0a2 Update dependencies to v0.35.3 tag
  • f80003c Merge pull request #136903pohly/automated-cherry-pick-of-#136455
  • 8b41556 fake client-go: un-deprecate NewSimpleClientset
  • 2d83546 Merge remote-tracking branch 'origin/master' into release-1.35
  • 56b4af2 Merge pull request #135591 from p0lyn0mial/upstream-watchlist-reflector-log-f...
  • 891f94c Merge remote-tracking branch 'origin/master' into release-1.35
  • 65ffe04 Merge pull request #135580 from serathius/client-go-transformer
  • 2fe4ac2 downgrade reflector watchlist fallback log to V(4)
  • 97256a6 Bump golang.org/x/crypto to v0.45.0
  • 46360b5 Merge pull request #135131 from Dev1622/sig-storage/mock-expand-flake-fix
  • Additional commits viewable in compare view

Updates k8s.io/component-base from 0.34.2 to 0.35.3

Commits
  • 2f56f2d Update dependencies to v0.35.3 tag
  • 5e09e27 Merge remote-tracking branch 'origin/master' into release-1.35
  • 518a1d0 Bump golang.org/x/crypto to v0.45.0
  • dffb9df Merge pull request #135131 from Dev1622/sig-storage/mock-expand-flake-fix
  • 622fcbc vendor: update vendor and license metadata after replacing BeTrue usage in cs...
  • 4461559 Resolve lint restriction on BeTrue by introducing Succeed() with contextual e...
  • 43140e8 Update vendored dependencies
  • c1ad413 Merge pull request #134870 from pmengelbert/pmengelbert/kuberc/4
  • 8209f50 Add client-go credential plugin to kuberc
  • 09c454e Merge pull request #134995 from yongruilin/flagz-kk-structure
  • Additional commits viewable in compare view

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

Release notes

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

geminidataanalytics: v0.8.0

v0.8.0 (2026-03-12)

Features

  • add ThinkingMode enum and field to control agent thinking mode (PiperOrigin-RevId: 881451746) (177550d4)

  • add ParameterizedSecureViewParameters message and field for PSV support (PiperOrigin-RevId: 881451746) (177550d4)

Documentation

  • update field comments for generated_looker_query in DataMessage (PiperOrigin-RevId: 881451746) (177550d4)

geminidataanalytics 0.7.0

0.7.0 (2026-02-05)

Features

  • add ClarificationMessage, thought-signature, formatted-data (PiperOrigin-RevId: 863524449) (611f2392)

Documentation

  • A comment for enum value THOUGHT in enum TextType is changed (PiperOrigin-RevId: 863524449) (611f2392)
Changelog

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

Code changes required from v0.9.0

  • pubsub: Replace

    sub.ModifyPushConfig(ctx, pubsub.PushConfig{Endpoint: "https://example.com/push"})
    

    with

    sub.Update(ctx, pubsub.SubscriptionConfigToUpdate{
        PushConfig: &pubsub.PushConfig{Endpoint: "https://example.com/push"},
    })
    
  • trace: traceGRPCServerInterceptor will be provided from *trace.Client. Given an initialized *trace.Client named tc, instead of

    s := grpc.NewServer(grpc.UnaryInterceptor(trace.GRPCServerInterceptor(tc)))
    

    write

    s := grpc.NewServer(grpc.UnaryInterceptor(tc.GRPCServerInterceptor()))
    
  • trace trace.GRPCClientInterceptor will also provided from *trace.Client. Instead of

    conn, err := grpc.Dial(srv.Addr, grpc.WithUnaryInterceptor(trace.GRPCClientInterceptor()))
    

    write

    conn, err := grpc.Dial(srv.Addr, grpc.WithUnaryInterceptor(tc.GRPCClientInterceptor()))
    
  • trace: We removed the deprecated trace.EnableGRPCTracing. Use the gRPC interceptor as a dial option as shown below when initializing Cloud package clients:

    c, err := pubsub.NewClient(ctx, "project-id", option.WithGRPCDialOption(grpc.WithUnaryInterceptor(tc.GRPCClientInterceptor())))
    if err != nil {
        ...
    

... (truncated)

Commits
  • d4f8670 BREAKING: all: regenerate toolkit client
  • 23179f2 readme: document Trace and Error Reporting clients
  • c2e00bb trace: switch to grpc-trace-bin for gRPC calls
  • 1de0ed4 rpcreplay: Fprintf functions
  • 8878988 bigtable/bttest: Return proper error code when entity already exists
  • e432073 bigtable: Don't retry on INTERNAL errors.
  • 84bf648 rpcreplay: responses to code review comments from previous CL
  • e687f27 rpcreplay: replay of unary RPCs
  • 9da216d spanner: more integration tests
  • a089e75 logging: document that Close flushes the loggers
  • Additional commits viewable in compare view

Updates k8s.io/cloud-provider from 0.34.2 to 0.35.3

Commits
  • 8074a7f Update dependencies to v0.35.3 tag
  • f3d67f2 Merge remote-tracking branch 'origin/master' into release-1.35
  • 90ad0be Bump golang.org/x/crypto to v0.45.0
  • c2f691d Merge pull request #135131 from Dev1622/sig-storage/mock-expand-flake-fix
  • 4630afe vendor: update vendor and license metadata after replacing BeTrue usage in cs...
  • edd386f Resolve lint restriction on BeTrue by introducing Succeed() with contextual e...
  • fb5887f Update vendored dependencies
  • 080e91c Merge pull request #131220 from lukasmetzner/feat-ccm-watch-based-route-contr...
  • 314e0e6 refactor: rename and suitable docstring
  • 1f7c95a test: register kube features in unit tests
  • 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 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 area/dependency Issues or PRs related to dependency changes ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. labels Mar 23, 2026
@k8s-ci-robot k8s-ci-robot added the needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. label Mar 23, 2026
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

This issue is currently awaiting triage.

If the repository mantainers determine this is a relevant issue, they will accept it by applying the triage/accepted label and provide further guidance.

The triage/accepted label can be added by org members by writing /triage accepted in a comment.

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.

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign mmamczur for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@k8s-ci-robot
Copy link
Copy Markdown
Contributor

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

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

@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Mar 23, 2026
@dependabot dependabot bot force-pushed the dependabot/go_modules/providers/gomod-dependencies-cf5f7d26ea branch 2 times, most recently from 2eb2079 to 67822b0 Compare March 31, 2026 17:14
Bumps the gomod-dependencies group in /providers with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/GoogleCloudPlatform/k8s-cloud-provider](https://github.com/GoogleCloudPlatform/k8s-cloud-provider) | `1.27.0` | `1.34.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.30.0` | `0.36.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.199.0` | `0.272.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.34.2` | `0.35.3` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.34.2` | `0.35.3` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.34.2` | `0.35.3` |
| [k8s.io/component-base](https://github.com/kubernetes/component-base) | `0.34.2` | `0.35.3` |
| [cloud.google.com/go/compute/metadata](https://github.com/googleapis/google-cloud-go) | `0.6.0` | `0.9.0` |
| [k8s.io/cloud-provider](https://github.com/kubernetes/cloud-provider) | `0.34.2` | `0.35.3` |


Updates `github.com/GoogleCloudPlatform/k8s-cloud-provider` from 1.27.0 to 1.34.0
- [Release notes](https://github.com/GoogleCloudPlatform/k8s-cloud-provider/releases)
- [Commits](GoogleCloudPlatform/k8s-cloud-provider@v1.27.0...v1.34.0)

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

Updates `google.golang.org/api` from 0.199.0 to 0.272.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.199.0...v0.272.0)

Updates `k8s.io/api` from 0.34.2 to 0.35.3
- [Commits](kubernetes/api@v0.34.2...v0.35.3)

Updates `k8s.io/apimachinery` from 0.34.2 to 0.35.3
- [Commits](kubernetes/apimachinery@v0.34.2...v0.35.3)

Updates `k8s.io/client-go` from 0.34.2 to 0.35.3
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.34.2...v0.35.3)

Updates `k8s.io/component-base` from 0.34.2 to 0.35.3
- [Commits](kubernetes/component-base@v0.34.2...v0.35.3)

Updates `cloud.google.com/go/compute/metadata` from 0.6.0 to 0.9.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.9.0)

Updates `k8s.io/cloud-provider` from 0.34.2 to 0.35.3
- [Commits](kubernetes/cloud-provider@v0.34.2...v0.35.3)

---
updated-dependencies:
- dependency-name: github.com/GoogleCloudPlatform/k8s-cloud-provider
  dependency-version: 1.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-dependencies
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-dependencies
- dependency-name: google.golang.org/api
  dependency-version: 0.272.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-dependencies
- dependency-name: k8s.io/api
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-dependencies
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-dependencies
- dependency-name: k8s.io/client-go
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-dependencies
- dependency-name: k8s.io/component-base
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-dependencies
- dependency-name: cloud.google.com/go/compute/metadata
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-dependencies
- dependency-name: k8s.io/cloud-provider
  dependency-version: 0.35.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/providers/gomod-dependencies-cf5f7d26ea branch from 67822b0 to 6c0a708 Compare April 6, 2026 07:30
@k8s-ci-robot
Copy link
Copy Markdown
Contributor

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
cloud-provider-gcp-tests 6c0a708 link true /test cloud-provider-gcp-tests
cloud-provider-gcp-verify-up-to-date 6c0a708 link true /test cloud-provider-gcp-verify-up-to-date
cloud-provider-gcp-verify-all 6c0a708 link true /test cloud-provider-gcp-verify-all
pull-cloud-provider-gcp-scenario-kops-simple 6c0a708 link false /test pull-cloud-provider-gcp-scenario-kops-simple
cloud-provider-gcp-e2e-full 6c0a708 link true /test cloud-provider-gcp-e2e-full

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependency Issues or PRs related to dependency changes cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note-none Denotes a PR that doesn't merit a release note. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant