Skip to content

Commit 635eaed

Browse files
authored
Release v0.18.0-alpha (#1306)
* Bump versions * Fix internal/telemetry/test mod name * Prepare auto for version v0.18.0-alpha * Prepare sdk for version v1.0.0 * Update changelog * Update compatibility doc * Update all tests
1 parent 989bb43 commit 635eaed

File tree

13 files changed

+24
-21
lines changed

13 files changed

+24
-21
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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.18.0-alpha] - 2024-11-20
12+
1113
### Changed
1214

1315
- Split the functionality of `Instrumentation.Run` to `Instrumentation.Load` and `Instrumentation.Run`.
@@ -496,7 +498,8 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
496498

497499
This is the first release of OpenTelemetry Go Automatic Instrumentation.
498500

499-
[Unreleased]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/compare/v0.17.0-alpha...HEAD
501+
[Unreleased]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/compare/v0.18.0-alpha...HEAD
502+
[v0.18.0-alpha]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.18.0-alpha
500503
[v0.17.0-alpha]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.17.0-alpha
501504
[v0.16.0-alpha]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.16.0-alpha
502505
[v0.15.0-alpha]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.15.0-alpha

COMPATIBILITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Auto-instrumentation can be configured to capture the telemetry sent to the
77

88
Supported versions of [`otel`]:
99

10-
- `v0.14.0` to `v1.30.0`
10+
- `v0.14.0` to `v1.32.0`
1111

1212
[`otel`]: https://pkg.go.dev/go.opentelemetry.io/otel
1313

internal/test/e2e/autosdk/traces.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{
3737
"key": "telemetry.distro.version",
3838
"value": {
39-
"stringValue": "v0.17.0-alpha"
39+
"stringValue": "v0.18.0-alpha"
4040
}
4141
},
4242
{

internal/test/e2e/databasesql/traces.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{
3737
"key": "telemetry.distro.version",
3838
"value": {
39-
"stringValue": "v0.17.0-alpha"
39+
"stringValue": "v0.18.0-alpha"
4040
}
4141
},
4242
{
@@ -53,7 +53,7 @@
5353
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
5454
"scope": {
5555
"name": "go.opentelemetry.io/auto/database/sql",
56-
"version": "v0.17.0-alpha"
56+
"version": "v0.18.0-alpha"
5757
},
5858
"spans": [
5959
{
@@ -79,7 +79,7 @@
7979
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
8080
"scope": {
8181
"name": "go.opentelemetry.io/auto/net/http",
82-
"version": "v0.17.0-alpha"
82+
"version": "v0.18.0-alpha"
8383
},
8484
"spans": [
8585
{

internal/test/e2e/gin/traces.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{
3737
"key": "telemetry.distro.version",
3838
"value": {
39-
"stringValue": "v0.17.0-alpha"
39+
"stringValue": "v0.18.0-alpha"
4040
}
4141
},
4242
{
@@ -53,7 +53,7 @@
5353
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
5454
"scope": {
5555
"name": "go.opentelemetry.io/auto/net/http",
56-
"version": "v0.17.0-alpha"
56+
"version": "v0.18.0-alpha"
5757
},
5858
"spans": [
5959
{

internal/test/e2e/grpc/traces.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{
3737
"key": "telemetry.distro.version",
3838
"value": {
39-
"stringValue": "v0.17.0-alpha"
39+
"stringValue": "v0.18.0-alpha"
4040
}
4141
},
4242
{
@@ -53,7 +53,7 @@
5353
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
5454
"scope": {
5555
"name": "go.opentelemetry.io/auto/google.golang.org/grpc",
56-
"version": "v0.17.0-alpha"
56+
"version": "v0.18.0-alpha"
5757
},
5858
"spans": [
5959
{

internal/test/e2e/kafka-go/traces.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{
3737
"key": "telemetry.distro.version",
3838
"value": {
39-
"stringValue": "v0.17.0-alpha"
39+
"stringValue": "v0.18.0-alpha"
4040
}
4141
},
4242
{
@@ -53,7 +53,7 @@
5353
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
5454
"scope": {
5555
"name": "go.opentelemetry.io/auto/github.com/segmentio/kafka-go",
56-
"version": "v0.17.0-alpha"
56+
"version": "v0.18.0-alpha"
5757
},
5858
"spans": [
5959
{

internal/test/e2e/nethttp/traces.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{
3737
"key": "telemetry.distro.version",
3838
"value": {
39-
"stringValue": "v0.17.0-alpha"
39+
"stringValue": "v0.18.0-alpha"
4040
}
4141
},
4242
{
@@ -53,7 +53,7 @@
5353
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
5454
"scope": {
5555
"name": "go.opentelemetry.io/auto/net/http",
56-
"version": "v0.17.0-alpha"
56+
"version": "v0.18.0-alpha"
5757
},
5858
"spans": [
5959
{

internal/test/e2e/nethttp_custom/traces.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{
3737
"key": "telemetry.distro.version",
3838
"value": {
39-
"stringValue": "v0.17.0-alpha"
39+
"stringValue": "v0.18.0-alpha"
4040
}
4141
},
4242
{
@@ -53,7 +53,7 @@
5353
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
5454
"scope": {
5555
"name": "go.opentelemetry.io/auto/net/http",
56-
"version": "v0.17.0-alpha"
56+
"version": "v0.18.0-alpha"
5757
},
5858
"spans": [
5959
{

internal/test/e2e/otelglobal/traces.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{
3737
"key": "telemetry.distro.version",
3838
"value": {
39-
"stringValue": "v0.17.0-alpha"
39+
"stringValue": "v0.18.0-alpha"
4040
}
4141
},
4242
{

0 commit comments

Comments
 (0)