OCPBUGS-86881:[release-4.12] bump google.golang.org/grpc to v1.64.1-sec.1#97
OCPBUGS-86881:[release-4.12] bump google.golang.org/grpc to v1.64.1-sec.1#97AkashMore08 wants to merge 1 commit into
Conversation
…ec.1 with manually pinning the otel to v0.20.0 to avoid dependency chain breaking
|
@AkashMore08: This pull request references Jira Issue OCPBUGS-86881, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: AkashMore08 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@AkashMore08: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Address CVE-2026-33186 via transitive dependency update
This PR resolves CVE-2026-33186 for release-4.14 by replacing google.golang.org/grpc with github.com/openshift-sustaining/grpc-go@v1.64.1-sec.1, a patched fork containing security fixes equivalent to upstream v1.79.3.
Along with the CVE fix, I had to manually pinned the otel modules at v0.20.0
Why 7 otel module are pinned at v0.20.0?
The grpc-go bump to v1.64.1-sec.1 pulls in newer transitive dependencies, that force go.opentelemetry.io/otel/metric from v0.20.0 to v1.24.0.
(cloud.google.com/go/compute → google.golang.org/api → otelgrpc@v0.49.0)
The v1.24.0 release removed subpackages (metric/number, metric/registry, metric/global, metric/sdkapi) that the vendored go.opentelemetry.io/otel/exporters/otlp@v0.20.0 (used by k8s.io/component-base/tracing in k8s 1.25) still depends on. Pinning the 7 otel modules at v0.20.0 prevents this version cascade while keeping the grpc CVE fix in place.