chore(deps): bump google.golang.org/grpc from 1.78.0 to 1.79.3#4533
chore(deps): bump google.golang.org/grpc from 1.78.0 to 1.79.3#4533openshift-merge-bot[bot] merged 1 commit intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the google.golang.org/grpc dependency from v1.78.0 to v1.79.3 across the repo’s Go workspace modules to pick up upstream fixes (including the referenced security fix around non-canonical :path handling).
Changes:
- Bump
google.golang.org/grpctov1.79.3across all listed modules. - Refresh per-module
go.sumfiles accordingly. - Update a small set of related indirect dependencies in modules where the module graph changed during the upgrade (e.g., xDS/envoy/protoc-gen-validate/otel detector versions).
Reviewed changes
Copilot reviewed 8 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tooling/templatize/go.mod | Bumps google.golang.org/grpc to v1.79.3 and refreshes select indirect deps. |
| tooling/templatize/go.sum | Updates sums for grpc and refreshed indirect deps. |
| tooling/helmtest/go.mod | Bumps google.golang.org/grpc to v1.79.3. |
| tooling/helmtest/go.sum | Updates sums for grpc v1.79.3. |
| test/go.mod | Bumps google.golang.org/grpc to v1.79.3 and refreshes select indirect deps. |
| test/go.sum | Updates sums for grpc and refreshed indirect deps. |
| test-integration/go.mod | Bumps google.golang.org/grpc to v1.79.3. |
| test-integration/go.sum | Updates sums for grpc v1.79.3. |
| internal/go.mod | Bumps google.golang.org/grpc to v1.79.3. |
| internal/go.sum | Updates sums for grpc v1.79.3. |
| frontend/go.mod | Bumps google.golang.org/grpc to v1.79.3. |
| frontend/go.sum | Updates sums for grpc v1.79.3. |
| backend/go.mod | Bumps google.golang.org/grpc to v1.79.3. |
| backend/go.sum | Updates sums for grpc v1.79.3. |
| admin/server/go.mod | Bumps google.golang.org/grpc to v1.79.3. |
| admin/server/go.sum | Updates sums for grpc v1.79.3. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
|
/test e2e-parallel |
3f3e9cb to
212f334
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: raelga, sclarkso The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Summary
google.golang.org/grpcfrom 1.78.0 to 1.79.3 across all workspace modulesAffected modules
admin/serverbackendfrontendinternaltesttest-integrationtooling/helmtesttooling/templatizeNotable changes in grpc 1.79.3
:pathheaders (missing leading slash) could bypass path-based "deny" rules in interceptors likegrpc/authz. Non-canonical paths are now rejected withUnimplemented(grpc/grpc-go#8981)-devsuffix from User-Agent headerTest plan