Skip to content

Bump go.opentelemetry.io/contrib/bridges/otelslog from 0.16.0 to 0.17.0#291

Merged
AlphaOne1 merged 1 commit intomasterfrom
dependabot/go_modules/go.opentelemetry.io/contrib/bridges/otelslog-0.17.0
Mar 10, 2026
Merged

Bump go.opentelemetry.io/contrib/bridges/otelslog from 0.16.0 to 0.17.0#291
AlphaOne1 merged 1 commit intomasterfrom
dependabot/go_modules/go.opentelemetry.io/contrib/bridges/otelslog-0.17.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps go.opentelemetry.io/contrib/bridges/otelslog from 0.16.0 to 0.17.0.

Release notes

Sourced from go.opentelemetry.io/contrib/bridges/otelslog's releases.

Release v0.17.0

Update go.opentelemetry.io/otel dependency to v0.17.0

Added

  • Add ot-tracer propagator (#562)

Changed

  • Rename project default branch from master to main.

Fixed

  • Added failure message for AWS ECS resource detector for better debugging (#568)

Raw changes made between v0.16.0 and v0.17.0

cabeeb5eaae82d11dba465771bdd761ad2f21017 Bump github.com/labstack/echo/v4 from 4.1.17 to 4.2.0 in /instrumentation/github.com/labstack/echo/otelecho (#577) 7fe84fdca70ce8eb56557f0d1b4f3a0784dda9db Bump github.com/labstack/echo/v4 (#578) 8d6e61be853b075afd04be982d5465056072a0fe Bump github.com/aws/aws-sdk-go from 1.37.6 to 1.37.10 in /detectors/aws (#576) bd90f3e3b2ae32332da6d19362604c1dfc53b33e Eks resource detector bugfix (#575) e532370ba236af1b301852a9adc1fc370114e007 (origin/main) Fix ECS resource detector bug (#569) b87d221da861f89deb2ba9d55745f802e0befea2 Bump cloud.google.com/go from 0.75.0 to 0.76.0 in /detectors/gcp (#572) 957a23cc454a8d230f74007a1425096b7ae2317f Bump actions/cache from v2 to v2.1.4 (#571) e3b511e7d10de0c1f68620b24bb604751bb48dd3 Bump github.com/aws/aws-sdk-go from 1.37.1 to 1.37.6 in /detectors/aws (#570) 33003ddbceb7ef3f4dd9b1054799ac1bfc6fca1f Bump go.mongodb.org/mongo-driver (#573) cc69f93ac0599ca8c32981b5d3213167006f120c added failure message - ECS resource detector (#568) fd60b5f9e174703969daa0c145aef668a2851f7a Add ot-tracer-* propagator (#562) bc8b54dea68481cebb9e73a25f412130e5d8dd6a Update default branch name to main (#567) e0fb74f46649166e00322bfd52c0cb788f0d459c Bump github.com/golangci/golangci-lint from 1.35.2 to 1.36.0 in /tools (#565) feebb9b04ffd2afc3c6ed4dd3c48c11d4ffcd68f Bump github.com/aws/aws-sdk-go from 1.36.29 to 1.37.1 in /detectors/aws (#566) a7d455df9d48eeeb02e9ec0ae3baba9ed288c01b (upstream/master) Update workflows to include main branch as trigger (#564) 90490eca4f9dd4e1f5a47d69b010a1f958c8b43f (origin/master, origin/HEAD) Bump github.com/aws/aws-sdk-go from 1.36.23 to 1.36.29 in /detectors/aws (#558) 33f383bb829594f5b1162376e5c3e1e88a36ea58 Bump cloud.google.com/go from 0.74.0 to 0.75.0 in /detectors/gcp (#531) 6e9f6d30f8ecf8833b1035ba653e6754e6081b7f Bump google.golang.org/grpc from 1.34.0 to 1.35.0 in /instrumentation/google.golang.org/grpc/otelgrpc (#543) a101606952e5996884fe5eaa2801db4674ca273a Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 in /exporters/metric/cortex (#530) 3d7fac58444908b490d164a5b34d83e801a26168 Upgrade github.com/stretchr/testify from v1.6.1 to v1.7.0 (#557) 40b35eceb6f067533f91d7b57af21d82ef3085d9 Bump github.com/golangci/golangci-lint from 1.35.0 to 1.35.2 in /tools (#526) 37f53a37e8987816544ec5c925499dcd131e4428 Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 in /instrumentation/runtime (#525) a77bcb366c76bc19ee5045321586bb2f2cfdcc23 Bump github.com/stretchr/testify in /exporters/metric/dogstatsd (#524) 77a5929d7a0335b95f51fba8331a58f205ec16e3 Bump google.golang.org/grpc (#545) bc4e07094979b460b8fd708e94ac61c2fcdb26a2 Add code-coverage configuration to allow 1% delta (#555)

Changelog

Sourced from go.opentelemetry.io/contrib/bridges/otelslog's changelog.

[1.42.0/2.4.0/0.67.0/0.36.0/0.22.0/0.17.0/0.15.0/0.14.0] - 2026-03-06

Added

  • Add environment variables propagation carrier in go.opentelemetry.io/contrib/propagators/envcar. (#8442)

Changed

  • Upgrade go.opentelemetry.io/otel/semconv to v1.40.0, including updates across instrumentation and detector modules. (#8631)

    • The semantic conventions v1.40.0 release introduces RPC breaking changes applied in this repository:
      • RPC spans and metrics no longer include network.protocol.name, network.protocol.version, or network.transport attributes.
      • rpc.client.request.size, rpc.client.response.size, rpc.server.request.size, and rpc.server.response.size are no longer emitted in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc.
      • rpc.message span events and their message attributes are no longer emitted in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc (including when WithMessageEvents is configured).

    See semantic-conventions v1.40.0 release for complete details.

Fixed

  • Ignore informational response status codes (100-199) except 101 Switching Protocols when storing the HTTP status code in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp and go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux. (#6913)
  • Make Body handling in Transport consistent with stdlib in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (#8618)
  • Fix bucket boundaries for rpc.server.call.duration and rpc.client.call.duration in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#8642)
  • Host resource detector in go.opentelemetry.io/contrib/otelconf now includes os. attributes. (#8578)

Removed

  • Drop support for [Go 1.24]. (#8628)
Commits
  • 1c68759 Release v0.17.0 (#580)
  • cabeeb5 Bump github.com/labstack/echo/v4 from 4.1.17 to 4.2.0 in /instrumentation/git...
  • 7fe84fd Bump github.com/labstack/echo/v4 (#578)
  • 8d6e61b Bump github.com/aws/aws-sdk-go from 1.37.6 to 1.37.10 in /detectors/aws (#576)
  • bd90f3e Eks resource detector bugfix (#575)
  • e532370 Fix ECS resource detector bug (#569)
  • b87d221 Bump cloud.google.com/go from 0.75.0 to 0.76.0 in /detectors/gcp (#572)
  • 957a23c Bump actions/cache from v2 to v2.1.4 (#571)
  • e3b511e Bump github.com/aws/aws-sdk-go from 1.37.1 to 1.37.6 in /detectors/aws (#570)
  • 33003dd Bump go.mongodb.org/mongo-driver (#573)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 9, 2026
@dependabot dependabot bot force-pushed the dependabot/go_modules/go.opentelemetry.io/contrib/bridges/otelslog-0.17.0 branch 2 times, most recently from 328aef9 to 5ae968b Compare March 10, 2026 16:07
Bumps [go.opentelemetry.io/contrib/bridges/otelslog](https://github.com/open-telemetry/opentelemetry-go-contrib) from 0.16.0 to 0.17.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@v0.16.0...v0.17.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/contrib/bridges/otelslog
  dependency-version: 0.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go.opentelemetry.io/contrib/bridges/otelslog-0.17.0 branch from 5ae968b to c583cb9 Compare March 10, 2026 16:12
@AlphaOne1 AlphaOne1 merged commit 9ec0cd1 into master Mar 10, 2026
18 checks passed
@AlphaOne1 AlphaOne1 deleted the dependabot/go_modules/go.opentelemetry.io/contrib/bridges/otelslog-0.17.0 branch March 10, 2026 16:18
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.

1 participant