diff --git a/CHANGELOG.md b/CHANGELOG.md index 812c6985a..377b56c7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http - Support `google.golang.org/grpc` `1.67.0-dev`. ([#1007](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1007)) - Support Go `1.23.0`. ([#1007](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1007)) - Introduce `config.Provider` as an option to set the initial configuration and update it in runtime. ([#1010](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1010)) +- Support `go.opentelemetry.io/otel@v1.29.0`. ([#1032](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1032)) ### Fixed diff --git a/internal/pkg/inject/offset_results.json b/internal/pkg/inject/offset_results.json index c98464dd8..e1c7da22f 100644 --- a/internal/pkg/inject/offset_results.json +++ b/internal/pkg/inject/offset_results.json @@ -937,7 +937,8 @@ "1.25.0", "1.26.0", "1.27.0", - "1.28.0" + "1.28.0", + "1.29.0" ] } ] @@ -1031,7 +1032,8 @@ "1.25.0", "1.26.0", "1.27.0", - "1.28.0" + "1.28.0", + "1.29.0" ] } ] @@ -1125,7 +1127,8 @@ "1.25.0", "1.26.0", "1.27.0", - "1.28.0" + "1.28.0", + "1.29.0" ] } ] @@ -1224,7 +1227,8 @@ "1.25.0", "1.26.0", "1.27.0", - "1.28.0" + "1.28.0", + "1.29.0" ] } ]