From e55186622c807a9069bb0ce068c5c6ffa9ea239c Mon Sep 17 00:00:00 2001 From: otelbot <197425009+otelbot@users.noreply.github.com> Date: Mon, 8 Dec 2025 20:58:15 +0000 Subject: [PATCH 1/3] Automatic update of offsets.json --- internal/pkg/inject/offset_results.json | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/internal/pkg/inject/offset_results.json b/internal/pkg/inject/offset_results.json index 2d9e448ef1..62ab1e2d36 100644 --- a/internal/pkg/inject/offset_results.json +++ b/internal/pkg/inject/offset_results.json @@ -967,7 +967,8 @@ "1.35.0", "1.36.0", "1.37.0", - "1.38.0" + "1.38.0", + "1.39.0" ] } ] @@ -1071,7 +1072,8 @@ "1.35.0", "1.36.0", "1.37.0", - "1.38.0" + "1.38.0", + "1.39.0" ] } ] @@ -1175,7 +1177,8 @@ "1.35.0", "1.36.0", "1.37.0", - "1.38.0" + "1.38.0", + "1.39.0" ] } ] @@ -1284,7 +1287,8 @@ "1.35.0", "1.36.0", "1.37.0", - "1.38.0" + "1.38.0", + "1.39.0" ] } ] @@ -1393,7 +1397,8 @@ "1.35.0", "1.36.0", "1.37.0", - "1.38.0" + "1.38.0", + "1.39.0" ] } ] @@ -1492,7 +1497,8 @@ "1.35.0", "1.36.0", "1.37.0", - "1.38.0" + "1.38.0", + "1.39.0" ] } ] @@ -1591,7 +1597,8 @@ "1.35.0", "1.36.0", "1.37.0", - "1.38.0" + "1.38.0", + "1.39.0" ] } ] From bd47a00c95289650d2f102fe2a4b202d2f72011c Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Mon, 8 Dec 2025 13:03:54 -0800 Subject: [PATCH 2/3] Add a changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e3664fdc4..4ef90c6c10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http - Cache offsets for `google.golang.org/grpc` `1.77.0`. ([#3015](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/3015)) - Cache offsets for Go `1.24.11`. ([#3078](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/3078)) - Cache offsets for Go `1.25.5`. ([#3078](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/3078)) +- Cache offsets for `go.opentelemetry.io/otel` `v1.39.0`. ([#3101](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/3101)) ### Removed From 47116f03c5a990605b3e3ff62f1ac8a4670f4f62 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Mon, 8 Dec 2025 13:04:02 -0800 Subject: [PATCH 3/3] Update COMPATIBILITY.md --- COMPATIBILITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMPATIBILITY.md b/COMPATIBILITY.md index fbc914323e..db74830fff 100644 --- a/COMPATIBILITY.md +++ b/COMPATIBILITY.md @@ -7,7 +7,7 @@ Auto-instrumentation can be configured to capture the telemetry sent to the Supported versions of [`otel`]: -- `v0.14.0` to `v1.38.0` +- `v0.14.0` to `v1.39.0` **Note**: Versions of `go.opentelemetry.io/otel < v1.33.0` are not supported when using Go >= `1.24`. See [this issue] for details.