Skip to content

Commit 7d1c3cb

Browse files
authored
Release v0.22.0 (#2370)
* Bump auto modset to v0.22.0 * Prepare auto for version v0.22.0 * Update the changelog
1 parent c7fbf6e commit 7d1c3cb

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

CHANGELOG.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
88

99
## [Unreleased]
1010

11+
## [v0.22.0] - 2025-05-23
12+
1113
### Added
1214

1315
- Cache offsets for `google.golang.org/grpc` `1.72.0-dev`. ([#1849](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1849))
@@ -24,7 +26,7 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
2426
- Cache offsets for `google.golang.org/grpc` `1.71.0`. ([#1940](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1940))
2527
- Cache offsets for Go `1.23.7`. ([#1940](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1940))
2628
- Cache offsets for Go `1.24.1`. ([#1940](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1940))
27-
- Cache offsets for `go.opentelemetry.io/otel@v1.35.0`. ([#1948](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1948))
29+
- Cache offsets for `go.opentelemetry.io/otel` `v1.35.0`. ([#1948](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1948))
2830
- Cache offsets for `golang.org/x/net` `0.37.0`. ([#1948](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1948))
2931
- Cache offsets for `golang.org/x/net` `0.38.0`. ([#2063](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/2063))
3032
- Cache offsets for `google.golang.org/grpc` `1.71.1`. ([#2078](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/2078))
@@ -42,7 +44,7 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
4244
- Cache offsets for `google.golang.org/grpc` `1.71.2`. ([#2319](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/2319))
4345
- Cache offsets for `google.golang.org/grpc` `1.72.1`. ([#2319](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/2319))
4446
- Cache offsets for `google.golang.org/grpc` `1.74.0-dev`. ([#2337](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/2337))
45-
- Cache offsets for `go.opentelemetry.io/otel@v1.36.0`. ([#2352](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/2352))
47+
- Cache offsets for `go.opentelemetry.io/otel` `v1.36.0`. ([#2352](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/2352))
4648

4749
### Changed
4850

@@ -59,13 +61,13 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
5961

6062
- Build support for Go 1.22 has been removed.
6163
Use Go >= 1.23 to develop and build the project. ([#1841](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1841))
62-
- The `WithGlobal` function is removed from `go.opentelemtry.io/auto`
64+
- The `WithGlobal` function is removed from `go.opentelemtry.io/auto`.
6365
This option is on by default. ([#1859](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1859))
64-
- The `WithServiceName` function is removed from `go.opentelemtry.io/auto`
66+
- The `WithServiceName` function is removed from `go.opentelemtry.io/auto`.
6567
Use `WithServiceName` in `go.opentelemtry.io/auto/pipeline/otelsdk` along with `WithHandler` to replace functionality. ([#1859](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1859))
66-
- The `WithTraceExporter` function is removed from `go.opentelemtry.io/auto`
68+
- The `WithTraceExporter` function is removed from `go.opentelemtry.io/auto`.
6769
Use `WithTraceExporter` in `go.opentelemtry.io/auto/pipeline/otelsdk` along with `WithHandler` to replace functionality. ([#1859](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1859))
68-
- The `WithResourceAttributes` function is removed from `go.opentelemtry.io/auto`
70+
- The `WithResourceAttributes` function is removed from `go.opentelemtry.io/auto`.
6971
Use `WithResourceAttributes` in `go.opentelemtry.io/auto/pipeline/otelsdk` along with `WithHandler` to replace functionality. ([#1859](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1859))
7072
- Resolution of the environment variable `"OTEL_GO_AUTO_TARGET_EXE"` has been removed from `WithEnv`.
7173
Note, the built binary (`auto/cli`) still supports resolution and use of this value.
@@ -652,7 +654,8 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
652654

653655
This is the first release of OpenTelemetry Go Automatic Instrumentation.
654656

655-
[Unreleased]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/compare/v0.21.0...HEAD
657+
[Unreleased]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/compare/v0.22.0...HEAD
658+
[v0.22.0]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.22.0
656659
[v0.21.0]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.21.0
657660
[v0.20.0]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.20.0
658661
[v0.19.0-alpha]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.19.0-alpha

internal/test/e2e/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ require (
1010
github.com/mattn/go-sqlite3 v1.14.28
1111
github.com/segmentio/kafka-go v0.4.48
1212
github.com/stretchr/testify v1.10.0
13-
go.opentelemetry.io/auto v0.21.0
13+
go.opentelemetry.io/auto v0.22.0
1414
go.opentelemetry.io/auto/sdk v1.1.0
1515
go.opentelemetry.io/collector/pdata v1.32.0
1616
go.opentelemetry.io/otel v1.36.0

internal/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/docker/docker v28.1.1+incompatible
88
github.com/golangci/golangci-lint/v2 v2.1.6
99
github.com/google/go-licenses/v2 v2.0.0-alpha.1
10-
go.opentelemetry.io/auto v0.21.0
10+
go.opentelemetry.io/auto v0.22.0
1111
go.opentelemetry.io/build-tools/crosslink v0.23.1
1212
go.opentelemetry.io/build-tools/dbotconf v0.23.1
1313
go.opentelemetry.io/build-tools/multimod v0.23.1

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ package auto
55

66
// Version is the current release version of OpenTelemetry Go auto-instrumentation in use.
77
func Version() string {
8-
return "v0.21.0"
8+
return "v0.22.0"
99
}

versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
module-sets:
55
auto:
6-
version: v0.21.0
6+
version: v0.22.0
77
modules:
88
- go.opentelemetry.io/auto
99
sdk:

0 commit comments

Comments
 (0)