chore(deps): update grpc#16186
Conversation
|
/gcbrun |
There was a problem hiding this comment.
Code Review
This pull request updates the gRPC dependency version across several files, including MODULE.bazel, bazel/workspace0.bzl, various Dockerfiles, and documentation. However, there is a version mismatch: MODULE.bazel is updated to 1.81.1, while bazel/workspace0.bzl and the Dockerfiles are updated to the pre-release version 1.82.0-pre1. The feedback recommends aligning all gRPC references to a single stable version (such as 1.81.1) to prevent build and runtime inconsistencies and avoid potential instability from using a pre-release version.
| "https://github.com/grpc/grpc/archive/v1.82.0-pre1.tar.gz", | ||
| ], | ||
| repo_mapping = { | ||
| "@com_google_absl": "@abseil-cpp", | ||
| "@com_github_grpc_grpc": "@grpc", | ||
| }, | ||
| sha256 = "7bf97c11cf3808d650a3a025bbf9c5f922c844a590826285067765dfd055d228", | ||
| strip_prefix = "grpc-1.74.1", | ||
| sha256 = "7c91601663de3363887c57df1a4806f6f0cd2c7c4e6b208aca398496d014f7ee", | ||
| strip_prefix = "grpc-1.82.0-pre1", |
There was a problem hiding this comment.
There is a version mismatch between MODULE.bazel (which uses 1.81.1) and bazel/workspace0.bzl (which uses 1.82.0-pre1). Additionally, using a pre-release version (1.82.0-pre1) in the workspace and CI Dockerfiles is risky as it may introduce instability or unexpected build failures. It is highly recommended to align all gRPC references to the same stable version (e.g., 1.81.1).
| ) | ||
|
|
||
| bazel_dep(name = "grpc", version = "1.81.0") | ||
| bazel_dep(name = "grpc", version = "1.81.1") |
There was a problem hiding this comment.
af7fbdb to
aa073b9
Compare
|
/gcbrun |
aa073b9 to
7c4077d
Compare
|
/gcbrun |
7c4077d to
4d87960
Compare
|
/gcbrun |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16186 +/- ##
==========================================
- Coverage 92.25% 92.24% -0.01%
==========================================
Files 2265 2265
Lines 210126 210125 -1
==========================================
- Hits 193843 193839 -4
- Misses 16283 16286 +3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
4d87960 to
26cc6cf
Compare
|
/gcbrun |
26cc6cf to
72e4e98
Compare
|
/gcbrun |
72e4e98 to
4eda7ec
Compare
|
/gcbrun |
This PR contains the following updates:
1.81.0→1.82.0-pre1v1.74.1→v1.82.0-pre2v1.71.2→v1.82.0-pre2v1.81.0→v1.82.0-pre2Release Notes
grpc/grpc (grpc)
v1.82.0-pre1Compare Source
This is a prerelease of gRPC Core 1.82.0 (glacier).
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This prerelease contains refinements, improvements, and bug fixes.
v1.81.1Compare Source
This is release 1.81.0 (graphic) of gRPC Core.
For gRPC documentation, see grpc.io. For previous releases, see Releases.
This release contains refinements, improvements, and bug fixes, with highlights listed below.
Core
Objective-C
Python
Ruby
Configuration
📅 Schedule: (UTC)
* * * * 1-5)🚦 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.