chore(all): update deps (preview)#14520
chore(all): update deps (preview)#14520renovate-bot wants to merge 1 commit intogoogleapis:previewfrom
Conversation
ℹ️ Artifact update noticeFile name: compute/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
There was a problem hiding this comment.
Code Review
This pull request updates several Go dependencies, including upgrading google.golang.org/api to v0.277.0 and refreshing various golang.org/x packages in both the root and compute modules. The reviewer identified version mismatches within the genproto suite and inconsistencies between the modules, suggesting that these dependencies be synchronized and that go mod tidy be executed to maintain project-wide consistency.
| google.golang.org/api v0.277.0 | ||
| google.golang.org/genproto v0.0.0-20260319201613-d00831a3d3e7 | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20260420184626-e10c466a9529 | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20260427160629-7cedc36a6bc4 |
There was a problem hiding this comment.
The version of google.golang.org/genproto/googleapis/api is being updated to 20260427160629-7cedc36a6bc4, but the base google.golang.org/genproto package (line 9) remains at the older version 20260319201613-d00831a3d3e7. While these future-dated pseudo-versions are valid, it is recommended to keep all genproto related packages on the same version/commit to ensure compatibility and avoid potential issues with shared types.
References
- Go pseudo-versions with future dates are valid and should not be flagged as non-existent dependencies.
| golang.org/x/net v0.53.0 // indirect | ||
| golang.org/x/sys v0.43.0 // indirect | ||
| golang.org/x/text v0.36.0 // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20260427160629-7cedc36a6bc4 // indirect |
There was a problem hiding this comment.
The google.golang.org/genproto/googleapis/rpc package is updated to version 20260427160629-7cedc36a6bc4, but google.golang.org/genproto/googleapis/api in the root go.sum remains at 20260319201613-d00831a3d3e7. This is inconsistent with the compute module where both are updated to the newer version. Running go mod tidy in the root directory should bring these into sync across the project. Note that these future-dated pseudo-versions are valid; the concern is project-wide consistency.
References
- Go pseudo-versions with future dates are valid and should not be flagged as non-existent dependencies.
0179d0a to
772d9b0
Compare
772d9b0 to
a95231d
Compare
a95231d to
ffc3522
Compare
This PR contains the following updates:
v0.276.0→v0.278.0e10c466→60b97b3v1.80.0→v1.81.0Release Notes
googleapis/google-api-go-client (google.golang.org/api)
v0.278.0Compare Source
Features
v0.277.0Compare Source
Features
Bug Fixes
grpc/grpc-go (google.golang.org/grpc)
v1.81.0: Release 1.81.0Compare Source
Behavior Changes
Dependencies
Bug Fixes
RST_STREAMwhen receiving anEND_STREAMwhen the stream is not already half-closed. (#8832)New Features
GRPC_EXPERIMENTAL_XDS_SNI=trueenvironment variable. (#9016)GRPC_EXPERIMENTAL_XDS_ORCA_LRS_PROPAGATION=true. (#9005)grpc.subchannel.disconnectionsmetric by adding disconnection reason to thegrpc.disconnect_errorlabel (gRFC A94). This provides granular insights into why subchannels are closing. (#8973)mem.Buffer.Slice()API to slice the buffer like a slice. (#8977)Performance Improvements
GRPC_GO_EXPERIMENTAL_HTTP_FRAMER_READ_BUFFER_POOLING=falseand report any issues. (#9032)Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 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.