Conversation
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
/gcbrun |
There was a problem hiding this comment.
Code Review
This pull request updates several Go dependencies in go.mod, including cloud.google.com/go/logging, various OpenTelemetry exporters, and several Google Cloud SDK components. The review correctly identifies a potential inconsistency in the versioning of the google.golang.org/genproto sub-modules, suggesting that all components should be aligned to the same commit hash to prevent type mismatches.
| google.golang.org/api v0.274.0 | ||
| google.golang.org/genai v1.52.1 | ||
| google.golang.org/genproto v0.0.0-20260319201613-d00831a3d3e7 | ||
| google.golang.org/genproto v0.0.0-20260406210006-6f92a3bedf2d |
There was a problem hiding this comment.
The google.golang.org/genproto package is updated to a newer pseudo-version (v0.0.0-20260406210006-6f92a3bedf2d), but its sub-modules googleapis/api and googleapis/rpc (lines 281-282) remain at an older version (v0.0.0-20260401024825-9d38bb4040a9). For consistency and to avoid potential type mismatches or build issues in this mono-repo, all genproto components should be aligned to the same commit hash (6f92a3bedf2d).
4fdf106 to
5df2990
Compare
|
/gcbrun |
5df2990 to
ac50988
Compare
|
/gcbrun |
ac50988 to
860b97e
Compare
|
/gcbrun |
860b97e to
2ce4f29
Compare
|
/gcbrun |
2ce4f29 to
46a2bc6
Compare
|
/gcbrun |
46a2bc6 to
3b6155b
Compare
|
/gcbrun |
3b6155b to
55cd58e
Compare
|
/gcbrun |
This PR contains the following updates:
v1.45.0→v1.46.0v1.30.0→v1.31.0v2.17.0→v2.18.0v0.9.0→v0.10.0v1.13.2→v1.15.0v0.9.0→v0.10.0v0.55.0→v0.56.0v1.31.0→v1.32.0v1.19.0→v1.19.1v0.41.0→v0.42.0v0.41.0→v0.42.0v0.41.0→v0.42.01.26.1→1.26.2v0.67.0→v0.68.0v0.274.0→v0.275.0v1.52.1→v1.53.0d00831a→6f92a3bv1.48.1→v1.48.2Release Notes
googleapis/google-cloud-go (cloud.google.com/go/geminidataanalytics)
v0.10.0Compare Source
pubsub: Subscription.ModifyPushConfig replaced with Subscription.Update.
pubsub: Subscription.Receive now runs concurrently for higher throughput.
vision: cloud.google.com/go/vision is deprecated. Use
cloud.google.com/go/vision/apiv1 instead.
translation: now stable.
trace: several changes to the surface. See the link below.
Code changes required from v0.9.0
pubsub: Replace
with
trace: traceGRPCServerInterceptor will be provided from *trace.Client.
Given an initialized
*trace.Clientnamedtc, instead ofwrite
trace trace.GRPCClientInterceptor will also provided from *trace.Client.
Instead of
write
trace: We removed the deprecated
trace.EnableGRPCTracing. Use the gRPCinterceptor as a dial option as shown below when initializing Cloud package
clients:
GoogleCloudPlatform/opentelemetry-operations-go (github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric)
v0.56.0: v1.32.0/v0.56.0Compare Source
What's Changed
New Contributors
Full Changelog: GoogleCloudPlatform/opentelemetry-operations-go@v0.55.0...v0.56.0
snowflakedb/gosnowflake (github.com/snowflakedb/gosnowflake)
v1.19.1: ReleaseCompare Source
testcontainers/testcontainers-go (github.com/testcontainers/testcontainers-go)
v0.42.0Compare Source
What's Changed
🔒 Security
🐛 Bug Fixes
🧹 Housekeeping
📦 Dependency updates
golang/go (go)
v1.26.2googleapis/google-api-go-client (google.golang.org/api)
v0.275.0Compare Source
Features
googleapis/go-genai (google.golang.org/genai)
v1.53.0Compare Source
Miscellaneous Chores
cznic/sqlite (modernc.org/sqlite)
v1.48.2Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.