From 171ae2d4c4df2dfe1834aa69f1ed7e3eebb00026 Mon Sep 17 00:00:00 2001 From: Mike Goldsmith Date: Wed, 13 Sep 2023 00:47:09 +0100 Subject: [PATCH] Prepare v0.3.0-alpha release (#301) Prepares the v0.3.0-alpha release. --- CHANGELOG.md | 5 ++++- internal/test/e2e/databasesql/traces.json | 2 +- internal/test/e2e/gin/traces.json | 2 +- internal/test/e2e/gorillamux/traces.json | 2 +- internal/test/e2e/nethttp/traces.json | 2 +- test/e2e/databasesql/traces.json | 2 +- test/e2e/gin/traces.json | 2 +- test/e2e/gorillamux/traces.json | 2 +- test/e2e/nethttp/traces.json | 2 +- version.go | 2 +- versions.yaml | 2 +- 11 files changed, 14 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c67648813..cb7082621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http ## [Unreleased] +## [v0.3.0-alpha] - 2023-09-12 + ### Added - Add database/sql instrumentation ([#240](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/240)) @@ -131,7 +133,8 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http This is the first release of OpenTelemetry Go Automatic Instrumentation. -[Unreleased]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/compare/v0.2.2-alpha...HEAD +[Unreleased]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/compare/v0.3.0-alpha...HEAD +[v0.3.0-alpha]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.3.0-alpha [v0.2.2-alpha]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.2.2-alpha [v0.2.1-alpha]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.2.1-alpha [v0.2.0-alpha]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.2.0-alpha diff --git a/internal/test/e2e/databasesql/traces.json b/internal/test/e2e/databasesql/traces.json index 2d26c3170..96c9f398e 100644 --- a/internal/test/e2e/databasesql/traces.json +++ b/internal/test/e2e/databasesql/traces.json @@ -12,7 +12,7 @@ { "key": "telemetry.auto.version", "value": { - "stringValue": "v0.2.2-alpha" + "stringValue": "v0.3.0-alpha" } }, { diff --git a/internal/test/e2e/gin/traces.json b/internal/test/e2e/gin/traces.json index 0ff7fd232..3daf1ae00 100644 --- a/internal/test/e2e/gin/traces.json +++ b/internal/test/e2e/gin/traces.json @@ -12,7 +12,7 @@ { "key": "telemetry.auto.version", "value": { - "stringValue": "v0.2.2-alpha" + "stringValue": "v0.3.0-alpha" } }, { diff --git a/internal/test/e2e/gorillamux/traces.json b/internal/test/e2e/gorillamux/traces.json index 8670679a4..8307fe3bd 100644 --- a/internal/test/e2e/gorillamux/traces.json +++ b/internal/test/e2e/gorillamux/traces.json @@ -12,7 +12,7 @@ { "key": "telemetry.auto.version", "value": { - "stringValue": "v0.2.2-alpha" + "stringValue": "v0.3.0-alpha" } }, { diff --git a/internal/test/e2e/nethttp/traces.json b/internal/test/e2e/nethttp/traces.json index 575fe11da..76a8b0865 100644 --- a/internal/test/e2e/nethttp/traces.json +++ b/internal/test/e2e/nethttp/traces.json @@ -12,7 +12,7 @@ { "key": "telemetry.auto.version", "value": { - "stringValue": "v0.2.2-alpha" + "stringValue": "v0.3.0-alpha" } }, { diff --git a/test/e2e/databasesql/traces.json b/test/e2e/databasesql/traces.json index 2d26c3170..96c9f398e 100644 --- a/test/e2e/databasesql/traces.json +++ b/test/e2e/databasesql/traces.json @@ -12,7 +12,7 @@ { "key": "telemetry.auto.version", "value": { - "stringValue": "v0.2.2-alpha" + "stringValue": "v0.3.0-alpha" } }, { diff --git a/test/e2e/gin/traces.json b/test/e2e/gin/traces.json index 0ff7fd232..3daf1ae00 100644 --- a/test/e2e/gin/traces.json +++ b/test/e2e/gin/traces.json @@ -12,7 +12,7 @@ { "key": "telemetry.auto.version", "value": { - "stringValue": "v0.2.2-alpha" + "stringValue": "v0.3.0-alpha" } }, { diff --git a/test/e2e/gorillamux/traces.json b/test/e2e/gorillamux/traces.json index 8670679a4..8307fe3bd 100644 --- a/test/e2e/gorillamux/traces.json +++ b/test/e2e/gorillamux/traces.json @@ -12,7 +12,7 @@ { "key": "telemetry.auto.version", "value": { - "stringValue": "v0.2.2-alpha" + "stringValue": "v0.3.0-alpha" } }, { diff --git a/test/e2e/nethttp/traces.json b/test/e2e/nethttp/traces.json index 575fe11da..76a8b0865 100644 --- a/test/e2e/nethttp/traces.json +++ b/test/e2e/nethttp/traces.json @@ -12,7 +12,7 @@ { "key": "telemetry.auto.version", "value": { - "stringValue": "v0.2.2-alpha" + "stringValue": "v0.3.0-alpha" } }, { diff --git a/version.go b/version.go index 85ef405f2..4644bcbfd 100644 --- a/version.go +++ b/version.go @@ -16,5 +16,5 @@ package auto // Version is the current release version of OpenTelemetry Go auto-instrumentation in use. func Version() string { - return "v0.2.2-alpha" + return "v0.3.0-alpha" } diff --git a/versions.yaml b/versions.yaml index f60999f58..6d61f8a09 100644 --- a/versions.yaml +++ b/versions.yaml @@ -14,7 +14,7 @@ module-sets: alpha: - version: v0.2.2-alpha + version: v0.3.0-alpha modules: - go.opentelemetry.io/auto - go.opentelemetry.io/auto/examples/rolldice