honeycombio / loadgen

A flexible command-line load generator to create traces in OTel or Honeycomb formats
Apache License 2.0
6 stars 2 forks source link

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

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps github.com/honeycombio/otel-config-go from 1.8.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

v1.9.0

💥 Breaking Changes 💥

Fixes

Maintenance

  • maint: cleanup go versions (#38) | @​vreynolds
  • maint(deps): bump go.opentelemetry.io/otel from 1.14.0 to 1.15.1 (#35)

New Contributors

Full Changelog: https://github.com/honeycombio/otel-config-go/compare/v1.8.0...v1.9.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

v1.9.0 (2023-05-15)

💥 Breaking Changes 💥

Fixes

Maintenance

  • maint: cleanup go versions (#38) | @​vreynolds
  • maint(deps): bump go.opentelemetry.io/otel from 1.14.0 to 1.15.1 (#35)
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)
  • cea67d3 rel: prepare release 1.9.0 (#39)
  • 1c1b71b maint: cleanup go versions (#38)
  • 40993a5 maint(deps): bump go.opentelemetry.io/otel from 1.14.0 to 1.15.1 (#35)
  • f990892 maint: drop go 1.18 (#37)
  • 22a3a1a fix: Don't fatal error when we can return an error (#36)
  • 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)
dependabot[bot] commented 1 year ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.