Skip to content

Update opentelemetry-go monorepo#599

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/opentelemetry-go-monorepo
Open

Update opentelemetry-go monorepo#599
renovate[bot] wants to merge 1 commit intomainfrom
renovate/opentelemetry-go-monorepo

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 2, 2026

This PR contains the following updates:

Package Change Age Confidence
go.opentelemetry.io/otel v1.39.0v1.42.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.39.0v1.42.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.39.0v1.42.0 age confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.39.0v1.42.0 age confidence
go.opentelemetry.io/otel/exporters/prometheus v0.61.0v0.64.0 age confidence
go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.39.0v1.42.0 age confidence
go.opentelemetry.io/otel/metric v1.39.0v1.42.0 age confidence
go.opentelemetry.io/otel/sdk/metric v1.39.0v1.42.0 age confidence
go.opentelemetry.io/otel/trace v1.39.0v1.42.0 age confidence

Release Notes

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.42.0

Compare Source

v1.41.0: /v0.63.0/v0.17.0/v0.0.15

Compare Source

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

Added
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)

What's Changed

New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.40.0...v1.41.0

v1.40.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Feb 2, 2026

ℹ️ Artifact update notice

File name: example/otel-collector/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 9 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.0 -> 1.25.0
go.opentelemetry.io/otel/sdk v1.39.0 -> v1.42.0
google.golang.org/grpc v1.77.0 -> v1.79.2
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.3 -> v2.28.0
golang.org/x/net v0.47.0 -> v0.51.0
golang.org/x/sys v0.39.0 -> v0.41.0
golang.org/x/text v0.31.0 -> v0.34.0
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 -> v0.0.0-20260209200024-4cfbd4190f57
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 -> v0.0.0-20260209200024-4cfbd4190f57
google.golang.org/protobuf v1.36.10 -> v1.36.11
File name: example/stdout/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 4 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.0 -> 1.25.0
go.opentelemetry.io/otel/sdk v1.39.0 -> v1.42.0
github.com/prometheus/common v0.67.4 -> v0.67.5
golang.org/x/sys v0.39.0 -> v0.41.0
google.golang.org/protobuf v1.36.10 -> v1.36.11
File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.24.0 -> 1.25.0
go.opentelemetry.io/otel/sdk v1.39.0 -> v1.42.0
golang.org/x/sys v0.39.0 -> v0.41.0

@renovate renovate bot requested a review from XSAM as a code owner February 2, 2026 19:33
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from bd8d52b to aade53e Compare February 2, 2026 22:58
@renovate renovate bot changed the title Update opentelemetry-go monorepo to v1.40.0 Update opentelemetry-go monorepo Feb 2, 2026
@codecov
Copy link

codecov bot commented Feb 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.7%. Comparing base (92a17e7) to head (e863f77).

Additional details and impacted files
@@           Coverage Diff           @@
##            main    #599     +/-   ##
=======================================
+ Coverage   85.3%   86.7%   +1.3%     
=======================================
  Files         16      16             
  Lines        752     752             
=======================================
+ Hits         642     652     +10     
  Misses        74      74             
+ Partials      36      26     -10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch 2 times, most recently from 0296f14 to 64e5647 Compare February 5, 2026 14:37
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch 3 times, most recently from b476377 to 0534624 Compare March 5, 2026 21:52
@renovate renovate bot force-pushed the renovate/opentelemetry-go-monorepo branch from 0534624 to e863f77 Compare March 6, 2026 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants