Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.17.0-alpha #1243

Merged
merged 5 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,18 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http

## [Unreleased]

## [v0.17.0-alpha] - 2024-11-05

### Changed

- The SDK provided in `go.opentelemtry.io/auto/sdk` now defaults to NoOp behavior for unimplemented methods of the OpenTelemetry API.
- The SDK provided in `go.opentelemtry.io/auto/sdk` now defaults to No-Op behavior for unimplemented methods of the OpenTelemetry API.
This is changed from causing a compilation error for unimplemented methods. ([#1230](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1230))
- The `GetTracerProvider` fucntion in `go.opentelemtry.io/auto/sdk` is renamed to `TracerProvider`. ([#1231](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1231))
- The `GetTracerProvider` function in `go.opentelemtry.io/auto/sdk` is renamed to `TracerProvider`. ([#1231](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1231))

### Fixed

- Sporadic shutdown deadlock. ([#1220](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1220))
- Only support gRPC status codes for gRPC >= 1.40. ([#1235](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1235))
- Only support status codes for versions of `google.golang.org/grpc` >= `1.40`. ([#1235](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/1235))

### Deprecated

Expand Down Expand Up @@ -470,7 +472,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.16.0-alpha...HEAD
[Unreleased]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/compare/v0.17.0-alpha...HEAD
[v0.17.0-alpha]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.17.0-alpha
[v0.16.0-alpha]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.16.0-alpha
[v0.15.0-alpha]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.15.0-alpha
[v0.14.0-alpha]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.14.0-alpha
Expand Down
2 changes: 1 addition & 1 deletion internal/test/e2e/autosdk/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"key": "telemetry.distro.version",
"value": {
"stringValue": "v0.16.0-alpha"
"stringValue": "v0.17.0-alpha"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions internal/test/e2e/databasesql/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"key": "telemetry.distro.version",
"value": {
"stringValue": "v0.16.0-alpha"
"stringValue": "v0.17.0-alpha"
}
},
{
Expand All @@ -53,7 +53,7 @@
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
"scope": {
"name": "go.opentelemetry.io/auto/database/sql",
"version": "v0.16.0-alpha"
"version": "v0.17.0-alpha"
},
"spans": [
{
Expand All @@ -79,7 +79,7 @@
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
"scope": {
"name": "go.opentelemetry.io/auto/net/http",
"version": "v0.16.0-alpha"
"version": "v0.17.0-alpha"
},
"spans": [
{
Expand Down
4 changes: 2 additions & 2 deletions internal/test/e2e/gin/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"key": "telemetry.distro.version",
"value": {
"stringValue": "v0.16.0-alpha"
"stringValue": "v0.17.0-alpha"
}
},
{
Expand All @@ -53,7 +53,7 @@
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
"scope": {
"name": "go.opentelemetry.io/auto/net/http",
"version": "v0.16.0-alpha"
"version": "v0.17.0-alpha"
},
"spans": [
{
Expand Down
4 changes: 2 additions & 2 deletions internal/test/e2e/grpc/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"key": "telemetry.distro.version",
"value": {
"stringValue": "v0.16.0-alpha"
"stringValue": "v0.17.0-alpha"
}
},
{
Expand All @@ -53,7 +53,7 @@
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
"scope": {
"name": "go.opentelemetry.io/auto/google.golang.org/grpc",
"version": "v0.16.0-alpha"
"version": "v0.17.0-alpha"
},
"spans": [
{
Expand Down
4 changes: 2 additions & 2 deletions internal/test/e2e/kafka-go/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"key": "telemetry.distro.version",
"value": {
"stringValue": "v0.16.0-alpha"
"stringValue": "v0.17.0-alpha"
}
},
{
Expand All @@ -53,7 +53,7 @@
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
"scope": {
"name": "go.opentelemetry.io/auto/github.com/segmentio/kafka-go",
"version": "v0.16.0-alpha"
"version": "v0.17.0-alpha"
},
"spans": [
{
Expand Down
4 changes: 2 additions & 2 deletions internal/test/e2e/nethttp/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"key": "telemetry.distro.version",
"value": {
"stringValue": "v0.16.0-alpha"
"stringValue": "v0.17.0-alpha"
}
},
{
Expand All @@ -53,7 +53,7 @@
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
"scope": {
"name": "go.opentelemetry.io/auto/net/http",
"version": "v0.16.0-alpha"
"version": "v0.17.0-alpha"
},
"spans": [
{
Expand Down
4 changes: 2 additions & 2 deletions internal/test/e2e/nethttp_custom/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"key": "telemetry.distro.version",
"value": {
"stringValue": "v0.16.0-alpha"
"stringValue": "v0.17.0-alpha"
}
},
{
Expand All @@ -53,7 +53,7 @@
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
"scope": {
"name": "go.opentelemetry.io/auto/net/http",
"version": "v0.16.0-alpha"
"version": "v0.17.0-alpha"
},
"spans": [
{
Expand Down
2 changes: 1 addition & 1 deletion internal/test/e2e/otelglobal/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{
"key": "telemetry.distro.version",
"value": {
"stringValue": "v0.16.0-alpha"
"stringValue": "v0.17.0-alpha"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ package auto

// Version is the current release version of OpenTelemetry Go auto-instrumentation in use.
func Version() string {
return "v0.16.0-alpha"
return "v0.17.0-alpha"
}
4 changes: 2 additions & 2 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

module-sets:
auto:
version: v0.16.0-alpha
version: v0.17.0-alpha
modules:
- go.opentelemetry.io/auto
sdk:
version: v0.1.0-alpha
version: v0.2.0-alpha
modules:
- go.opentelemetry.io/auto/sdk
excluded-modules:
Expand Down
Loading