Skip to content

Update go.opentelemetry.io/otel version to v1.40.0 to address CVE-2026-24051#1383

Open
akankshapanse wants to merge 1 commit intokubernetes-csi:release-8.2from
akankshapanse:update_opentelemetry_version
Open

Update go.opentelemetry.io/otel version to v1.40.0 to address CVE-2026-24051#1383
akankshapanse wants to merge 1 commit intokubernetes-csi:release-8.2from
akankshapanse:update_opentelemetry_version

Conversation

@akankshapanse
Copy link

@akankshapanse akankshapanse commented Feb 20, 2026

What type of PR is this?

Uncomment only one /kind <> line, hit enter to put that in a new line, and remove leading whitespaces from that line:

/kind api-change
/kind bug
/kind cleanup
/kind design
/kind documentation
/kind failing-test
/kind feature
/kind flake

What this PR does / why we need it:
This PR updates go.opentelemetry.io/otel version to v1.40.0 to address CVE-2026-24051. This changes also includes change in GO version as opentelemetry package requires GO version to be updated to minimum v1.24

Updated go.mod, go.sum and vendor files using following commands

# go get go.opentelemetry.io/otel@v1.40.0
# go mod tidy
# go mod vendor

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

Update go.opentelemetry.io/otel version to v1.40.0 to address CVE-2026-24051

@k8s-ci-robot k8s-ci-robot added release-note Denotes a PR that will be considered when it comes time to generate release notes. kind/bug Categorizes issue or PR as related to a bug. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. labels Feb 20, 2026
@k8s-ci-robot
Copy link
Contributor

Welcome @akankshapanse!

It looks like this is your first PR to kubernetes-csi/external-snapshotter 🎉. 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-csi/external-snapshotter 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 the needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. label Feb 20, 2026
@k8s-ci-robot
Copy link
Contributor

Hi @akankshapanse. Thanks for your PR.

I'm waiting for a kubernetes-csi 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.

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: akankshapanse
Once this PR has been reviewed and has the lgtm label, please assign xing-yang for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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 size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Feb 20, 2026
@xing-yang
Copy link
Collaborator

/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 20, 2026
@akankshapanse akankshapanse force-pushed the update_opentelemetry_version branch 2 times, most recently from 20f60ff to c5e7172 Compare March 3, 2026 07:05
@akankshapanse akankshapanse force-pushed the update_opentelemetry_version branch from c5e7172 to 8eb3005 Compare March 3, 2026 08:06
@k8s-ci-robot
Copy link
Contributor

@akankshapanse: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
pull-kubernetes-csi-external-snapshotter-unit 8eb3005 link unknown /test pull-kubernetes-csi-external-snapshotter-unit

Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR.

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. I understand the commands that are listed here.

@akankshapanse
Copy link
Author

Test pull-kubernetes-csi-external-snapshotter-unit failed with below error , even when branch is rebased on latest changes from release-8.2 branch

### test-subtree:
./release-tools/verify-subtree.sh release-tools
Directory 'release-tools' contains non-upstream changes:

commit 8eb3005432252ea411c331e127eb643bfdfb1758
Author: Akanksha Panse <akanksha.panse@broadcom.com>
Date:   Fri Feb 20 13:05:46 2026 +0530

    Update go.opentelemetry.io/otel version to v1.40.0 to address CVE-2026-24051
make: *** [release-tools/build.make:286: test-subtree] Error 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. kind/bug Categorizes issue or PR as related to a bug. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants