Skip to content

Build(deps): Bump github.com/googleapis/gax-go/v2 from 2.16.0 to 2.22.0#1096

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/googleapis/gax-go/v2-2.22.0
Open

Build(deps): Bump github.com/googleapis/gax-go/v2 from 2.16.0 to 2.22.0#1096
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/googleapis/gax-go/v2-2.22.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps github.com/googleapis/gax-go/v2 from 2.16.0 to 2.22.0.

Release notes

Sourced from github.com/googleapis/gax-go/v2's releases.

v2: v2.22.0

v2.22.0 (2026-04-14)

v2: v2.21.0

v2.21.0 (2026-04-01)

Features

  • update IsFeatureEnabled to not require EXPERIMENTAL (#497) (a2a329e3)

  • hook transport telemetry into gax.Invoke and record (#496) (d5310019)

v2: v2.20.0

v2.20.0 (2026-03-25)

Features

  • hook metric recording into gax.Invoke (#494) (1f3e9aef)

  • add TelemetryErrorInfo and ExtractTelemetryErrorInfo (#487) (defdded3)

v2: v2.19.0

v2.19.0 (2026-03-17)

Features

  • update WithLogger to WithLoggerContext. (#478) (1cb70baf)

  • pass logger to downstream via context (#474) (434fa676)

  • add WithClientMetrics CallOption (#479) (76f0284e)

  • add TransportTelemetryData for dynamic transport attributes (#481) (8a7caf00)

  • add ClientMetrics initialization core (#473) (f53618c2)

Bug Fixes

  • lazy initialization and getters for ClientMetrics (#485) (fb6c5f4d)

v2: v2.18.0

v2.18.0 (2026-03-09)

Features

  • move gax-go to use 1.25 as the lower bound of support (#469) (01594ca5)

  • add callctx telemetry helpers (#472) (fa319ffc)

v2 2.17.0

... (truncated)

Commits
  • 1cdb1c1 chore: create a release (#500)
  • c4451bb chore(deps): bump go.opentelemetry.io/otel/sdk in /v2 (#499)
  • 774a802 chore: create a release (#498)
  • a2a329e feat(v2): update IsFeatureEnabled to not require EXPERIMENTAL (#497)
  • d531001 feat(v2): hook transport telemetry into gax.Invoke and record (#496)
  • 25485ab chore: create a release (#495)
  • 1f3e9ae feat: hook metric recording into gax.Invoke (#494)
  • defdded feat(v2): add TelemetryErrorInfo and ExtractTelemetryErrorInfo (#487)
  • 399c197 chore(all): update all (#492)
  • c64aabe chore(all): update module google.golang.org/grpc to v1.79.3 [SECURITY] (#490)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/googleapis/gax-go/v2](https://github.com/googleapis/gax-go) from 2.16.0 to 2.22.0.
- [Release notes](https://github.com/googleapis/gax-go/releases)
- [Commits](googleapis/gax-go@v2.16.0...v2.22.0)

---
updated-dependencies:
- dependency-name: github.com/googleapis/gax-go/v2
  dependency-version: 2.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 20, 2026
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 20, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 0a4ad7bc-1885-438c-8daf-cadaba22ed71

📥 Commits

Reviewing files that changed from the base of the PR and between f80645d and 2fd54df.

⛔ Files ignored due to path filters (1)
  • go.sum is excluded by !**/*.sum
📒 Files selected for processing (1)
  • go.mod

Summary by CodeRabbit

  • Chores
    • Updated the Go toolchain to the latest version for improved performance and stability.
    • Updated dependencies to their latest versions, including security patches and performance enhancements.

Walkthrough

Go toolchain upgraded from version 1.24.13 to 1.25.0. Multiple direct dependencies updated to newer versions, including Google Cloud and OpenTelemetry packages. Several indirect dependencies and standard library modules also bumped to latest compatible versions.

Changes

Cohort / File(s) Summary
Go Toolchain & Direct Dependencies
go.mod
Go toolchain version updated from 1.24.13 to 1.25.0. Direct dependencies bumped: github.com/googleapis/gax-go/v2 (v2.16.0 → v2.22.0), google.golang.org/api (v0.257.0 → v0.272.0), golang.org/x/term (v0.39.0 → v0.41.0), golang.org/x/text (v0.33.0 → v0.35.0).
Standard Library Modules
go.mod
Updated golang.org/x/* packages: golang.org/x/crypto (v0.47.0 → v0.49.0), golang.org/x/mod (v0.32.0 → v0.33.0), golang.org/x/net (v0.49.0 → v0.52.0), golang.org/x/oauth2 (v0.34.0 → v0.36.0), golang.org/x/sync (v0.19.0 → v0.20.0), golang.org/x/sys (v0.40.0 → v0.42.0), golang.org/x/time (v0.14.0 → v0.15.0), golang.org/x/tools (v0.41.0 → v0.42.0).
Indirect & Cloud Dependencies
go.mod
Indirect dependencies updated: cloud.google.com/go/auth (v0.18.0 → v0.18.2), github.com/googleapis/enterprise-certificate-proxy (v0.3.7 → v0.3.14). OpenTelemetry go.opentelemetry.io/otel bumped from v1.39.0 to v1.43.0. google.golang.org/genproto* revision updated accordingly.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~5 minutes

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Title check ⚠️ Warning The PR title specifically mentions bumping github.com/googleapis/gax-go/v2, but the changeset includes updates to numerous other dependencies (golang.org/x/, google.golang.org/, go.opentelemetry.io/otel, cloud.google.com/go/auth, github.com/googleapis/enterprise-certificate-proxy) and the Go toolchain itself, not just the gax-go library. Update the title to reflect the broader scope, such as 'Build(deps): Bump Go toolchain and multiple dependencies' or provide a more accurate title reflecting the primary changes.
✅ Passed checks (2 passed)
Check name Status Explanation
Description check ✅ Passed The description focuses on the gax-go v2.16.0 to v2.22.0 bump with release notes and commits, which matches the title and primary dependency update, but does not address the numerous other dependency and toolchain updates in the changeset.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/go_modules/github.com/googleapis/gax-go/v2-2.22.0

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Apr 20, 2026

[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 miguelhbrito 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

@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Apr 20, 2026

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

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

@openshift-ci openshift-ci Bot added the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Apr 20, 2026
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 needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants