honeycombio / honeycomb-opentelemetry-go

Honeycomb's OpenTelemetry Go SDK distribution
Apache License 2.0
21 stars 7 forks source link

maint(deps): bump github.com/honeycombio/otel-config-go from 1.9.0 to 1.10.0 #148

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/honeycombio/otel-config-go from 1.9.0 to 1.10.0.

Release notes

Sourced from github.com/honeycombio/otel-config-go's releases.

v1.10.0

💥 Breaking Changes 💥

Packages for the Metrics API have been moved as the API implementation has stablized in OTel Go v1.16.0.

  • go.opentelemetry.io/otel/metric/global -> go.opentelemetry.io/otel
  • go.opentelemetry.io/otel/metric/instrument -> go.opentelemetry.io/otel/metric

Imports of these packages in your application will need to be updated.

Fixes

Fix for the breaking change described above where go.opentelemetry.io/otel/metric/global cannot be found for otel-config-go. The dependency update for otel packages in #40 below—thanks, Justin Burnham!—includes an update to our import of the metrics package.

Maintenance

New Contributors

Full Changelog: https://github.com/honeycombio/otel-config-go/compare/v1.9.0...v1.10.0

Changelog

Sourced from github.com/honeycombio/otel-config-go's changelog.

v1.10.0 (2023-05-31)

💥 Breaking Changes 💥

Packages for the Metrics API have been moved as the API implementation has stablized in OTel Go v1.16.0.

  • go.opentelemetry.io/otel/metric/global -> go.opentelemetry.io/otel
  • go.opentelemetry.io/otel/metric/instrument -> go.opentelemetry.io/otel/metric

Imports of these packages in your application will need to be updated.

Fixes

Fix for the breaking change described above where go.opentelemetry.io/otel/metric/global cannot be found for otel-config-go. The dependency update for otel packages in #40 below—thanks, Justin Burnham!—includes an update to our import of the metrics package.

Maintenance

  • maint(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#44) dependabot
  • maint(deps): bump go.opentelemetry.io/otel from 1.15.1 to 1.16.0 (#40) @​jburnham
Commits
  • 9731d1c rel: prepare v1.10.0 (#46)
  • 77f202d maint(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (#44)
  • 26436aa maint(deps): bump go.opentelemetry.io/otel from 1.15.1 to 1.16.0 (#40)
  • See full diff 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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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)