Skip to content

Commit 32e956f

Browse files
authored
Release v0.8.0-alpha (#498)
* Update versions.yaml * Prepare alpha for version v0.8.0-alpha * Update changelog for release * Clean changelog * Bump auto version in test data
1 parent 81600ad commit 32e956f

File tree

7 files changed

+21
-19
lines changed

7 files changed

+21
-19
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 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.8.0-alpha] - 2023-11-14
12+
1113
### Added
1214

1315
- Add the `WithEnv` `InstrumentationOption` to configure `Instrumentation` to parse the environment.
@@ -18,11 +20,11 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
1820
- Add HTTP status code attribute to `net/http` server instrumentation. ([#428](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/428))
1921
- The instrumentation scope now includes the version of the auto-instrumentation project. ([#442](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/442))
2022
- Add a new `WithSampler` method allowing end-users to provide their own implementation of OpenTelemetry sampler directly through the package API. ([#468](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/468)).
21-
- Add uprobes to `execDC` in order to instrument SQL DML ([#475](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/475)).
23+
- Add uprobes to `execDC` in order to instrument SQL DML. ([#475](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/475))
2224

2325
### Changed
2426

25-
- Documentation no longer says that `SYS_PTRACE` capabilty is needed. ([#388](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/388))
27+
- Documentation no longer says that `SYS_PTRACE` capability is needed. ([#388](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/388))
2628
- The `NewInstrumentation` no longer parses environment variables by default.
2729
Use the new `WithEnv` option to enable environment parsing. ([#417](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/417))
2830
- `NewInstrumentation` now requires a `context.Context` as its first argument.
@@ -213,7 +215,8 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
213215

214216
This is the first release of OpenTelemetry Go Automatic Instrumentation.
215217

216-
[Unreleased]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/compare/v0.7.0-alpha...HEAD
218+
[Unreleased]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/compare/v0.8.0-alpha...HEAD
219+
[v0.8.0-alpha]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.8.0-alpha
217220
[v0.7.0-alpha]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.7.0-alpha
218221
[v0.3.0-alpha]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.3.0-alpha
219222
[v0.2.2-alpha]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.2.2-alpha

internal/test/e2e/databasesql/traces.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
{
3131
"key": "telemetry.auto.version",
3232
"value": {
33-
"stringValue": "v0.7.0-alpha"
33+
"stringValue": "v0.8.0-alpha"
3434
}
3535
},
3636
{
@@ -46,7 +46,7 @@
4646
{
4747
"scope": {
4848
"name": "database/sql",
49-
"version": "v0.7.0-alpha"
49+
"version": "v0.8.0-alpha"
5050
},
5151
"spans": [
5252
{
@@ -70,7 +70,7 @@
7070
{
7171
"scope": {
7272
"name": "net/http",
73-
"version": "v0.7.0-alpha"
73+
"version": "v0.8.0-alpha"
7474
},
7575
"spans": [
7676
{
@@ -106,7 +106,7 @@
106106
{
107107
"scope": {
108108
"name": "net/http/client",
109-
"version": "v0.7.0-alpha"
109+
"version": "v0.8.0-alpha"
110110
},
111111
"spans": [
112112
{

internal/test/e2e/gin/traces.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
{
3131
"key": "telemetry.auto.version",
3232
"value": {
33-
"stringValue": "v0.7.0-alpha"
33+
"stringValue": "v0.8.0-alpha"
3434
}
3535
},
3636
{
@@ -46,7 +46,7 @@
4646
{
4747
"scope": {
4848
"name": "github.com/gin-gonic/gin",
49-
"version": "v0.7.0-alpha"
49+
"version": "v0.8.0-alpha"
5050
},
5151
"spans": [
5252
{
@@ -76,7 +76,7 @@
7676
{
7777
"scope": {
7878
"name": "net/http/client",
79-
"version": "v0.7.0-alpha"
79+
"version": "v0.8.0-alpha"
8080
},
8181
"spans": [
8282
{

internal/test/e2e/grpc/traces.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
{
3131
"key": "telemetry.auto.version",
3232
"value": {
33-
"stringValue": "v0.7.0-alpha"
33+
"stringValue": "v0.8.0-alpha"
3434
}
3535
},
3636
{
@@ -46,7 +46,7 @@
4646
{
4747
"scope": {
4848
"name": "google.golang.org/grpc",
49-
"version": "v0.7.0-alpha"
49+
"version": "v0.8.0-alpha"
5050
},
5151
"spans": [
5252
{
@@ -88,7 +88,7 @@
8888
{
8989
"scope": {
9090
"name": "google.golang.org/grpc/server",
91-
"version": "v0.7.0-alpha"
91+
"version": "v0.8.0-alpha"
9292
},
9393
"spans": [
9494
{

internal/test/e2e/nethttp/traces.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
{
3131
"key": "telemetry.auto.version",
3232
"value": {
33-
"stringValue": "v0.7.0-alpha"
33+
"stringValue": "v0.8.0-alpha"
3434
}
3535
},
3636
{
@@ -46,7 +46,7 @@
4646
{
4747
"scope": {
4848
"name": "net/http",
49-
"version": "v0.7.0-alpha"
49+
"version": "v0.8.0-alpha"
5050
},
5151
"spans": [
5252
{
@@ -82,7 +82,7 @@
8282
{
8383
"scope": {
8484
"name": "net/http/client",
85-
"version": "v0.7.0-alpha"
85+
"version": "v0.8.0-alpha"
8686
},
8787
"spans": [
8888
{

version.go

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

1717
// Version is the current release version of OpenTelemetry Go auto-instrumentation in use.
1818
func Version() string {
19-
return "v0.7.0-alpha"
19+
return "v0.8.0-alpha"
2020
}

versions.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,9 @@
1414

1515
module-sets:
1616
alpha:
17-
version: v0.7.0-alpha
17+
version: v0.8.0-alpha
1818
modules:
1919
- go.opentelemetry.io/auto
20-
- go.opentelemetry.io/auto/examples/rolldice
2120
excluded-modules:
2221
- github.com/hashicorp/go-version
2322
- go.opentelemetry.io/auto/examples

0 commit comments

Comments
 (0)