Skip to content

fix(deps): update opentelemetry-go monorepo to v0.15.0#7690

Merged
MrAlias merged 1 commit into
mainfrom
renovate/opentelemetry-go-monorepo
Dec 8, 2025
Merged

fix(deps): update opentelemetry-go monorepo to v0.15.0#7690
MrAlias merged 1 commit into
mainfrom
renovate/opentelemetry-go-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 8, 2025

This PR contains the following updates:

Package Change Age Confidence
go.opentelemetry.io/otel/log v0.14.0 -> v0.15.0 age confidence
go.opentelemetry.io/otel/sdk/log v0.14.0 -> v0.15.0 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

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

v0.15.0

Compare Source

Added
  • The WithIDGenerator TracerProviderOption is added to the go.opentelemetry.io/otel/trace package to configure an IDGenerator for the TracerProvider. (#​1363)
Changed
  • The Zipkin exporter now uses the Span status code to determine. (#​1328)
  • NewExporter and Start functions in go.opentelemetry.io/otel/exporters/otlp now receive context.Context as a first parameter. (#​1357)
  • Move the OpenCensus example into example directory. (#​1359)
  • Moved the SDK's internal.IDGenerator interface in to the sdk/trace package to enable support for externally-defined ID generators. (#​1363)
  • Bump github.com/google/go-cmp from 0.5.3 to 0.5.4 (#​1374)
  • Bump github.com/golangci/golangci-lint in /internal/tools (#​1375)
Fixed
  • Metric SDK SumObserver and UpDownSumObserver instruments correctness fixes. (#​1381)

Raw changes made between v0.14.0 and v0.15.0

61e07a0 (HEAD -> master, tag: v0.15.0, tag: sdk/v0.15.0, tag: exporters/trace/zipkin/v0.15.0, tag: exporters/trace/jaeger/v0.15.0, tag: exporters/stdout/v0.15.0, tag: exporters/otlp/v0.15.0, tag: exporters/metric/prometheus/v0.15.0, tag: example/zipkin/v0.15.0, tag: example/prometheus/v0.15.0, tag: example/otel-collector/v0.15.0, tag: example/opencensus/v0.15.0, tag: example/namedtracer/v0.15.0, tag: example/jaeger/v0.15.0, tag: example/basic/v0.15.0, tag: bridge/opentracing/v0.15.0, tag: bridge/opencensus/v0.15.0, upstream/master, origin/master, origin/HEAD) Release v0.15.0 (#​1392)
599c080 Fix typo in readme (#​1390)
eb28005 Metric Accumulator fix for SumObservers (#​1381)
970755b Enable support for externally-defined ID generators (#​1363)
0021ab0 Rework proto generation (#​1371)
787e3f4 chore(zipkin-exporter): relay on the status code for the request but still read the response body. (#​1328)
66db2d8 (johananl/master) Build examples last (#​1370)
958041d Bump github.com/golangci/golangci-lint in /internal/tools (#​1375)
e1ff2d1 Bump github.com/google/go-cmp from 0.5.3 to 0.5.4 (#​1374)
5d0372d Fix typo in comment (#​1377)
55ff277 Fix golint issue caused by typo (#​1372)
5a728db Another batch of cleanups in otlp exporter (#​1357)
e081978 Move opencensus example to the example directory (#​1359)


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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

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

@renovate renovate Bot added dependencies Pull requests that update a dependency file Skip Changelog PRs that do not require a CHANGELOG.md entry labels Dec 8, 2025
@renovate renovate Bot added dependencies Pull requests that update a dependency file Skip Changelog PRs that do not require a CHANGELOG.md entry labels Dec 8, 2025
@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 8, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.9%. Comparing base (6ce1429) to head (1f3a5a6).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##            main   #7690     +/-   ##
=======================================
- Coverage   85.9%   85.9%   -0.1%     
=======================================
  Files        298     298             
  Lines      21741   21741             
=======================================
- Hits       18685   18683      -2     
- Misses      2644    2646      +2     
  Partials     412     412             

see 1 file with indirect coverage changes

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

Copy link
Copy Markdown
Contributor

@MrAlias MrAlias left a comment

Choose a reason for hiding this comment

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

Looks like I forgot to merge this "prerelease" branch during the release.

We should re-evaluate our release process to take human error like this out of it.

@MrAlias MrAlias merged commit 545883e into main Dec 8, 2025
38 checks passed
@MrAlias MrAlias deleted the renovate/opentelemetry-go-monorepo branch December 8, 2025 21:15
@MrAlias MrAlias added this to the v1.40.0 milestone Jan 30, 2026
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 Skip Changelog PRs that do not require a CHANGELOG.md entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant