chore: bump grpc and proto submodule versions to unify with client module#13220
chore: bump grpc and proto submodule versions to unify with client module#13220zhumin8 wants to merge 3 commits into
Conversation
There was a problem hiding this comment.
Code Review
This pull request performs a large-scale version alignment across numerous Google Cloud Java client library modules. It updates the versions of gRPC and proto dependencies for services such as AI Platform, Asset, AutoML, BigQuery, Dialogflow, GKE Hub, Logging, Pub/Sub, and Vision, among many others. The changes primarily involve bumping modules from '0.x' versions to major versions (e.g., 1.x, 2.x, 3.x, 4.x) to ensure consistency with their respective parent libraries and Bill of Materials (BOM). I have no feedback to provide as there were no review comments to assess.
|
@blakeli0 @jinseopkim0 are there any on-going or upcoming partial releases? Otherwise, do you have any concerns merging this in? |
blakeli0
left a comment
There was a problem hiding this comment.
LGTM for GAPIC libraries. Please check with the handwritten library owners for affected libraries before merging.
|
@googleapis/pubsub-team @michaelpri10 PTAL. This changes bumps grpc-google-cloud-pubsub-v1 and proto-google-cloud-pubsub-v1 from 1.132.3-SNAPSHOT to 1.150.3-SNAPSHOT to be consistent with the main clientmodule. see: https://screenshot.googleplex.com/6bfWMkN3VEPz83u |
These version change is done with tmp python script and removed after change commit.
What the script does:
Run the script using Python 3:
python3 unify_submodule_versions.py
For googleapis/librarian#4650