Skip to content

Commit

Permalink
Release v0.2.0-alpha (#138)
Browse files Browse the repository at this point in the history
* Bump versions

* Add gin e2e module to versions

* Prepare alpha for version v0.2.0-alpha

* Update changelog

* Bump version in tests
  • Loading branch information
MrAlias committed May 3, 2023
1 parent f9f5153 commit 429cd39
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 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.2.0-alpha] - 2023-05-03

### Added

- Add [gin-gonic/gin](https://github.com/gin-gonic/gin) instrumentation. ([#100](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/100))
Expand All @@ -25,5 +27,6 @@ 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.1.0-alpha...HEAD
[Unreleased]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/compare/v0.2.0-alpha...HEAD
[v0.2.0-alpha]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.2.0-alpha
[v0.1.0-alpha]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.1.0-alpha
2 changes: 1 addition & 1 deletion 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.1.0-alpha"
"stringValue": "v0.2.0-alpha"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/gorillamux/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.1.0-alpha"
"stringValue": "v0.2.0-alpha"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0-alpha"
"stringValue": "v0.2.0-alpha"
}
},
{
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.1.0-alpha"
return "v0.2.0-alpha"
}
3 changes: 2 additions & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@

module-sets:
alpha:
version: v0.1.0-alpha
version: v0.2.0-alpha
modules:
- go.opentelemetry.io/auto
- go.opentelemetry.io/auto/offsets-tracker
- go.opentelemetry.io/auto/test/e2e/gin
- go.opentelemetry.io/auto/test/e2e/gorillamux
- go.opentelemetry.io/auto/test/e2e/nethttp
excluded-modules:
Expand Down

0 comments on commit 429cd39

Please sign in to comment.