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

Merged
renovate merged 1 commits from renovate/opentelemetry-go-contrib-monorepo into main 2026-08-07 17:12:56 +00:00
Owner

This PR contains the following updates:

Package Change Age Confidence
go.opentelemetry.io/contrib/bridges/otelslog v0.19.0v0.20.0 age confidence

Release Notes

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

v0.20.0

Compare Source

Changed
  • The go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo instrumentation now accepts a WithCommandAttributeDisabled,
    so the caller can specify whether to opt-out of tracing the mongo command. (#​712)
  • Upgrade to v0.20.0 of go.opentelemetry.io/otel. (#​758)
  • The B3 and Jaeger propagators now store their debug or deferred state in the context.Context instead of the SpanContext. (#​758)

Raw changes made between v0.19.0 and v0.20.0

0e5bef9 (HEAD -> main, tag: v0.20.0, tag: propagators/v0.20.0, tag: propagators/opencensus/v0.20.0, tag: propagators/opencensus/examples/v0.20.0, tag: propagators/aws/v0.20.0, tag: instrumentation/runtime/v0.20.0, tag: instrumentation/runtime/example/v0.20.0, tag: instrumentation/net/http/otelhttp/v0.20.0, tag: instrumentation/net/http/otelhttp/example/v0.20.0, tag: instrumentation/net/http/httptrace/otelhttptrace/v0.20.0, tag: instrumentation/net/http/httptrace/otelhttptrace/example/v0.20.0, tag: instrumentation/host/v0.20.0, tag: instrumentation/host/example/v0.20.0, tag: instrumentation/gopkg.in/macaron.v1/otelmacaron/v0.20.0, tag: instrumentation/gopkg.in/macaron.v1/otelmacaron/example/v0.20.0, tag: instrumentation/google.golang.org/grpc/otelgrpc/v0.20.0, tag: instrumentation/google.golang.org/grpc/otelgrpc/example/v0.20.0, tag: instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/v0.20.0, tag: instrumentation/github.com/labstack/echo/otelecho/v0.20.0, tag: instrumentation/github.com/labstack/echo/otelecho/example/v0.20.0, tag: instrumentation/github.com/gorilla/mux/otelmux/v0.20.0, tag: instrumentation/github.com/gorilla/mux/otelmux/example/v0.20.0, tag: instrumentation/github.com/gocql/gocql/otelgocql/v0.20.0, tag: instrumentation/github.com/gocql/gocql/otelgocql/example/v0.20.0, tag: instrumentation/github.com/go-kit/kit/otelkit/v0.20.0, tag: instrumentation/github.com/go-kit/kit/otelkit/example/v0.20.0, tag: instrumentation/github.com/gin-gonic/gin/otelgin/v0.20.0, tag: instrumentation/github.com/gin-gonic/gin/otelgin/example/v0.20.0, tag: instrumentation/github.com/emicklei/go-restful/otelrestful/v0.20.0, tag: instrumentation/github.com/emicklei/go-restful/otelrestful/example/v0.20.0, tag: instrumentation/github.com/bradfitz/gomemcache/memcache/otelmemcache/v0.20.0, tag: instrumentation/github.com/bradfitz/gomemcache/memcache/otelmemcache/example/v0.20.0, tag: instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/v0.20.0, tag: instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example/v0.20.0, tag: instrumentation/github.com/astaxie/beego/otelbeego/v0.20.0, tag: instrumentation/github.com/astaxie/beego/otelbeego/example/v0.20.0, tag: instrumentation/github.com/Shopify/sarama/otelsarama/v0.20.0, tag: instrumentation/github.com/Shopify/sarama/otelsarama/example/v0.20.0, tag: exporters/metric/dogstatsd/v0.20.0, tag: exporters/metric/datadog/v0.20.0, tag: exporters/metric/cortex/v0.20.0, tag: exporters/metric/cortex/utils/v0.20.0, tag: exporters/metric/cortex/example/v0.20.0, tag: detectors/gcp/v0.20.0, tag: detectors/aws/v0.20.0, tag: detectors/aws/eks/v0.20.0, tag: detectors/aws/ecs/v0.20.0, upstream/main, origin/main) Release v0.20.0 (#​758)
4d6b37e update grpc example commands (#​756)
7b51f7a Bump github.com/emicklei/go-restful/v3 from 3.5.0 to 3.5.1 in /instrumentation/github.com/emicklei/go-restful/otelrestful (#​753)
8db2eae Bump actions/cache from v2.1.4 to v2.1.5 (#​752)
57cfdfc Bump github.com/aws/aws-sdk-go from 1.38.17 to 1.38.21 in /detectors/aws (#​751)
e1a7c47 Bump github.com/emicklei/go-restful/v3 (#​745)
b82a9a1 Bump github.com/labstack/echo/v4 from 4.2.1 to 4.2.2 in /instrumentation/github.com/labstack/echo/otelecho (#​737)
960b296 Bump github.com/gin-gonic/gin from 1.6.3 to 1.7.1 in /instrumentation/github.com/gin-gonic/gin/otelgin (#​736)
ac15859 Bump google.golang.org/grpc from 1.36.1 to 1.37.0 in /instrumentation/google.golang.org/grpc/otelgrpc (#​740)
988a57d Bump github.com/emicklei/go-restful/v3 from 3.4.0 to 3.5.0 in /instrumentation/github.com/emicklei/go-restful/otelrestful (#​735)
892d7f9 Bump github.com/aws/aws-sdk-go from 1.38.12 to 1.38.17 in /detectors/aws (#​734)
5b82c08 Add WithCommandLoggingDisabled to otelmongo tracer (#​723)
ae2c628 otelhttp: handle nil base http transport (#​713)
e8c2192 Bump github.com/golang/protobuf from 1.5.1 to 1.5.2 in /instrumentation/google.golang.org/grpc/otelgrpc (#​730)
e416457 Bump go.mongodb.org/mongo-driver (#​731)
3e90802 Bump cloud.google.com/go from 0.80.0 to 0.81.0 in /detectors/gcp (#​729)
13ba41f Bump github.com/golang/protobuf (#​728)
4c3fcb8 Bump github.com/aws/aws-sdk-go from 1.38.7 to 1.38.12 in /detectors/aws (#​727)
2760096 fix import link (#​724)
0b89c82 Bump github.com/golangci/golangci-lint from 1.38.0 to 1.39.0 in /tools (#​717)
ec6d93d Bump cloud.google.com/go from 0.79.0 to 0.80.0 in /detectors/gcp (#​716)
8d7211f Bump github.com/aws/aws-sdk-go from 1.38.1 to 1.38.7 in /detectors/aws (#​715)
0cca425 Bump google.golang.org/grpc from 1.36.0 to 1.36.1 in /instrumentation/google.golang.org/grpc/otelgrpc (#​718)
5ec7f3c fix cortex example code (#​722)
a51c8df Update project approvers (#​721)
9d0d9d9 support aws sdk go for v2 instrumentation (#​621)
c332299 Update InjectEncoding doc for B3 (#​710)
09e3a12 Bump github.com/golang/protobuf from 1.4.3 to 1.5.1 in /instrumentation/google.golang.org/grpc/otelgrpc (#​681)
454823f Bump github.com/aws/aws-sdk-go from 1.37.30 to 1.38.1 in /detectors/aws (#​708)


Configuration

📅 Schedule: (UTC)

  • 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.

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


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

This PR has been generated by Mend Renovate CLI.

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.19.0` → `v0.20.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/go.opentelemetry.io%2fcontrib%2fbridges%2fotelslog/v0.20.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/go.opentelemetry.io%2fcontrib%2fbridges%2fotelslog/v0.19.0/v0.20.0?slim=true) | --- ### Release Notes <details> <summary>open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/bridges/otelslog)</summary> ### [`v0.20.0`](https://github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v0.20.0) [Compare Source](https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v0.19.0...v0.20.0) ##### Changed - The `go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo` instrumentation now accepts a `WithCommandAttributeDisabled`, so the caller can specify whether to opt-out of tracing the mongo command. ([#&#8203;712](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/712)) - Upgrade to v0.20.0 of `go.opentelemetry.io/otel`. ([#&#8203;758](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/758)) - The B3 and Jaeger propagators now store their debug or deferred state in the context.Context instead of the SpanContext. ([#&#8203;758](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/758)) *** ##### Raw changes made between v0.19.0 and v0.20.0 [`0e5bef9`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/0e5bef9af1c708e28aabcadd3fd8b35c36526e44) (HEAD -> main, tag: v0.20.0, tag: propagators/v0.20.0, tag: propagators/opencensus/v0.20.0, tag: propagators/opencensus/examples/v0.20.0, tag: propagators/aws/v0.20.0, tag: instrumentation/runtime/v0.20.0, tag: instrumentation/runtime/example/v0.20.0, tag: instrumentation/net/http/otelhttp/v0.20.0, tag: instrumentation/net/http/otelhttp/example/v0.20.0, tag: instrumentation/net/http/httptrace/otelhttptrace/v0.20.0, tag: instrumentation/net/http/httptrace/otelhttptrace/example/v0.20.0, tag: instrumentation/host/v0.20.0, tag: instrumentation/host/example/v0.20.0, tag: instrumentation/gopkg.in/macaron.v1/otelmacaron/v0.20.0, tag: instrumentation/gopkg.in/macaron.v1/otelmacaron/example/v0.20.0, tag: instrumentation/google.golang.org/grpc/otelgrpc/v0.20.0, tag: instrumentation/google.golang.org/grpc/otelgrpc/example/v0.20.0, tag: instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo/v0.20.0, tag: instrumentation/github.com/labstack/echo/otelecho/v0.20.0, tag: instrumentation/github.com/labstack/echo/otelecho/example/v0.20.0, tag: instrumentation/github.com/gorilla/mux/otelmux/v0.20.0, tag: instrumentation/github.com/gorilla/mux/otelmux/example/v0.20.0, tag: instrumentation/github.com/gocql/gocql/otelgocql/v0.20.0, tag: instrumentation/github.com/gocql/gocql/otelgocql/example/v0.20.0, tag: instrumentation/github.com/go-kit/kit/otelkit/v0.20.0, tag: instrumentation/github.com/go-kit/kit/otelkit/example/v0.20.0, tag: instrumentation/github.com/gin-gonic/gin/otelgin/v0.20.0, tag: instrumentation/github.com/gin-gonic/gin/otelgin/example/v0.20.0, tag: instrumentation/github.com/emicklei/go-restful/otelrestful/v0.20.0, tag: instrumentation/github.com/emicklei/go-restful/otelrestful/example/v0.20.0, tag: instrumentation/github.com/bradfitz/gomemcache/memcache/otelmemcache/v0.20.0, tag: instrumentation/github.com/bradfitz/gomemcache/memcache/otelmemcache/example/v0.20.0, tag: instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/v0.20.0, tag: instrumentation/github.com/aws/aws-sdk-go-v2/otelaws/example/v0.20.0, tag: instrumentation/github.com/astaxie/beego/otelbeego/v0.20.0, tag: instrumentation/github.com/astaxie/beego/otelbeego/example/v0.20.0, tag: instrumentation/github.com/Shopify/sarama/otelsarama/v0.20.0, tag: instrumentation/github.com/Shopify/sarama/otelsarama/example/v0.20.0, tag: exporters/metric/dogstatsd/v0.20.0, tag: exporters/metric/datadog/v0.20.0, tag: exporters/metric/cortex/v0.20.0, tag: exporters/metric/cortex/utils/v0.20.0, tag: exporters/metric/cortex/example/v0.20.0, tag: detectors/gcp/v0.20.0, tag: detectors/aws/v0.20.0, tag: detectors/aws/eks/v0.20.0, tag: detectors/aws/ecs/v0.20.0, upstream/main, origin/main) Release v0.20.0 ([#&#8203;758](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/758)) [`4d6b37e`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/4d6b37ee50101d33b128be80da797df689dcac73) update grpc example commands ([#&#8203;756](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/756)) [`7b51f7a`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/7b51f7af720d404b75942132988548814759b4b1) Bump github.com/emicklei/go-restful/v3 from 3.5.0 to 3.5.1 in /instrumentation/github.com/emicklei/go-restful/otelrestful ([#&#8203;753](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/753)) [`8db2eae`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/8db2eaeb371da4b5c046edb63f5ac4aad4f4c329) Bump actions/cache from v2.1.4 to v2.1.5 ([#&#8203;752](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/752)) [`57cfdfc`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/57cfdfcf8c81451509ac1ec66c42e1027113c261) Bump github.com/aws/aws-sdk-go from 1.38.17 to 1.38.21 in /detectors/aws ([#&#8203;751](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/751)) [`e1a7c47`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/e1a7c4781baf5716364bc5661052c5746e87e344) Bump github.com/emicklei/go-restful/v3 ([#&#8203;745](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/745)) [`b82a9a1`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/b82a9a1da1cc60ddd3f26d216d1fac3f509aef46) Bump github.com/labstack/echo/v4 from 4.2.1 to 4.2.2 in /instrumentation/github.com/labstack/echo/otelecho ([#&#8203;737](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/737)) [`960b296`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/960b296a0c84987f185bc91d6a78088161d184eb) Bump github.com/gin-gonic/gin from 1.6.3 to 1.7.1 in /instrumentation/github.com/gin-gonic/gin/otelgin ([#&#8203;736](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/736)) [`ac15859`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/ac1585995f673176d64f580c316ff046e377cf41) Bump google.golang.org/grpc from 1.36.1 to 1.37.0 in /instrumentation/google.golang.org/grpc/otelgrpc ([#&#8203;740](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/740)) [`988a57d`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/988a57d5c3e0c8c497d9b189d549a3d867ac1861) Bump github.com/emicklei/go-restful/v3 from 3.4.0 to 3.5.0 in /instrumentation/github.com/emicklei/go-restful/otelrestful ([#&#8203;735](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/735)) [`892d7f9`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/892d7f9682fdc37e89dfc54cfc93224277544f62) Bump github.com/aws/aws-sdk-go from 1.38.12 to 1.38.17 in /detectors/aws ([#&#8203;734](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/734)) [`5b82c08`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/5b82c086071c7d152c3ea72fe1f3a455254acfc5) Add WithCommandLoggingDisabled to otelmongo tracer ([#&#8203;723](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/723)) [`ae2c628`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/ae2c628729ec7c3ac90abe11b5ed04843fae752d) otelhttp: handle nil base http transport ([#&#8203;713](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/713)) [`e8c2192`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/e8c2192dd636d4a53625406e6dda5e3e54f4caeb) Bump github.com/golang/protobuf from 1.5.1 to 1.5.2 in /instrumentation/google.golang.org/grpc/otelgrpc ([#&#8203;730](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/730)) [`e416457`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/e416457164be70ea39a6655742bf5715b218d4d7) Bump go.mongodb.org/mongo-driver ([#&#8203;731](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/731)) [`3e90802`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/3e90802df3d48d001bdbd20c7e9f0d018be4ddc9) Bump cloud.google.com/go from 0.80.0 to 0.81.0 in /detectors/gcp ([#&#8203;729](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/729)) [`13ba41f`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/13ba41fbf7bb8b9ba3f6fb83adc0936cfba1452b) Bump github.com/golang/protobuf ([#&#8203;728](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/728)) [`4c3fcb8`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/4c3fcb8b89786b0f3afe7e933871314dad7f408d) Bump github.com/aws/aws-sdk-go from 1.38.7 to 1.38.12 in /detectors/aws ([#&#8203;727](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/727)) [`2760096`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/2760096474280b3634e92431a7ed6da0744ef144) fix import link ([#&#8203;724](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/724)) [`0b89c82`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/0b89c82a57465cb877c553c38fa46bae28acdb89) Bump github.com/golangci/golangci-lint from 1.38.0 to 1.39.0 in /tools ([#&#8203;717](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/717)) [`ec6d93d`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/ec6d93d81c246a912e60020a34f1b13991d70e08) Bump cloud.google.com/go from 0.79.0 to 0.80.0 in /detectors/gcp ([#&#8203;716](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/716)) [`8d7211f`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/8d7211f260c9a1dba665bc40815b5ed424019d2c) Bump github.com/aws/aws-sdk-go from 1.38.1 to 1.38.7 in /detectors/aws ([#&#8203;715](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/715)) [`0cca425`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/0cca425e8c0f4ad49e7d71cffd641139cc2e2778) Bump google.golang.org/grpc from 1.36.0 to 1.36.1 in /instrumentation/google.golang.org/grpc/otelgrpc ([#&#8203;718](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/718)) [`5ec7f3c`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/5ec7f3c9b1d9e02998391a9020c8fd9e7775b6a1) fix cortex example code ([#&#8203;722](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/722)) [`a51c8df`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/a51c8df3ff19784513809e8a3d3dafa99f7a3fa6) Update project approvers ([#&#8203;721](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/721)) [`9d0d9d9`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/9d0d9d99f94204dd2037e106a26633cfa37bc98f) support aws sdk go for v2 instrumentation ([#&#8203;621](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/621)) [`c332299`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/c33229996f97bd62fef40fa46911104dae9954ef) Update InjectEncoding doc for B3 ([#&#8203;710](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/710)) [`09e3a12`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/09e3a120e157bb55b9595118a90767014cd3897b) Bump github.com/golang/protobuf from 1.4.3 to 1.5.1 in /instrumentation/google.golang.org/grpc/otelgrpc ([#&#8203;681](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/681)) [`454823f`](https://github.com/open-telemetry/opentelemetry-go-contrib/commit/454823f7cb255304f9f371eecf7ba4209798ce73) Bump github.com/aws/aws-sdk-go from 1.37.30 to 1.38.1 in /detectors/aws ([#&#8203;708](https://github.com/open-telemetry/opentelemetry-go-contrib/issues/708)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC41LjMiLCJ1cGRhdGVkSW5WZXIiOiI0NC41LjMiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->
renovate added 1 commit 2026-08-07 17:09:52 +00:00
fix(deps): update module go.opentelemetry.io/contrib/bridges/otelslog to v0.20.0
logging / test (push) Skipped
logging / vulnerabilities (push) Skipped
pre-commit / pre-commit (push) Skipped
renovate/stability-days Updates have met minimum release age requirement
logging / coverage-baseline (pull_request) Skipped
logging / test (pull_request) Successful in 1m1s
logging / vulnerabilities (pull_request) Successful in 1m10s
pre-commit / pre-commit (pull_request) Successful in 2m27s
1375d8ad1c
renovate scheduled this pull request to auto merge when all checks succeed 2026-08-07 17:09:54 +00:00
Author
Owner

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 5 additional dependencies were updated

Details:

Package Change
github.com/go-logr/logr v1.4.3 -> v1.4.4
go.opentelemetry.io/otel v1.44.0 -> v1.45.0
go.opentelemetry.io/otel/log v0.20.0 -> v0.21.0
go.opentelemetry.io/otel/metric v1.44.0 -> v1.45.0
go.opentelemetry.io/otel/trace v1.44.0 -> v1.45.0
### ℹ️ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 5 additional dependencies were updated Details: | **Package** | **Change** | | :-------------------------------- | :--------------------- | | `github.com/go-logr/logr` | `v1.4.3` -> `v1.4.4` | | `go.opentelemetry.io/otel` | `v1.44.0` -> `v1.45.0` | | `go.opentelemetry.io/otel/log` | `v0.20.0` -> `v0.21.0` | | `go.opentelemetry.io/otel/metric` | `v1.44.0` -> `v1.45.0` | | `go.opentelemetry.io/otel/trace` | `v1.44.0` -> `v1.45.0` |

Coverage Report

Total coverage: 93%

## Coverage Report Total coverage: **93%**
renovate merged commit d3da98dcd0 into main 2026-08-07 17:12:56 +00:00
renovate deleted branch renovate/opentelemetry-go-contrib-monorepo 2026-08-07 17:12:57 +00:00
Sign in to join this conversation.
No Reviewers
No labels
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shiny/logging#17