Skip to content

🐛 Bump dependencies to fix CVE GO-2026-4394 (go.opentelemetry.io/otel/sdk pkg)#13372

Merged
k8s-ci-robot merged 3 commits intokubernetes-sigs:mainfrom
adarshagrawal38:fix-cves
Feb 24, 2026
Merged

🐛 Bump dependencies to fix CVE GO-2026-4394 (go.opentelemetry.io/otel/sdk pkg)#13372
k8s-ci-robot merged 3 commits intokubernetes-sigs:mainfrom
adarshagrawal38:fix-cves

Conversation

@adarshagrawal38
Copy link
Contributor

@adarshagrawal38 adarshagrawal38 commented Feb 24, 2026

What this PR does / why we need it:

This PR upgrades go.opentelemetry.io/otel/sdk to v1.40.0 to resolve a security vulnerability flagged by the scan. here

Which issue(s) this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close the issue(s) when PR gets merged):
Fixes #

Signed-off-by: Adarsh Agrawal <adarsh.agrawal1@ibm.com>
@k8s-ci-robot k8s-ci-robot added cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. do-not-merge/needs-area PR is missing an area label labels Feb 24, 2026
@k8s-ci-robot
Copy link
Contributor

Welcome @adarshagrawal38!

It looks like this is your first PR to kubernetes-sigs/cluster-api 🎉. Please refer to our pull request process documentation to help your PR have a smooth ride to approval.

You will be prompted by a bot to use commands during the review process. Do not be afraid to follow the prompts! It is okay to experiment. Here is the bot commands documentation.

You can also check if kubernetes-sigs/cluster-api has its own contribution guidelines.

You may want to refer to our testing guide if you run into trouble with your tests not passing.

If you are having difficulty getting your pull request seen, please follow the recommended escalation practices. Also, for tips and tricks in the contribution process you may want to read the Kubernetes contributor cheat sheet. We want to make sure your contribution gets all the attention it needs!

Thank you, and welcome to Kubernetes. 😃

@k8s-ci-robot k8s-ci-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Feb 24, 2026
@k8s-ci-robot
Copy link
Contributor

Hi @adarshagrawal38. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

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 kubernetes-sigs/prow repository.

@sbueringer sbueringer added the area/dependency Issues or PRs related to dependency changes label Feb 24, 2026
@k8s-ci-robot k8s-ci-robot removed the do-not-merge/needs-area PR is missing an area label label Feb 24, 2026
@sbueringer
Copy link
Member

/ok-to-test

@k8s-ci-robot k8s-ci-robot added ok-to-test Indicates a non-member PR verified by an org member that is safe to test. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. labels Feb 24, 2026
@adarshagrawal38 adarshagrawal38 changed the title GO-2026-4394: CVE fix for go.opentelemetry.io/otel/sdk pkg 🐛 GO-2026-4394: CVE fix for go.opentelemetry.io/otel/sdk pkg Feb 24, 2026
@Prajyot-Parab
Copy link
Member

/test pull-cluster-api-test-main

Copy link
Member

@sbueringer sbueringer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few nits. Let's just align all these versions to one consistent set.

I think the easiest is to just pick the same versions as k/k: https://github.com/kubernetes/kubernetes/blob/master/go.mod

Signed-off-by: Adarsh Agrawal <adarsh.agrawal1@ibm.com>
@k8s-ci-robot k8s-ci-robot added size/L Denotes a PR that changes 100-499 lines, ignoring generated files. and removed size/M Denotes a PR that changes 30-99 lines, ignoring generated files. labels Feb 24, 2026
Signed-off-by: Adarsh Agrawal <adarsh.agrawal1@ibm.com>
@sbueringer sbueringer changed the title 🐛 GO-2026-4394: CVE fix for go.opentelemetry.io/otel/sdk pkg 🐛 Bump dependencies to fix CVE GO-2026-4394 (go.opentelemetry.io/otel/sdk pkg) Feb 24, 2026
@sbueringer sbueringer added the tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges. label Feb 24, 2026
@sbueringer
Copy link
Member

/lgtm
/approve

Thank you very much

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Feb 24, 2026
@k8s-ci-robot
Copy link
Contributor

LGTM label has been added.

DetailsGit tree hash: 9c4ff43064fe7999c31e5ed9b4e1c78b06829ed4

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: sbueringer

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Feb 24, 2026
@k8s-ci-robot k8s-ci-robot merged commit 596d413 into kubernetes-sigs:main Feb 24, 2026
29 checks passed
@k8s-ci-robot k8s-ci-robot added this to the v1.13 milestone Feb 24, 2026
@adarshagrawal38 adarshagrawal38 deleted the fix-cves branch February 24, 2026 09:57
@adarshagrawal38 adarshagrawal38 restored the fix-cves branch February 24, 2026 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. area/dependency Issues or PRs related to dependency changes cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files. tide/merge-method-squash Denotes a PR that should be squashed by tide when it merges.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants