pillar: bump otel/sdk to v1.41.0#5903
Open
eriknordmark wants to merge 1 commit intolf-edge:masterfrom
Open
Conversation
Bump go.opentelemetry.io/otel/sdk and go.opentelemetry.io/otel/sdk/metric from v1.40.0 to v1.41.0. This is the highest version compatible with Go 1.24.x (v1.42.0 and later require Go 1.25.0). The three CVEs that triggered dependabot PR lf-edge#5778 are not reachable in EVE at v1.40.0 either: the BSD kenv path-hijack (GHSA-hfvc-g4fc-pqhx) is gated behind a dragonfly/freebsd/netbsd/openbsd/ solaris build tag; the OTLP HTTP exporter DoS (GHSA-w8rr-5gcm-pp58) affects packages not imported by pillar; and the baggage-header DoS (GHSA-mh2q-q3fh-2475) was already patched via go.opentelemetry.io/otel v1.41.0. This bump aligns sdk with the core otel package version. Signed-off-by: eriknordmark <erik@zededa.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #5903 +/- ##
==========================================
- Coverage 19.52% 17.10% -2.43%
==========================================
Files 19 474 +455
Lines 3021 85692 +82671
==========================================
+ Hits 590 14656 +14066
- Misses 2310 69518 +67208
- Partials 121 1518 +1397 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Bump
go.opentelemetry.io/otel/sdkandgo.opentelemetry.io/otel/sdk/metricfrom v1.40.0 to v1.41.0 in
pkg/pillar.This is the highest version of the SDK compatible with Go 1.24.x — v1.42.0 and
later require Go ≥ 1.25.0. The bump aligns the SDK packages with the
already-at-v1.41.0 core
go.opentelemetry.io/otelpackage.Dependabot PR #5778 targets v1.43.0 to address three advisories. None of them
are reachable in EVE, and the one that needs v1.43.0 to fix cannot be addressed
without a Go toolchain update:
host_id_bsd.gohas build tagdragonfly/freebsd/netbsd/openbsd/solaris; never compiled for Linuxotlptracehttp,otlpmetrichttp,otlploghttp) are not imported by pillargo.opentelemetry.io/otelv1.41.0, which pillar already usesThe full upgrade to v1.43.0 can proceed once the Go toolchain moves to 1.25+.
PR dependencies
None.
How to test and validate this PR
make pkg/pillarbuilds cleanly (verified locally, exit 0)make rootfsbuilds cleanly (verified locally, exit 0)Changelog notes
No user-facing changes.
PR Backports
Checklist