fix(deps): update module go.opentelemetry.io/contrib/bridges/otelslog to v0.13.0 #570

Merged
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 merged 1 commits from renovate/opentelemetry-go-contrib-monorepo into main 2025-09-01 09:25:56 +00:00
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-08-29 22:08:22 +00:00 (Migrated from gitlab.com)

This MR contains the following updates:

Package Change Age Confidence
go.opentelemetry.io/contrib/bridges/otelslog v0.12.0 -> v0.13.0 age confidence

Release Notes

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

v0.13.0

Compare Source

[0.13.0] - 2020-10-09

Added

Changed

  • The go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc package instrumentation no longer accepts a Tracer as an argument to the interceptor function.
    Instead, a new WithTracerProvider option is added to configure the TracerProvider used when creating the Tracer for the instrumentation. (#​373)
  • The go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron instrumentation now accepts a TracerProvider rather than a Tracer. (#​374)
  • Remove go.opentelemetry.io/otel/sdk dependency from instrumentation. (#​381)
  • Use httpsnoop in go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux to ensure http.ResponseWriter additional interfaces are preserved. (#​388)
Fixed
  • The go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho.Middleware no longer sends duplicate errors to the global ErrorHandler. (#​377, #​364)
  • The import comment in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp is now correctly quoted. (#​379)
  • The B3 propagator sets the sample bitmask when the sampling decision is debug. (#​369)

Raw changes made between v0.12.0 and v0.13.0

af2dfc7 Pre release v0.13.0 (#​391)
a84ddfe use httpsnoop to ensure http.ResponseWriter additional interfaces are preserved (#​388)
bbc03fa [propagator] Add Jaeger propagator (#​375)
082e67f Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible in /instrumentation/host (#​384)
97f3114 Update gopkg.in/macaron.v1/otelmacaron instrumentation to use TracerProvider (#​374)
a59885b Update google.golang.org/grpc/otelgrpc instrumentation to not accept Tracer (#​373)
8244cc7 fix(echo): return nil from middleware to handle error only once (#​377)
e3d25a6 Bump cloud.google.com/go from 0.66.0 to 0.67.0 in /detectors/gcp (#​383)
7d9570b Bump github.com/aws/aws-sdk-go from 1.34.32 to 1.35.2 in /detectors/aws (#​382)
89ae255 Remove go.opentelemetry.io/otel/sdk dependency from instrumentation (#​381)
caffe1d Fix import comment bug (#​379)
5ef58e7 Add instrumentation signal table to instrumentation README (#​372)
71b6d7f [propagator] Set sample bitmask when sampling decision is debug for B3 Propagator. (#​369)
9dc5e0c Bump github.com/aws/aws-sdk-go from 1.34.30 to 1.34.32 in /detectors/aws (#​370)


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

🔕 Ignore: Close this MR and you won't be reminded about this update again.


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

This MR has been generated by Renovate Bot.

This MR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [go.opentelemetry.io/contrib/bridges/otelslog](https://github.com/open-telemetry/opentelemetry-go-contrib) | `v0.12.0` -> `v0.13.0` | [![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fcontrib%2fbridges%2fotelslog/v0.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fcontrib%2fbridges%2fotelslog/v0.12.0/v0.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/bridges/otelslog)</summary> ### [`v0.13.0`](https://github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v0.13.0) [Compare Source](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v0.12.0...v0.13.0) #### \[0.13.0] - 2020-10-09 #### Added - A Jaeger propagator. ([#&#8203;375](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/375)) #### Changed - The `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` package instrumentation no longer accepts a `Tracer` as an argument to the interceptor function. Instead, a new `WithTracerProvider` option is added to configure the `TracerProvider` used when creating the `Tracer` for the instrumentation. ([#&#8203;373](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/373)) - The `go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron` instrumentation now accepts a `TracerProvider` rather than a `Tracer`. ([#&#8203;374](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/374)) - Remove `go.opentelemetry.io/otel/sdk` dependency from instrumentation. ([#&#8203;381](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/381)) - Use `httpsnoop` in `go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux` to ensure `http.ResponseWriter` additional interfaces are preserved. ([#&#8203;388](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/388)) ##### Fixed - The `go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho.Middleware` no longer sends duplicate errors to the global `ErrorHandler`. ([#&#8203;377](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/377), [#&#8203;364](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/364)) - The import comment in `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` is now correctly quoted. ([#&#8203;379](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/379)) - The B3 propagator sets the sample bitmask when the sampling decision is `debug`. ([#&#8203;369](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/369)) # Raw changes made between v0.12.0 and v0.13.0 [`af2dfc7`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/af2dfc7baf3392e81ea4b6938b3a8a5d39cf9db7) Pre release v0.13.0 ([#&#8203;391](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/391)) [`a84ddfe`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/a84ddfe37e70e2827773d38fc386ab0657d00d80) use httpsnoop to ensure http.ResponseWriter additional interfaces are preserved ([#&#8203;388](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/388)) [`bbc03fa`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/bbc03fa6f1ad325293b5bd5c14f01a46585a5bbe) \[propagator] Add Jaeger propagator ([#&#8203;375](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/375)) [`082e67f`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/082e67ff36583964125117e4df72de7ab9c805d4) Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible in /instrumentation/host ([#&#8203;384](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/384)) [`97f3114`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/97f311484668f7153e669413734546a03bf420a9) Update gopkg.in/macaron.v1/otelmacaron instrumentation to use TracerProvider ([#&#8203;374](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/374)) [`a59885b`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/a59885b46682b685fdd35eb8f20f16a736a165d5) Update google.golang.org/grpc/otelgrpc instrumentation to not accept Tracer ([#&#8203;373](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/373)) [`8244cc7`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/8244cc7764d3f537bc055b40a90ff15710ad3173) fix(echo): return nil from middleware to handle error only once ([#&#8203;377](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/377)) [`e3d25a6`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/e3d25a6f35d86a49d7851f1e3d8087c02201cd52) Bump cloud.google.com/go from 0.66.0 to 0.67.0 in /detectors/gcp ([#&#8203;383](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/383)) [`7d9570b`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/7d9570beea6207e51b4a72324e3953720fd8e85b) Bump github.com/aws/aws-sdk-go from 1.34.32 to 1.35.2 in /detectors/aws ([#&#8203;382](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/382)) [`89ae255`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/89ae255fe3e9e961b97974d0e43e2ede5d8ca7d6) Remove `go.opentelemetry.io/otel/sdk` dependency from instrumentation ([#&#8203;381](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/381)) [`caffe1d`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/caffe1d22fb33bb86bd5311c58bc312abce7a0f8) Fix import comment bug ([#&#8203;379](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/379)) [`5ef58e7`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/5ef58e7fab40b2226bd7e69ebffd90e221886870) Add instrumentation signal table to instrumentation README ([#&#8203;372](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/372)) [`71b6d7f`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/71b6d7fc42c235ea005fde85c23fb84df36d3e60) \[propagator] Set sample bitmask when sampling decision is debug for B3 Propagator. ([#&#8203;369](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/369)) [`9dc5e0c`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/9dc5e0c25bb9f28e90d0fc62cd98e037eaa38169) Bump github.com/aws/aws-sdk-go from 1.34.30 to 1.34.32 in /detectors/aws ([#&#8203;370](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/370)) </details> --- ### 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 MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45MS4wIiwidXBkYXRlZEluVmVyIjoiNDEuOTEuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-08-29 22:08:29 +00:00 (Migrated from gitlab.com)

mentioned in issue #4

mentioned in issue #4
argoyle commented 2025-08-29 22:18:36 +00:00 (Migrated from gitlab.com)

Codecov Report

All modified and coverable lines are covered by tests.
Project coverage is 1.00%. Comparing base (d98a20a) to head (ef2bc4a).

Additional details and impacted files
@@          Coverage Diff          @@
##            main    #566   +/-   ##
=====================================
  Coverage   1.00%   1.00%           
=====================================
  Files         42      42           
  Lines       1996    1996           
=====================================
  Hits          20      20           
  Misses      1976    1976           

View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
## [Codecov](https://app.codecov.io/gl/unboundsoftware/schemas/pull/566?dropdown=coverage&src=pr&el=h1&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware) Report :white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 1.00%. Comparing base ([`d98a20a`](https://app.codecov.io/gl/unboundsoftware/schemas/commit/d98a20afffe6ceb1a8b550499fb453cff5cb8a12?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware)) to head ([`ef2bc4a`](https://app.codecov.io/gl/unboundsoftware/schemas/commit/ef2bc4aae1a3f567887efbd55078eaa0827d9df8?dropdown=coverage&el=desc&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware)). <details><summary>Additional details and impacted files</summary> ```diff @@ Coverage Diff @@ ## main #566 +/- ## ===================================== Coverage 1.00% 1.00% ===================================== Files 42 42 Lines 1996 1996 ===================================== Hits 20 20 Misses 1976 1976 ``` </details> [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gl/unboundsoftware/schemas/pull/566?dropdown=coverage&src=pr&el=continue&utm_medium=referral&utm_source=gitlab&utm_content=comment&utm_campaign=pr+comments&utm_term=unboundsoftware). :loudspeaker: Have feedback on the report? [Share it here](https://gitlab.com/codecov-open-source/codecov-user-feedback/-/issues/4). <details><summary> :rocket: New features to boost your workflow: </summary> - :snowflake: [Test Analytics](https://docs.codecov.com/docs/test-analytics): Detect flaky tests, report on failures, and find test suite problems. </details>
argoyle commented 2025-09-01 08:00:43 +00:00 (Migrated from gitlab.com)

marked the checklist item If you want to rebase/retry this MR, check this box as completed

marked the checklist item **<!-- rebase-check -->If you want to rebase/retry this MR, check this box** as completed
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-09-01 08:58:04 +00:00 (Migrated from gitlab.com)

added 2 commits

  • d98a20af - 1 commit from branch main
  • ef2bc4aa - fix(deps): update module go.opentelemetry.io/contrib/bridges/otelslog to v0.13.0

Compare with previous version

added 2 commits <ul><li>d98a20af - 1 commit from branch <code>main</code></li><li>ef2bc4aa - fix(deps): update module go.opentelemetry.io/contrib/bridges/otelslog to v0.13.0</li></ul> [Compare with previous version](/unboundsoftware/schemas/-/merge_requests/566/diffs?diff_id=1476286214&start_sha=d88b33a7a6d78923d42ac1facb406e34e248831c)
group_2759636_bot_1c34751f7eccad09e089ac15ee7bd902 commented 2025-09-01 08:58:32 +00:00 (Migrated from gitlab.com)

marked the checklist item If you want to rebase/retry this MR, check this box as incomplete

marked the checklist item **<!-- rebase-check -->If you want to rebase/retry this MR, check this box** as incomplete
argoyle commented 2025-09-01 09:25:35 +00:00 (Migrated from gitlab.com)

added 2 commits

  • 24bbb39c - 1 commit from branch main
  • 82d2aa18 - fix(deps): update module go.opentelemetry.io/contrib/bridges/otelslog to v0.13.0

Compare with previous version

added 2 commits <ul><li>24bbb39c - 1 commit from branch <code>main</code></li><li>82d2aa18 - fix(deps): update module go.opentelemetry.io/contrib/bridges/otelslog to v0.13.0</li></ul> [Compare with previous version](/unboundsoftware/schemas/-/merge_requests/566/diffs?diff_id=1476326478&start_sha=ef2bc4aae1a3f567887efbd55078eaa0827d9df8)
argoyle (Migrated from gitlab.com) merged commit into main 2025-09-01 09:25:56 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unboundsoftware/schemas#570