From 36624be87adc4cca62c3a671f298e41ac7f7a7c3 Mon Sep 17 00:00:00 2001 From: otelbot <197425009+otelbot@users.noreply.github.com> Date: Fri, 3 Apr 2026 15:20:50 +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 0de067cadf..67723d09e5 100644 --- a/internal/pkg/inject/offset_results.json +++ b/internal/pkg/inject/offset_results.json @@ -981,7 +981,8 @@ "1.39.0", "1.40.0", "1.41.0", - "1.42.0" + "1.42.0", + "1.43.0" ] } ] @@ -1089,7 +1090,8 @@ "1.39.0", "1.40.0", "1.41.0", - "1.42.0" + "1.42.0", + "1.43.0" ] } ] @@ -1197,7 +1199,8 @@ "1.39.0", "1.40.0", "1.41.0", - "1.42.0" + "1.42.0", + "1.43.0" ] } ] @@ -1310,7 +1313,8 @@ "1.39.0", "1.40.0", "1.41.0", - "1.42.0" + "1.42.0", + "1.43.0" ] } ] @@ -1423,7 +1427,8 @@ "1.39.0", "1.40.0", "1.41.0", - "1.42.0" + "1.42.0", + "1.43.0" ] } ] @@ -1526,7 +1531,8 @@ "1.39.0", "1.40.0", "1.41.0", - "1.42.0" + "1.42.0", + "1.43.0" ] } ] @@ -1629,7 +1635,8 @@ "1.39.0", "1.40.0", "1.41.0", - "1.42.0" + "1.42.0", + "1.43.0" ] } ] From c77a5f8a6acdab46ab57ea23572ba28af67b2cf0 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Fri, 3 Apr 2026 08:42:37 -0700 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 a927eb80f1..4255f3f85c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http - Cache offsets for Go `1.26.1`. ([#3365](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/3365)) - Cache offsets for `google.golang.org/grpc` `1.79.3`. ([#3402](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/3402)) - Cache offsets for `google.golang.org/grpc` `1.80.0`. ([#3402](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/3402)) +- Cache offsets for `go.opentelemetry.io/otel` `v1.43.0`. ([#3430](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/3430)) ### Removed From 140d1232d00603ec7154ff267dc299fecbcf84d8 Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Fri, 3 Apr 2026 08:42:45 -0700 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 3862044678..7bc8da2451 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.42.0` +- `v0.14.0` to `v1.43.0` **Note**: Versions of `go.opentelemetry.io/otel < v1.33.0` are not supported when using Go >= `1.24`. See [this issue] for details.