fix(deps): update opentelemetry-go-contrib monorepo #447

Merged
renovate merged 1 commits from renovate/opentelemetry-go-contrib-monorepo into prod 2026-03-06 21:05:41 +00:00
Member

This PR contains the following updates:

Package Change Age Confidence
go.opentelemetry.io/contrib/bridges/otelslog v0.16.0v0.17.0 age confidence
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.66.0v0.67.0 age confidence

Release Notes

open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/bridges/otelslog)

v0.17.0

Compare Source

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

cabeeb5 Bump github.com/labstack/echo/v4 from 4.1.17 to 4.2.0 in /instrumentation/github.com/labstack/echo/otelecho (#​577)
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 (origin/main) 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)
cc69f93 added failure message - ECS resource detector (#​568)
fd60b5f Add ot-tracer-* propagator (#​562)
bc8b54d Update default branch name to main (#​567)
e0fb74f Bump github.com/golangci/golangci-lint from 1.35.2 to 1.36.0 in /tools (#​565)
feebb9b Bump github.com/aws/aws-sdk-go from 1.36.29 to 1.37.1 in /detectors/aws (#​566)
a7d455d (upstream/master) Update workflows to include main branch as trigger (#​564)
90490ec (origin/master, origin/HEAD) Bump github.com/aws/aws-sdk-go from 1.36.23 to 1.36.29 in /detectors/aws (#​558)
33f383b Bump cloud.google.com/go from 0.74.0 to 0.75.0 in /detectors/gcp (#​531)
6e9f6d3 Bump google.golang.org/grpc from 1.34.0 to 1.35.0 in /instrumentation/google.golang.org/grpc/otelgrpc (#​543)
a101606 Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 in /exporters/metric/cortex (#​530)
3d7fac5 Upgrade github.com/stretchr/testify from v1.6.1 to v1.7.0 (#​557)
40b35ec Bump github.com/golangci/golangci-lint from 1.35.0 to 1.35.2 in /tools (#​526)
37f53a3 Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 in /instrumentation/runtime (#​525)
a77bcb3 Bump github.com/stretchr/testify in /exporters/metric/dogstatsd (#​524)
77a5929 Bump google.golang.org/grpc (#​545)
bc4e070 Add code-coverage configuration to allow 1% delta (#​555)


Configuration

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

🚦 Automerge: Enabled.

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [go.opentelemetry.io/contrib/bridges/otelslog](https://github.com/open-telemetry/opentelemetry-go-contrib) | `v0.16.0` → `v0.17.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fcontrib%2fbridges%2fotelslog/v0.17.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fcontrib%2fbridges%2fotelslog/v0.16.0/v0.17.0?slim=true) | | [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) | `v0.66.0` → `v0.67.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fcontrib%2finstrumentation%2fnet%2fhttp%2fotelhttp/v0.67.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fcontrib%2finstrumentation%2fnet%2fhttp%2fotelhttp/v0.66.0/v0.67.0?slim=true) | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/bridges/otelslog)</summary> ### [`v0.17.0`](https://github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v0.17.0) [Compare Source](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v0.16.0...v0.17.0) Update `go.opentelemetry.io/otel` dependency to [v0.17.0](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v0.17.0) ##### Added - Add `ot-tracer` propagator ([#&#8203;562](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/562)) ##### Changed - Rename project default branch from `master` to `main`. ##### Fixed - Added failure message for AWS ECS resource detector for better debugging ([#&#8203;568](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/568)) *** Raw changes made between v0.16.0 and v0.17.0 [`cabeeb5`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/cabeeb5eaae82d11dba465771bdd761ad2f21017) Bump github.com/labstack/echo/v4 from 4.1.17 to 4.2.0 in /instrumentation/github.com/labstack/echo/otelecho ([#&#8203;577](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/577)) [`7fe84fd`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/7fe84fdca70ce8eb56557f0d1b4f3a0784dda9db) Bump github.com/labstack/echo/v4 ([#&#8203;578](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/578)) [`8d6e61b`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/8d6e61be853b075afd04be982d5465056072a0fe) Bump github.com/aws/aws-sdk-go from 1.37.6 to 1.37.10 in /detectors/aws ([#&#8203;576](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/576)) [`bd90f3e`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/bd90f3e3b2ae32332da6d19362604c1dfc53b33e) Eks resource detector bugfix ([#&#8203;575](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/575)) [`e532370`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/e532370ba236af1b301852a9adc1fc370114e007) (origin/main) Fix ECS resource detector bug ([#&#8203;569](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/569)) [`b87d221`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/b87d221da861f89deb2ba9d55745f802e0befea2) Bump cloud.google.com/go from 0.75.0 to 0.76.0 in /detectors/gcp ([#&#8203;572](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/572)) [`957a23c`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/957a23cc454a8d230f74007a1425096b7ae2317f) Bump actions/cache from v2 to v2.1.4 ([#&#8203;571](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/571)) [`e3b511e`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/e3b511e7d10de0c1f68620b24bb604751bb48dd3) Bump github.com/aws/aws-sdk-go from 1.37.1 to 1.37.6 in /detectors/aws ([#&#8203;570](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/570)) [`33003dd`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/33003ddbceb7ef3f4dd9b1054799ac1bfc6fca1f) Bump go.mongodb.org/mongo-driver ([#&#8203;573](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/573)) [`cc69f93`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/cc69f93ac0599ca8c32981b5d3213167006f120c) added failure message - ECS resource detector ([#&#8203;568](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/568)) [`fd60b5f`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/fd60b5f9e174703969daa0c145aef668a2851f7a) Add ot-tracer-\* propagator ([#&#8203;562](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/562)) [`bc8b54d`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/bc8b54dea68481cebb9e73a25f412130e5d8dd6a) Update default branch name to main ([#&#8203;567](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/567)) [`e0fb74f`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/e0fb74f46649166e00322bfd52c0cb788f0d459c) Bump github.com/golangci/golangci-lint from 1.35.2 to 1.36.0 in /tools ([#&#8203;565](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/565)) [`feebb9b`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/feebb9b04ffd2afc3c6ed4dd3c48c11d4ffcd68f) Bump github.com/aws/aws-sdk-go from 1.36.29 to 1.37.1 in /detectors/aws ([#&#8203;566](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/566)) [`a7d455d`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/a7d455df9d48eeeb02e9ec0ae3baba9ed288c01b) (upstream/master) Update workflows to include main branch as trigger ([#&#8203;564](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/564)) [`90490ec`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/90490eca4f9dd4e1f5a47d69b010a1f958c8b43f) (origin/master, origin/HEAD) Bump github.com/aws/aws-sdk-go from 1.36.23 to 1.36.29 in /detectors/aws ([#&#8203;558](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/558)) [`33f383b`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/33f383bb829594f5b1162376e5c3e1e88a36ea58) Bump cloud.google.com/go from 0.74.0 to 0.75.0 in /detectors/gcp ([#&#8203;531](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/531)) [`6e9f6d3`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/6e9f6d30f8ecf8833b1035ba653e6754e6081b7f) Bump google.golang.org/grpc from 1.34.0 to 1.35.0 in /instrumentation/google.golang.org/grpc/otelgrpc ([#&#8203;543](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/543)) [`a101606`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/a101606952e5996884fe5eaa2801db4674ca273a) Bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 in /exporters/metric/cortex ([#&#8203;530](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/530)) [`3d7fac5`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/3d7fac58444908b490d164a5b34d83e801a26168) Upgrade github.com/stretchr/testify from v1.6.1 to v1.7.0 ([#&#8203;557](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/557)) [`40b35ec`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/40b35eceb6f067533f91d7b57af21d82ef3085d9) Bump github.com/golangci/golangci-lint from 1.35.0 to 1.35.2 in /tools ([#&#8203;526](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/526)) [`37f53a3`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/37f53a37e8987816544ec5c925499dcd131e4428) Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 in /instrumentation/runtime ([#&#8203;525](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/525)) [`a77bcb3`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/a77bcb366c76bc19ee5045321586bb2f2cfdcc23) Bump github.com/stretchr/testify in /exporters/metric/dogstatsd ([#&#8203;524](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/524)) [`77a5929`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/77a5929d7a0335b95f51fba8331a58f205ec16e3) Bump google.golang.org/grpc ([#&#8203;545](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/545)) [`bc4e070`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/bc4e07094979b460b8fd708e94ac61c2fcdb26a2) Add code-coverage configuration to allow 1% delta ([#&#8203;555](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/555)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4xIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMSIsInRhcmdldEJyYW5jaCI6InByb2QiLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2026-03-06 21:04:05 +00:00
fix(deps): update opentelemetry-go-contrib monorepo
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 1m17s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m17s
60c746c484
renovate scheduled this pull request to auto merge when all checks succeed 2026-03-06 21:04:06 +00:00
renovate merged commit 60c746c484 into prod 2026-03-06 21:05:41 +00:00
renovate deleted branch renovate/opentelemetry-go-contrib-monorepo 2026-03-06 21:05:42 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: x/spend-sparrow#447