Skip to content

Commit

Permalink
Prepare release v0.7.0 alpha (#387)
Browse files Browse the repository at this point in the history
* update versions.yaml

* Prepare v0.7.0-alpha release

* Update CHANGELOG.md

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>

---------

Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
  • Loading branch information
edeNFed and MrAlias authored Oct 16, 2023
1 parent e2e4f9a commit 8a11638
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http

## [Unreleased]

## [v0.7.0-alpha] - 2023-10-15

### Added

- Add `WithServiceName` config option for instrumentation. ([#353](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/353))
Expand Down Expand Up @@ -180,7 +182,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.3.0-alpha...HEAD
[Unreleased]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/compare/v0.7.0-alpha...HEAD
[v0.7.0-alpha]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.7.0-alpha
[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
Expand Down
2 changes: 1 addition & 1 deletion internal/test/e2e/databasesql/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"key": "telemetry.auto.version",
"value": {
"stringValue": "v0.3.0-alpha"
"stringValue": "v0.7.0-alpha"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion internal/test/e2e/gin/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"key": "telemetry.auto.version",
"value": {
"stringValue": "v0.3.0-alpha"
"stringValue": "v0.7.0-alpha"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion internal/test/e2e/nethttp/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"key": "telemetry.auto.version",
"value": {
"stringValue": "v0.3.0-alpha"
"stringValue": "v0.7.0-alpha"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion internal/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/golangci/golangci-lint v1.54.2
github.com/google/go-licenses v1.6.0
github.com/hashicorp/go-version v1.6.0
go.opentelemetry.io/auto v0.3.0-alpha
go.opentelemetry.io/auto v0.7.0-alpha
go.opentelemetry.io/build-tools/dbotconf v0.12.0
go.opentelemetry.io/build-tools/multimod v0.12.0
golang.org/x/sync v0.4.0
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ package auto

// Version is the current release version of OpenTelemetry Go auto-instrumentation in use.
func Version() string {
return "v0.3.0-alpha"
return "v0.7.0-alpha"
}
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

module-sets:
alpha:
version: v0.3.0-alpha
version: v0.7.0-alpha
modules:
- go.opentelemetry.io/auto
- go.opentelemetry.io/auto/examples/rolldice
Expand Down

0 comments on commit 8a11638

Please sign in to comment.