chore(deps): update grpc#16212
Conversation
|
/gcbrun |
There was a problem hiding this comment.
Code Review
This pull request updates the gRPC dependency version to 1.82.0-pre2 across Bazel configurations, Dockerfiles, and documentation. However, there is a version mismatch in MODULE.bazel, which was updated to 1.82.0-pre1. Additionally, MODULE.bazel should not be modified directly because it is automatically updated by a script in CMakeLists.txt.
| ) | ||
|
|
||
| bazel_dep(name = "grpc", version = "1.81.0") | ||
| bazel_dep(name = "grpc", version = "1.82.0-pre1") |
There was a problem hiding this comment.
The gRPC version specified here (1.82.0-pre1) does not match the version used in workspace0.bzl and the Dockerfiles (1.82.0-pre2). Note that the version string in MODULE.bazel is automatically updated by a script in CMakeLists.txt. Please update the version in CMakeLists.txt instead of modifying MODULE.bazel directly.
References
- The version string in
MODULE.bazelis automatically updated by a script inCMakeLists.txt.
4eda7ec to
197e704
Compare
|
/gcbrun |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16212 +/- ##
==========================================
- Coverage 92.23% 92.23% -0.01%
==========================================
Files 2265 2265
Lines 210210 210209 -1
==========================================
- Hits 193894 193887 -7
- Misses 16316 16322 +6 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This PR contains the following updates:
1.81.0→1.82.0-pre1v1.74.1→v1.82.0v1.71.2→v1.82.0v1.81.0→v1.82.0Release 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.1This 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.