Skip to content

chore(all): update deps (preview)#14455

Merged
shollyman merged 1 commit intogoogleapis:previewfrom
renovate-bot:renovate/preview-deps
Apr 27, 2026
Merged

chore(all): update deps (preview)#14455
shollyman merged 1 commit intogoogleapis:previewfrom
renovate-bot:renovate/preview-deps

Conversation

@renovate-bot
Copy link
Copy Markdown
Contributor

@renovate-bot renovate-bot commented Apr 20, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/googleapis/gax-go/v2 v2.21.0v2.22.0 age confidence require minor
google.golang.org/api v0.274.0v0.276.0 age confidence require minor
google.golang.org/genproto/googleapis/api 8fb7ec1e10c466 age confidence require digest

Release Notes

googleapis/gax-go (github.com/googleapis/gax-go/v2)

v2.22.0: v2: v2.22.0

Compare Source

v2.22.0 (2026-04-14)

googleapis/google-api-go-client (google.golang.org/api)

v0.276.0

Compare Source

Features

v0.275.0

Compare Source

Features

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@forking-renovate
Copy link
Copy Markdown

forking-renovate Bot commented Apr 20, 2026

ℹ️ Artifact update notice

File name: compute/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 7 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.18.2 -> v0.20.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 -> v0.67.0
go.opentelemetry.io/otel v1.42.0 -> v1.43.0
go.opentelemetry.io/otel/metric v1.42.0 -> v1.43.0
go.opentelemetry.io/otel/sdk v1.42.0 -> v1.43.0
go.opentelemetry.io/otel/trace v1.42.0 -> v1.43.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 -> v0.0.0-20260414002931-afd174a4e478
File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated

Details:

Package Change
cloud.google.com/go/auth v0.18.2 -> v0.20.0
github.com/googleapis/gax-go/v2 v2.19.0 -> v2.21.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 -> v0.67.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20260319201613-d00831a3d3e7 -> v0.0.0-20260401024825-9d38bb4040a9

@renovate-bot renovate-bot requested review from a team as code owners April 20, 2026 01:05
@trusted-contributions-gcf trusted-contributions-gcf Bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 20, 2026
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 20, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates several Go dependencies across the repository, including OpenTelemetry, Google API, and authentication libraries. The review feedback identifies version inconsistencies between the root go.mod and compute/go.mod for github.com/googleapis/gax-go/v2 and google.golang.org/genproto/googleapis/rpc, suggesting alignment to ensure consistency.

Comment thread go.mod
github.com/google/uuid v1.6.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.14 // indirect
github.com/googleapis/gax-go/v2 v2.19.0 // indirect
github.com/googleapis/gax-go/v2 v2.21.0 // indirect
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The version of github.com/googleapis/gax-go/v2 is inconsistent with the version used in compute/go.mod (v2.22.0). It is recommended to keep dependency versions synchronized across all modules in the repository to ensure consistent behavior and avoid potential build issues.

Suggested change
github.com/googleapis/gax-go/v2 v2.21.0 // indirect
github.com/googleapis/gax-go/v2 v2.22.0 // indirect

Comment thread go.mod
golang.org/x/sys v0.42.0 // indirect
golang.org/x/text v0.35.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260319201613-d00831a3d3e7 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 // indirect
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The version of google.golang.org/genproto/googleapis/rpc is inconsistent with the version used in compute/go.mod (v0.0.0-20260406210006-6f92a3bedf2d). Aligning these versions helps maintain consistency across the repository.

Suggested change
google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260406210006-6f92a3bedf2d // indirect
References
  1. Go pseudo-versions with future dates are valid and should not be flagged as non-existent dependencies.

@renovate-bot renovate-bot force-pushed the renovate/preview-deps branch from eb8a95d to 279c220 Compare April 20, 2026 20:27
@trusted-contributions-gcf trusted-contributions-gcf Bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 20, 2026
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 20, 2026
@renovate-bot renovate-bot force-pushed the renovate/preview-deps branch from 279c220 to c634073 Compare April 24, 2026 10:08
@trusted-contributions-gcf trusted-contributions-gcf Bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 24, 2026
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 24, 2026
@renovate-bot renovate-bot force-pushed the renovate/preview-deps branch from c634073 to 047e779 Compare April 24, 2026 16:47
@trusted-contributions-gcf trusted-contributions-gcf Bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 24, 2026
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 24, 2026
@renovate-bot renovate-bot force-pushed the renovate/preview-deps branch from 047e779 to 4bb4bb8 Compare April 26, 2026 01:32
@trusted-contributions-gcf trusted-contributions-gcf Bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 26, 2026
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 26, 2026
@renovate-bot renovate-bot force-pushed the renovate/preview-deps branch from 4bb4bb8 to a9aea4a Compare April 26, 2026 05:13
@trusted-contributions-gcf trusted-contributions-gcf Bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 26, 2026
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 26, 2026
@shollyman shollyman added the automerge Merge the pull request once unit tests and other checks pass. label Apr 27, 2026
@gcf-merge-on-green
Copy link
Copy Markdown
Contributor

Your PR doesn't have any required checks. Please add required checks to your preview branch and then re-add the label. Learn more about enabling these checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks.

@shollyman shollyman merged commit 18c17d2 into googleapis:preview Apr 27, 2026
7 checks passed
@renovate-bot renovate-bot deleted the renovate/preview-deps branch April 27, 2026 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Merge the pull request once unit tests and other checks pass.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants