Skip to content

Bump go.opentelemetry.io/otel from 1.39.0 to 1.41.0#4674

Open
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/go_modules/go.opentelemetry.io/otel-1.41.0
Open

Bump go.opentelemetry.io/otel from 1.39.0 to 1.41.0#4674
dependabot[bot] wants to merge 2 commits intomasterfrom
dependabot/go_modules/go.opentelemetry.io/otel-1.41.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 24, 2026

Bumps go.opentelemetry.io/otel from 1.39.0 to 1.41.0.

Changelog

Sourced from go.opentelemetry.io/otel's changelog.

[1.41.0/0.63.0/0.17.0/0.0.15] 2026-03-02

This release is the last to support [Go 1.24]. The next release will require at least [Go 1.25].

Added

  • Support testing of [Go 1.26]. (#7902)

Fixed

  • Update Baggage in go.opentelemetry.io/otel/propagation and Parse and New in go.opentelemetry.io/otel/baggage to comply with W3C Baggage specification limits. New and Parse now return partial baggage along with an error when limits are exceeded. Errors from baggage extraction are reported to the global error handler. (#7880)
  • Return an error when the endpoint is configured as insecure and with TLS configuration in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#7914)
  • Return an error when the endpoint is configured as insecure and with TLS configuration in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#7914)
  • Return an error when the endpoint is configured as insecure and with TLS configuration in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#7914)

[1.40.0/0.62.0/0.16.0] 2026-02-02

Added

  • Add AlwaysRecord sampler in go.opentelemetry.io/otel/sdk/trace. (#7724)
  • Add Enabled method to all synchronous instrument interfaces (Float64Counter, Float64UpDownCounter, Float64Histogram, Float64Gauge, Int64Counter, Int64UpDownCounter, Int64Histogram, Int64Gauge,) in go.opentelemetry.io/otel/metric. This stabilizes the synchronous instrument enabled feature, allowing users to check if an instrument will process measurements before performing computationally expensive operations. (#7763)
  • Add go.opentelemetry.io/otel/semconv/v1.39.0 package. The package contains semantic conventions from the v1.39.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.38.0. (#7783, #7789)

Changed

  • Improve the concurrent performance of HistogramReservoir in go.opentelemetry.io/otel/sdk/metric/exemplar by 4x. (#7443)
  • Improve the concurrent performance of FixedSizeReservoir in go.opentelemetry.io/otel/sdk/metric/exemplar. (#7447)
  • Improve performance of concurrent histogram measurements in go.opentelemetry.io/otel/sdk/metric. (#7474)
  • Improve performance of concurrent synchronous gauge measurements in go.opentelemetry.io/otel/sdk/metric. (#7478)
  • Add experimental observability metrics in go.opentelemetry.io/otel/exporters/stdout/stdoutmetric. (#7492)
  • Exporter in go.opentelemetry.io/otel/exporters/prometheus ignores metrics with the scope go.opentelemetry.io/contrib/bridges/prometheus. This prevents scrape failures when the Prometheus exporter is misconfigured to get data from the Prometheus bridge. (#7688)
  • Improve performance of concurrent exponential histogram measurements in go.opentelemetry.io/otel/sdk/metric. (#7702)
  • The rpc.grpc.status_code attribute in the experimental metrics emitted from go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc is replaced with the rpc.response.status_code attribute to align with the semantic conventions. (#7854)
  • The rpc.grpc.status_code attribute in the experimental metrics emitted from go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc is replaced with the rpc.response.status_code attribute to align with the semantic conventions. (#7854)

Fixed

  • Fix bad log message when key-value pairs are dropped because of key duplication in go.opentelemetry.io/otel/sdk/log. (#7662)
  • Fix DroppedAttributes on Record in go.opentelemetry.io/otel/sdk/log to not count the non-attribute key-value pairs dropped because of key duplication. (#7662)
  • Fix SetAttributes on Record in go.opentelemetry.io/otel/sdk/log to not log that attributes are dropped when they are actually not dropped. (#7662)
  • Fix missing request.GetBody in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp to correctly handle HTTP/2 GOAWAY frame. (#7794)
  • WithHostID detector in go.opentelemetry.io/otel/sdk/resource to use full path for ioreg command on Darwin (macOS). (#7818)

... (truncated)

Commits
  • 4575a97 Release 1.41.0/0.63.0/0.17.0/0.0.15 (#7977)
  • 66fc10d fix: add error handling for insecure HTTP endpoints with TLS client configura...
  • 76e6eec chore(deps): update github/codeql-action action to v4.32.5 (#7980)
  • 0d50f90 Revert "Generate semconv/v1.40.0" (#7978)
  • c38a4a5 Generate semconv/v1.40.0 (#7929)
  • 0f1a224 chore(deps): update module github.com/securego/gosec/v2 to v2.23.0 (#7899)
  • c79ebf4 chore(deps): update module github.com/daixiang0/gci to v0.14.0 (#7973)
  • f758157 chore(deps): update module github.com/sonatard/noctx to v0.5.0 (#7968)
  • 92a1164 fix(deps): update github.com/opentracing-contrib/go-grpc/test digest to d566b...
  • 3cd7c27 chore(deps): update module github.com/protonmail/go-crypto to v1.4.0 (#7969)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) from 1.39.0 to 1.41.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.39.0...v1.41.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.41.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 24, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 52.01%. Comparing base (6dce8d1) to head (69f9ffb).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #4674      +/-   ##
==========================================
+ Coverage   46.15%   52.01%   +5.85%     
==========================================
  Files         506      506              
  Lines       73739    60415   -13324     
==========================================
- Hits        34036    31423    -2613     
+ Misses      34711    24100   -10611     
+ Partials     4992     4892     -100     

@github-actions
Copy link
Copy Markdown
Contributor

❌ 7 Tests Failed:

Tests completed Failed Passed Skipped
4960 7 4953 0
View the top 3 failed tests by shortest run time
TestEndToEnd_TwoEvilValidators
Stack Traces | -0.000s run time
... [CONTENT TRUNCATED: Keeping last 20 lines]

goroutine 106101 [select]:
github.com/ethereum/go-ethereum/eth/filters.(*FilterAPI).NewHeads.func1()
	/home/runner/work/nitro/nitro/go-ethereum/eth/filters/api.go:258 +0x187
created by github.com/ethereum/go-ethereum/eth/filters.(*FilterAPI).NewHeads in goroutine 106100
	/home/runner/work/nitro/nitro/go-ethereum/eth/filters/api.go:252 +0x145

goroutine 118446 [select]:
github.com/offchainlabs/nitro/bold/containers/events.(*Subscription[...]).Next(0x200d8c0, {0x200d8c0?, 0xc0017a4c30?})
	/home/runner/work/nitro/nitro/bold/containers/events/producer.go:130 +0xd0
github.com/offchainlabs/nitro/bold/challenge/tracker.(*Tracker).Spawn(0xc000ec8780, {0x200d8c0, 0xc0017a4c30})
	/home/runner/work/nitro/nitro/bold/challenge/tracker/tracker.go:204 +0x235
created by github.com/offchainlabs/nitro/bold/challenge/tracker.(*Tracker).Act in goroutine 116599
	/home/runner/work/nitro/nitro/bold/challenge/tracker/tracker.go:356 +0x10bf

goroutine 103566 [select, 88 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*skeleton).startup(0xc000d5a0e0)
	/home/runner/work/nitro/nitro/go-ethereum/eth/downloader/skeleton.go:258 +0x192
created by github.com/ethereum/go-ethereum/eth/downloader.newSkeleton in goroutine 103886
	/home/runner/work/nitro/nitro/go-ethereum/eth/downloader/skeleton.go:241 +0x1b9
TestEndToEnd_TwoEvilValidators/honest_essential_edges_confirmed_by_challenge_win
Stack Traces | -0.000s run time
... [CONTENT TRUNCATED: Keeping last 20 lines]

goroutine 106101 [select]:
github.com/ethereum/go-ethereum/eth/filters.(*FilterAPI).NewHeads.func1()
	/home/runner/work/nitro/nitro/go-ethereum/eth/filters/api.go:258 +0x187
created by github.com/ethereum/go-ethereum/eth/filters.(*FilterAPI).NewHeads in goroutine 106100
	/home/runner/work/nitro/nitro/go-ethereum/eth/filters/api.go:252 +0x145

goroutine 118446 [select]:
github.com/offchainlabs/nitro/bold/containers/events.(*Subscription[...]).Next(0x200d8c0, {0x200d8c0?, 0xc0017a4c30?})
	/home/runner/work/nitro/nitro/bold/containers/events/producer.go:130 +0xd0
github.com/offchainlabs/nitro/bold/challenge/tracker.(*Tracker).Spawn(0xc000ec8780, {0x200d8c0, 0xc0017a4c30})
	/home/runner/work/nitro/nitro/bold/challenge/tracker/tracker.go:204 +0x235
created by github.com/offchainlabs/nitro/bold/challenge/tracker.(*Tracker).Act in goroutine 116599
	/home/runner/work/nitro/nitro/bold/challenge/tracker/tracker.go:356 +0x10bf

goroutine 103566 [select, 88 minutes]:
github.com/ethereum/go-ethereum/eth/downloader.(*skeleton).startup(0xc000d5a0e0)
	/home/runner/work/nitro/nitro/go-ethereum/eth/downloader/skeleton.go:258 +0x192
created by github.com/ethereum/go-ethereum/eth/downloader.newSkeleton in goroutine 103886
	/home/runner/work/nitro/nitro/go-ethereum/eth/downloader/skeleton.go:241 +0x1b9
TestChallengeToTimeout
Stack Traces | 0.100s run time
... [CONTENT TRUNCATED: Keeping last 20 lines]
    challenge_test.go:35: goroutine 2092 [running]:
        runtime/debug.Stack()
        	/opt/hostedtoolcache/go/1.25.9/x64/src/runtime/debug/stack.go:26 +0x5e
        github.com/offchainlabs/nitro/util/testhelpers.RequireImpl({0x2de8870, 0xc008e188c0}, {0x2dc4ac0, 0xc009048120}, {0x0, 0x0, 0x0})
        	/home/runner/work/nitro/nitro/util/testhelpers/testhelpers.go:29 +0x9f
        github.com/offchainlabs/nitro/staker/legacy.Require(0xc008e188c0, {0x2dc4ac0, 0xc009048120}, {0x0, 0x0, 0x0})
        	/home/runner/work/nitro/nitro/staker/legacy/common_test.go:14 +0x5d
        github.com/offchainlabs/nitro/staker/legacy.DeployOneStepProofEntry(0xc008e188c0, 0xc005e02240, {0x2ddc490, 0xc00679f548})
        	/home/runner/work/nitro/nitro/staker/legacy/challenge_test.go:35 +0x11d
        github.com/offchainlabs/nitro/staker/legacy.runChallengeTest(0xc008e188c0, 0xc000d33420, {0x2ddf190, 0xc000cecae0}, 0x0, 0x1, 0x0)
        	/home/runner/work/nitro/nitro/staker/legacy/challenge_test.go:135 +0x425
        github.com/offchainlabs/nitro/staker/legacy.TestChallengeToTimeout(0xc008e188c0)
        	/home/runner/work/nitro/nitro/staker/legacy/challenge_test.go:287 +0xb2
        testing.tRunner(0xc008e188c0, 0x2be1070)
        	/opt/hostedtoolcache/go/1.25.9/x64/src/testing/testing.go:1934 +0xea
        created by testing.(*T).Run in goroutine 1
        	/opt/hostedtoolcache/go/1.25.9/x64/src/testing/testing.go:1997 +0x465
        
    challenge_test.go:35: �[31;1m [] replacement transaction underpriced �[0;0m
--- FAIL: TestChallengeToTimeout (0.10s)

📣 Thoughts on this report? Let Codecov know! | Powered by Codecov

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

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants