Skip to content

Commit a89d958

Browse files
authored
Release v1.40.0/v2.2.0/v0.65.0/v0.34.0/v0.20.0/v0.15.0/v0.13.0/v0.12.0 (#8493)
1 parent 1530d71 commit a89d958

File tree

146 files changed

+1079
-1076
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

146 files changed

+1079
-1076
lines changed

CHANGELOG.md

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
88

99
## [Unreleased]
1010

11+
<!-- Released section -->
12+
<!-- Don't change this section unless doing release -->
13+
14+
## [1.40.0/2.2.0/0.65.0/0.34.0/0.20.0/0.15.0/0.13.0/0.12.0] - 2026-02-02
15+
1116
### Added
1217

1318
- `WithMetricAttributesFn` option in `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` to define dynamic attributes on auto-instrumented metrics. (#8191)
@@ -23,35 +28,25 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
2328
- Fix panic when passing nil `TracerProvider` or `MeterProvider` to `WithTracerProvider` or `WithMeterProvider` in `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc`. (#8323)
2429
- `Transport` in `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` now supports reading request body multiple times for subsequent requests that reuse `http.Request`. (#8352)
2530

26-
### Removed
27-
28-
- The deprecated `DefaultClient`, `Get`, `Head`, `Post`, and `PostForm` in `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`.
29-
Use a custom `*http.Client` with `otelhttp.NewTransport(http.DefaultTransport)` instead. (#8266)
30-
- The deprecated `WithPublicEndpoint` in `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`.
31-
Use `WithPublicEndpointFn` instead. (#8267)
32-
- The deprecated `WithRouteTag` in `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`.
33-
The route is already added automatically for spans.
34-
For metrics, the alternative is to use the `WithMetricAttributesFn` option. (#8268)
35-
3631
### Changed
3732

3833
- The `Version()` function in `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` has been replaced by `const Version`. (#8142)
34+
- The `Version()` function in `go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace` has been replaced by `const Version`. (#8302)
35+
- The `Version()` function in `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` has been replaced by `const Version`. (#8317)
3936
- The `Version()` function in `go.opentelemetry.io/contrib/zpages` has been replaced by `const Version`. (#8325)
37+
- The `Version()` function in `go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo` has been replaced by `const Version`. (#8340)
38+
- The `Version()` function in `go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin` has been replaced by `const Version`. (#8341)
4039
- The `Version()` function in `go.opentelemetry.io/contrib/instrumentation/runtime` has been replaced by `const Version` string. (#8349)
41-
- The `Version()` function in `go.opentelemetry.io/contrib/instrumentation/host` has been replaced by `const Version`. (#8358)
42-
- The `Version()` function in `go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda` has been replaced by `const Version`. (#8357)
4340
- The `Version()` function in `go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws` has been replaced by `const Version`. (#8356)
41+
- The `Version()` function in `go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda` has been replaced by `const Version`. (#8357)
42+
- The `Version()` function in `go.opentelemetry.io/contrib/instrumentation/host` has been replaced by `const Version`. (#8358)
4443
- The `Version()` function in `go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful` has been replaced by `const Version`. (#8360)
4544
- The `Version()` function in `go.opentelemetry.io/contrib/propagators/opencensus` has been replaced by `const Version`. (#8361)
4645
- The `Version()` function in `go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho` has been replaced by `const Version`. (#8365)
4746
- The `Version()` function in `go.opentelemetry.io/contrib/samplers/probability/consistent` has been replaced by `const Version`. (#8366)
48-
- The `Version()` function in `go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace` has been replaced by `const Version`. (#8302)
4947
- The `Version()` function in `go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/v2/mongo/otelmongo` has been replaced by `const Version`. (#8370)
50-
- The `Version()` function in `go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin` has been replaced by `const Version`. (#8341)
5148
- Set `error.type` attribute instead of adding `exception` span events in `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`. (#8386)
5249
- Set `error.type` attribute instead of adding `exception` span events in `go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws`. (#8386)
53-
- The `Version()` function in `go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo` hae been replaced by `const Version`. (#8340)
54-
- The `Version()` function in `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` has been replaced by `const Version`. (#8317)
5550
- Upgrade `go.opentelemetry.io/otel/semconv` to `v1.39.0`, including updates across all instrumentation and detector modules. (#8404)
5651
- The semantic conventions v1.39.0 release introduces breaking changes, including:
5752
- `rpc` span and metric attributes have been renamed to align with naming guidelines:
@@ -107,8 +102,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
107102
- `OperationAttr()` function in `go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws` is deprecated.
108103
Use `MethodAttr()` instead, as `rpc.service` has been merged into `rpc.method` in semantic conventions v1.39.0. (#8404)
109104

110-
<!-- Released section -->
111-
<!-- Don't change this section unless doing release -->
105+
### Removed
106+
107+
- The deprecated `DefaultClient`, `Get`, `Head`, `Post`, and `PostForm` in `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`.
108+
Use a custom `*http.Client` with `otelhttp.NewTransport(http.DefaultTransport)` instead. (#8266)
109+
- The deprecated `WithPublicEndpoint` in `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`.
110+
Use `WithPublicEndpointFn` instead. (#8267)
111+
- The deprecated `WithRouteTag` in `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp`.
112+
The route is already added automatically for spans.
113+
For metrics, the alternative is to use the `WithMetricAttributesFn` option. (#8268)
112114

113115
## [1.39.0/2.1.0/0.64.0/0.33.0/0.19.0/0.14.0/0.12.0/0.11.0] - 2025-12-08
114116

@@ -1651,7 +1653,8 @@ First official tagged release of `contrib` repository.
16511653
- Prefix support for dogstatsd (#34)
16521654
- Update Go Runtime package to use batch observer (#44)
16531655

1654-
[Unreleased]: https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.39.0...HEAD
1656+
[Unreleased]: https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.40.0...HEAD
1657+
[1.40.0/2.2.0/0.65.0/0.34.0/0.20.0/0.15.0/0.13.0/0.12.0]: https://github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v1.40.0
16551658
[1.39.0/2.1.0/0.64.0/0.33.0/0.19.0/0.14.0/0.12.0/0.11.0]: https://github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v1.39.0
16561659
[1.38.0/2.0.0/0.63.0/0.32.0/0.18.0/0.13.0/0.11.0/0.10.0]: https://github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v1.38.0
16571660
[1.37.0/0.62.0/0.31.0/0.17.0/0.12.0/0.10.0/0.9.0]: https://github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v1.37.0

bridges/otellogr/go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ go 1.24.0
55
require (
66
github.com/go-logr/logr v1.4.3
77
github.com/stretchr/testify v1.11.1
8-
go.opentelemetry.io/otel v1.39.1-0.20260130171517-3264bf171b1e
9-
go.opentelemetry.io/otel/log v0.15.1-0.20260130171517-3264bf171b1e
10-
go.opentelemetry.io/otel/log/logtest v0.15.1-0.20260130171517-3264bf171b1e
8+
go.opentelemetry.io/otel v1.40.0
9+
go.opentelemetry.io/otel/log v0.16.0
10+
go.opentelemetry.io/otel/log/logtest v0.16.0
1111
)
1212

1313
require (
@@ -17,7 +17,7 @@ require (
1717
github.com/google/go-cmp v0.7.0 // indirect
1818
github.com/pmezard/go-difflib v1.0.0 // indirect
1919
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
20-
go.opentelemetry.io/otel/metric v1.39.1-0.20260130171517-3264bf171b1e // indirect
21-
go.opentelemetry.io/otel/trace v1.39.1-0.20260130171517-3264bf171b1e // indirect
20+
go.opentelemetry.io/otel/metric v1.40.0 // indirect
21+
go.opentelemetry.io/otel/trace v1.40.0 // indirect
2222
gopkg.in/yaml.v3 v3.0.1 // indirect
2323
)

bridges/otellogr/go.sum

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
2121
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
2222
go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64=
2323
go.opentelemetry.io/auto/sdk v1.2.1/go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y=
24-
go.opentelemetry.io/otel v1.39.1-0.20260130171517-3264bf171b1e h1:Qrr2QBBrjmGxK58kHBVefIm3BFUgurat1vKJ2C8AK14=
25-
go.opentelemetry.io/otel v1.39.1-0.20260130171517-3264bf171b1e/go.mod h1:kLlFTywNWrFyEdH0oj2xK0bFYZtHRYUdv1NklR/tgc8=
26-
go.opentelemetry.io/otel/log v0.15.1-0.20260130171517-3264bf171b1e h1:rJvDL08syDjCebyYlY3zSc6IHV5LBV4uoEBIMyfc22g=
27-
go.opentelemetry.io/otel/log v0.15.1-0.20260130171517-3264bf171b1e/go.mod h1:9c/G1zbyZfgu1HmQD7Qj84QMmwTp2QCQsZH1aeoWDE4=
28-
go.opentelemetry.io/otel/log/logtest v0.15.1-0.20260130171517-3264bf171b1e h1:KX2HnB9OberATeMyBNCrDL2xx0aqLP9RXno4GBzP3mU=
29-
go.opentelemetry.io/otel/log/logtest v0.15.1-0.20260130171517-3264bf171b1e/go.mod h1:x4nDEQqe+KEr4j4LfLdFzVQEqCKXlx5m9uHGTkwLyo0=
30-
go.opentelemetry.io/otel/metric v1.39.1-0.20260130171517-3264bf171b1e h1:mwV8ePVlQ9MZoN+KSjUWxGNK8nFi/EQkKeCsouCFXbI=
31-
go.opentelemetry.io/otel/metric v1.39.1-0.20260130171517-3264bf171b1e/go.mod h1:jrZSWL33sD7bBxg1xjrqyDjnuzTUB0x1nBERXd7Ftcs=
32-
go.opentelemetry.io/otel/trace v1.39.1-0.20260130171517-3264bf171b1e h1:TTPR4aJjcHrOs3XP7sB04NjUx3GKWg/USh5DEPu/EA8=
33-
go.opentelemetry.io/otel/trace v1.39.1-0.20260130171517-3264bf171b1e/go.mod h1:88w4/PnZSazkGzz/w84VHpQafiU4EtqqlVdxWy+rNOA=
24+
go.opentelemetry.io/otel v1.40.0 h1:oA5YeOcpRTXq6NN7frwmwFR0Cn3RhTVZvXsP4duvCms=
25+
go.opentelemetry.io/otel v1.40.0/go.mod h1:IMb+uXZUKkMXdPddhwAHm6UfOwJyh4ct1ybIlV14J0g=
26+
go.opentelemetry.io/otel/log v0.16.0 h1:DeuBPqCi6pQwtCK0pO4fvMB5eBq6sNxEnuTs88pjsN4=
27+
go.opentelemetry.io/otel/log v0.16.0/go.mod h1:rWsmqNVTLIA8UnwYVOItjyEZDbKIkMxdQunsIhpUMes=
28+
go.opentelemetry.io/otel/log/logtest v0.16.0 h1:jr1CG3Z6FD9pwUaL/D0s0X4lY2ZVm1jP3JfCtzGxUmE=
29+
go.opentelemetry.io/otel/log/logtest v0.16.0/go.mod h1:qeeZw+cI/rAtCzZ03Kq1ozq6C4z/PCa+K+bb0eJfKNs=
30+
go.opentelemetry.io/otel/metric v1.40.0 h1:rcZe317KPftE2rstWIBitCdVp89A2HqjkxR3c11+p9g=
31+
go.opentelemetry.io/otel/metric v1.40.0/go.mod h1:ib/crwQH7N3r5kfiBZQbwrTge743UDc7DTFVZrrXnqc=
32+
go.opentelemetry.io/otel/trace v1.40.0 h1:WA4etStDttCSYuhwvEa8OP8I5EWu24lkOzp+ZYblVjw=
33+
go.opentelemetry.io/otel/trace v1.40.0/go.mod h1:zeAhriXecNGP/s2SEG3+Y8X9ujcJOTqQ5RgdEJcawiA=
3434
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
3535
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
3636
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=

bridges/otellogr/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
package otellogr // import "go.opentelemetry.io/contrib/bridges/otellogr"
55

66
// Version is the current release version of the otellogr bridge.
7-
const Version = "0.14.0"
7+
const Version = "0.15.0"

bridges/otellogrus/go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ go 1.24.0
55
require (
66
github.com/sirupsen/logrus v1.9.4
77
github.com/stretchr/testify v1.11.1
8-
go.opentelemetry.io/otel v1.39.1-0.20260130171517-3264bf171b1e
9-
go.opentelemetry.io/otel/log v0.15.1-0.20260130171517-3264bf171b1e
10-
go.opentelemetry.io/otel/log/logtest v0.15.1-0.20260130171517-3264bf171b1e
8+
go.opentelemetry.io/otel v1.40.0
9+
go.opentelemetry.io/otel/log v0.16.0
10+
go.opentelemetry.io/otel/log/logtest v0.16.0
1111
)
1212

1313
require (
@@ -18,8 +18,8 @@ require (
1818
github.com/google/go-cmp v0.7.0 // indirect
1919
github.com/pmezard/go-difflib v1.0.0 // indirect
2020
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
21-
go.opentelemetry.io/otel/metric v1.39.1-0.20260130171517-3264bf171b1e // indirect
22-
go.opentelemetry.io/otel/trace v1.39.1-0.20260130171517-3264bf171b1e // indirect
21+
go.opentelemetry.io/otel/metric v1.40.0 // indirect
22+
go.opentelemetry.io/otel/trace v1.40.0 // indirect
2323
golang.org/x/sys v0.40.0 // indirect
2424
gopkg.in/yaml.v3 v3.0.1 // indirect
2525
)

bridges/otellogrus/go.sum

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
2323
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
2424
go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64=
2525
go.opentelemetry.io/auto/sdk v1.2.1/go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y=
26-
go.opentelemetry.io/otel v1.39.1-0.20260130171517-3264bf171b1e h1:Qrr2QBBrjmGxK58kHBVefIm3BFUgurat1vKJ2C8AK14=
27-
go.opentelemetry.io/otel v1.39.1-0.20260130171517-3264bf171b1e/go.mod h1:kLlFTywNWrFyEdH0oj2xK0bFYZtHRYUdv1NklR/tgc8=
28-
go.opentelemetry.io/otel/log v0.15.1-0.20260130171517-3264bf171b1e h1:rJvDL08syDjCebyYlY3zSc6IHV5LBV4uoEBIMyfc22g=
29-
go.opentelemetry.io/otel/log v0.15.1-0.20260130171517-3264bf171b1e/go.mod h1:9c/G1zbyZfgu1HmQD7Qj84QMmwTp2QCQsZH1aeoWDE4=
30-
go.opentelemetry.io/otel/log/logtest v0.15.1-0.20260130171517-3264bf171b1e h1:KX2HnB9OberATeMyBNCrDL2xx0aqLP9RXno4GBzP3mU=
31-
go.opentelemetry.io/otel/log/logtest v0.15.1-0.20260130171517-3264bf171b1e/go.mod h1:x4nDEQqe+KEr4j4LfLdFzVQEqCKXlx5m9uHGTkwLyo0=
32-
go.opentelemetry.io/otel/metric v1.39.1-0.20260130171517-3264bf171b1e h1:mwV8ePVlQ9MZoN+KSjUWxGNK8nFi/EQkKeCsouCFXbI=
33-
go.opentelemetry.io/otel/metric v1.39.1-0.20260130171517-3264bf171b1e/go.mod h1:jrZSWL33sD7bBxg1xjrqyDjnuzTUB0x1nBERXd7Ftcs=
34-
go.opentelemetry.io/otel/trace v1.39.1-0.20260130171517-3264bf171b1e h1:TTPR4aJjcHrOs3XP7sB04NjUx3GKWg/USh5DEPu/EA8=
35-
go.opentelemetry.io/otel/trace v1.39.1-0.20260130171517-3264bf171b1e/go.mod h1:88w4/PnZSazkGzz/w84VHpQafiU4EtqqlVdxWy+rNOA=
26+
go.opentelemetry.io/otel v1.40.0 h1:oA5YeOcpRTXq6NN7frwmwFR0Cn3RhTVZvXsP4duvCms=
27+
go.opentelemetry.io/otel v1.40.0/go.mod h1:IMb+uXZUKkMXdPddhwAHm6UfOwJyh4ct1ybIlV14J0g=
28+
go.opentelemetry.io/otel/log v0.16.0 h1:DeuBPqCi6pQwtCK0pO4fvMB5eBq6sNxEnuTs88pjsN4=
29+
go.opentelemetry.io/otel/log v0.16.0/go.mod h1:rWsmqNVTLIA8UnwYVOItjyEZDbKIkMxdQunsIhpUMes=
30+
go.opentelemetry.io/otel/log/logtest v0.16.0 h1:jr1CG3Z6FD9pwUaL/D0s0X4lY2ZVm1jP3JfCtzGxUmE=
31+
go.opentelemetry.io/otel/log/logtest v0.16.0/go.mod h1:qeeZw+cI/rAtCzZ03Kq1ozq6C4z/PCa+K+bb0eJfKNs=
32+
go.opentelemetry.io/otel/metric v1.40.0 h1:rcZe317KPftE2rstWIBitCdVp89A2HqjkxR3c11+p9g=
33+
go.opentelemetry.io/otel/metric v1.40.0/go.mod h1:ib/crwQH7N3r5kfiBZQbwrTge743UDc7DTFVZrrXnqc=
34+
go.opentelemetry.io/otel/trace v1.40.0 h1:WA4etStDttCSYuhwvEa8OP8I5EWu24lkOzp+ZYblVjw=
35+
go.opentelemetry.io/otel/trace v1.40.0/go.mod h1:zeAhriXecNGP/s2SEG3+Y8X9ujcJOTqQ5RgdEJcawiA=
3636
golang.org/x/sys v0.40.0 h1:DBZZqJ2Rkml6QMQsZywtnjnnGvHza6BTfYFWY9kjEWQ=
3737
golang.org/x/sys v0.40.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
3838
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

bridges/otellogrus/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
package otellogrus // import "go.opentelemetry.io/contrib/bridges/otellogrus"
55

66
// Version is the current release version of the otellogrus bridge.
7-
const Version = "0.14.0"
7+
const Version = "0.15.0"

bridges/otelslog/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ go 1.24.0
44

55
require (
66
github.com/stretchr/testify v1.11.1
7-
go.opentelemetry.io/otel v1.39.1-0.20260130171517-3264bf171b1e
8-
go.opentelemetry.io/otel/log v0.15.1-0.20260130171517-3264bf171b1e
7+
go.opentelemetry.io/otel v1.40.0
8+
go.opentelemetry.io/otel/log v0.16.0
99
)
1010

1111
require (
@@ -15,7 +15,7 @@ require (
1515
github.com/go-logr/stdr v1.2.2 // indirect
1616
github.com/pmezard/go-difflib v1.0.0 // indirect
1717
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
18-
go.opentelemetry.io/otel/metric v1.39.1-0.20260130171517-3264bf171b1e // indirect
19-
go.opentelemetry.io/otel/trace v1.39.1-0.20260130171517-3264bf171b1e // indirect
18+
go.opentelemetry.io/otel/metric v1.40.0 // indirect
19+
go.opentelemetry.io/otel/trace v1.40.0 // indirect
2020
gopkg.in/yaml.v3 v3.0.1 // indirect
2121
)

bridges/otelslog/go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ github.com/stretchr/testify v1.11.1 h1:7s2iGBzp5EwR7/aIZr8ao5+dra3wiQyKjjFuvgVKu
2121
github.com/stretchr/testify v1.11.1/go.mod h1:wZwfW3scLgRK+23gO65QZefKpKQRnfz6sD981Nm4B6U=
2222
go.opentelemetry.io/auto/sdk v1.2.1 h1:jXsnJ4Lmnqd11kwkBV2LgLoFMZKizbCi5fNZ/ipaZ64=
2323
go.opentelemetry.io/auto/sdk v1.2.1/go.mod h1:KRTj+aOaElaLi+wW1kO/DZRXwkF4C5xPbEe3ZiIhN7Y=
24-
go.opentelemetry.io/otel v1.39.1-0.20260130171517-3264bf171b1e h1:Qrr2QBBrjmGxK58kHBVefIm3BFUgurat1vKJ2C8AK14=
25-
go.opentelemetry.io/otel v1.39.1-0.20260130171517-3264bf171b1e/go.mod h1:kLlFTywNWrFyEdH0oj2xK0bFYZtHRYUdv1NklR/tgc8=
26-
go.opentelemetry.io/otel/log v0.15.1-0.20260130171517-3264bf171b1e h1:rJvDL08syDjCebyYlY3zSc6IHV5LBV4uoEBIMyfc22g=
27-
go.opentelemetry.io/otel/log v0.15.1-0.20260130171517-3264bf171b1e/go.mod h1:9c/G1zbyZfgu1HmQD7Qj84QMmwTp2QCQsZH1aeoWDE4=
28-
go.opentelemetry.io/otel/metric v1.39.1-0.20260130171517-3264bf171b1e h1:mwV8ePVlQ9MZoN+KSjUWxGNK8nFi/EQkKeCsouCFXbI=
29-
go.opentelemetry.io/otel/metric v1.39.1-0.20260130171517-3264bf171b1e/go.mod h1:jrZSWL33sD7bBxg1xjrqyDjnuzTUB0x1nBERXd7Ftcs=
30-
go.opentelemetry.io/otel/trace v1.39.1-0.20260130171517-3264bf171b1e h1:TTPR4aJjcHrOs3XP7sB04NjUx3GKWg/USh5DEPu/EA8=
31-
go.opentelemetry.io/otel/trace v1.39.1-0.20260130171517-3264bf171b1e/go.mod h1:88w4/PnZSazkGzz/w84VHpQafiU4EtqqlVdxWy+rNOA=
24+
go.opentelemetry.io/otel v1.40.0 h1:oA5YeOcpRTXq6NN7frwmwFR0Cn3RhTVZvXsP4duvCms=
25+
go.opentelemetry.io/otel v1.40.0/go.mod h1:IMb+uXZUKkMXdPddhwAHm6UfOwJyh4ct1ybIlV14J0g=
26+
go.opentelemetry.io/otel/log v0.16.0 h1:DeuBPqCi6pQwtCK0pO4fvMB5eBq6sNxEnuTs88pjsN4=
27+
go.opentelemetry.io/otel/log v0.16.0/go.mod h1:rWsmqNVTLIA8UnwYVOItjyEZDbKIkMxdQunsIhpUMes=
28+
go.opentelemetry.io/otel/metric v1.40.0 h1:rcZe317KPftE2rstWIBitCdVp89A2HqjkxR3c11+p9g=
29+
go.opentelemetry.io/otel/metric v1.40.0/go.mod h1:ib/crwQH7N3r5kfiBZQbwrTge743UDc7DTFVZrrXnqc=
30+
go.opentelemetry.io/otel/trace v1.40.0 h1:WA4etStDttCSYuhwvEa8OP8I5EWu24lkOzp+ZYblVjw=
31+
go.opentelemetry.io/otel/trace v1.40.0/go.mod h1:zeAhriXecNGP/s2SEG3+Y8X9ujcJOTqQ5RgdEJcawiA=
3232
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
3333
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntNwaWcugrBjAiHlqqRiVk=
3434
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q=

bridges/otelslog/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
package otelslog // import "go.opentelemetry.io/contrib/bridges/otelslog"
55

66
// Version is the current release version of the otelslog bridge.
7-
const Version = "0.14.0"
7+
const Version = "0.15.0"

0 commit comments

Comments
 (0)