fix: updated otel version to v1.44.0 for fixing CVE-2026-41178 - #1283
fix: updated otel version to v1.44.0 for fixing CVE-2026-41178#1283alkakumari016 wants to merge 3 commits into
Conversation
Signed-off-by: Alka Kumari <alkumari@redhat.com>
|
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: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: 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 |
Signed-off-by: Alka Kumari <alkumari@redhat.com>
|
/retest |
| go.opentelemetry.io/otel/metric v1.43.0 // indirect | ||
| go.opentelemetry.io/otel/sdk v1.43.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.43.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.44.0 // indirect |
There was a problem hiding this comment.
I see in argocd-operator we are using 1.45.0 https://github.com/argoproj-labs/argocd-operator/blob/master/go.mod#L76, cant we use the same version here as well. ?
Signed-off-by: Alka Kumari <alkumari@redhat.com>
|
/lgtm |
|
@alkakumari016: The following test failed, say
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. |
What type of PR is this?
CVE fix
What does this PR do / why we need it:
This PR fixes CVE GHSA-5wrp-cwcj-q835
Have you updated the necessary documentation?
Which issue(s) this PR fixes:
Fixes #?
CVE GHSA-5wrp-cwcj-q835
Test acceptance criteria:
How to test changes / Special notes to the reviewer: