Skip to content

Commit f1baf6d

Browse files
authored
Release v0.14.0-alpha (#952)
* Update versions * Prepare alpha for version v0.14.0-alpha * Update versions * Update changelog * Update expected test output
1 parent b34a9e9 commit f1baf6d

File tree

10 files changed

+28
-25
lines changed

10 files changed

+28
-25
lines changed

CHANGELOG.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,24 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
88

99
## [Unreleased]
1010

11+
## [v0.14.0-alpha] - 2024-07-15
12+
1113
### Added
1214

13-
- Initial support for `trace-flags`. ([#868](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/868))
14-
- Support `google.golang.org/grpc` `1.66.0-dev`. ([#872](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/872))
1515
- Add support to log level through command line flag. ([#842](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/842))
1616
- The `WithLogLevel` function and `LogLevel` type are added to set the log level for `Instrumentation`. ([#842](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/842))
17+
- The `otelglobal` probe now collects the user provided tracer name, version and schemaURL. ([#844](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/844))
18+
- Add `codespell` make target. ([#863](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/863))
19+
- Initial support for `trace-flags`. ([#868](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/868))
20+
- Support `google.golang.org/grpc` `1.66.0-dev`. ([#872](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/872))
1721
- Add telemetry distro name & version resource attributes. ([#897](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/897))
1822
- Support `google.golang.org/grpc` `1.65.0`. ([#904](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/904))
1923
- Support Go `v1.21.12`. ([#905](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/905))
2024
- Support Go `v1.22.5`. ([#905](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/905))
21-
- Support `go.opentelemetry.io/[email protected]`. ([#904](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/904))
25+
- Support `go.opentelemetry.io/[email protected]`. ([#905](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/905))
2226
- Support `google.golang.org/grpc` `1.63.3`. ([#916](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/916))
2327
- Support `google.golang.org/grpc` `1.64.1`. ([#916](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/916))
2428
- Support `golang.org/x/net` `v0.27.0`. ([#917](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/917))
25-
- The `otelglobal` probe now collects the user provided tracer name, version and schemaURL. ([#844](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/844))
2629

2730
### Changed
2831

@@ -38,8 +41,7 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
3841

3942
### Fixed
4043

41-
- HTTP client: Use Host field in URL if the Request Host is not present. ([#888](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/888))
42-
- Add make target 'codespell'. ([#863](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/863))
44+
- The HTTP client now uses the `Host` field from the URL if the `Request.Host` is not present. ([#888](https://github.com/open-telemetry/opentelemetry-go-instrumentation/pull/888))
4345

4446
## [v0.13.0-alpha] - 2024-06-04
4547

@@ -376,7 +378,8 @@ OpenTelemetry Go Automatic Instrumentation adheres to [Semantic Versioning](http
376378

377379
This is the first release of OpenTelemetry Go Automatic Instrumentation.
378380

379-
[Unreleased]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/compare/v0.13.0-alpha...HEAD
381+
[Unreleased]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/compare/v0.14.0-alpha...HEAD
382+
[v0.14.0-alpha]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.14.0-alpha
380383
[v0.13.0-alpha]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.13.0-alpha
381384
[v0.12.0-alpha]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.12.0-alpha
382385
[v0.11.0-alpha]: https://github.com/open-telemetry/opentelemetry-go-instrumentation/releases/tag/v0.11.0-alpha

internal/test/e2e/databasesql/traces.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{
3737
"key": "telemetry.distro.version",
3838
"value": {
39-
"stringValue": "v0.13.0-alpha"
39+
"stringValue": "v0.14.0-alpha"
4040
}
4141
},
4242
{
@@ -53,7 +53,7 @@
5353
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
5454
"scope": {
5555
"name": "go.opentelemetry.io/auto/database/sql",
56-
"version": "v0.13.0-alpha"
56+
"version": "v0.14.0-alpha"
5757
},
5858
"spans": [
5959
{
@@ -79,7 +79,7 @@
7979
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
8080
"scope": {
8181
"name": "go.opentelemetry.io/auto/net/http",
82-
"version": "v0.13.0-alpha"
82+
"version": "v0.14.0-alpha"
8383
},
8484
"spans": [
8585
{

internal/test/e2e/gin/traces.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{
3737
"key": "telemetry.distro.version",
3838
"value": {
39-
"stringValue": "v0.13.0-alpha"
39+
"stringValue": "v0.14.0-alpha"
4040
}
4141
},
4242
{
@@ -53,7 +53,7 @@
5353
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
5454
"scope": {
5555
"name": "go.opentelemetry.io/auto/net/http",
56-
"version": "v0.13.0-alpha"
56+
"version": "v0.14.0-alpha"
5757
},
5858
"spans": [
5959
{

internal/test/e2e/grpc/traces.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{
3737
"key": "telemetry.distro.version",
3838
"value": {
39-
"stringValue": "v0.13.0-alpha"
39+
"stringValue": "v0.14.0-alpha"
4040
}
4141
},
4242
{
@@ -53,7 +53,7 @@
5353
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
5454
"scope": {
5555
"name": "go.opentelemetry.io/auto/google.golang.org/grpc",
56-
"version": "v0.13.0-alpha"
56+
"version": "v0.14.0-alpha"
5757
},
5858
"spans": [
5959
{

internal/test/e2e/kafka-go/traces.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{
3737
"key": "telemetry.distro.version",
3838
"value": {
39-
"stringValue": "v0.13.0-alpha"
39+
"stringValue": "v0.14.0-alpha"
4040
}
4141
},
4242
{
@@ -53,7 +53,7 @@
5353
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
5454
"scope": {
5555
"name": "go.opentelemetry.io/auto/github.com/segmentio/kafka-go",
56-
"version": "v0.13.0-alpha"
56+
"version": "v0.14.0-alpha"
5757
},
5858
"spans": [
5959
{
@@ -178,7 +178,7 @@
178178
{
179179
"key": "telemetry.distro.version",
180180
"value": {
181-
"stringValue": "v0.13.0-alpha"
181+
"stringValue": "v0.14.0-alpha"
182182
}
183183
},
184184
{
@@ -195,7 +195,7 @@
195195
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
196196
"scope": {
197197
"name": "go.opentelemetry.io/auto/github.com/segmentio/kafka-go",
198-
"version": "v0.13.0-alpha"
198+
"version": "v0.14.0-alpha"
199199
},
200200
"spans": [
201201
{

internal/test/e2e/nethttp/traces.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{
3737
"key": "telemetry.distro.version",
3838
"value": {
39-
"stringValue": "v0.13.0-alpha"
39+
"stringValue": "v0.14.0-alpha"
4040
}
4141
},
4242
{
@@ -53,7 +53,7 @@
5353
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
5454
"scope": {
5555
"name": "go.opentelemetry.io/auto/net/http",
56-
"version": "v0.13.0-alpha"
56+
"version": "v0.14.0-alpha"
5757
},
5858
"spans": [
5959
{

internal/test/e2e/nethttp_custom/traces.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{
3737
"key": "telemetry.distro.version",
3838
"value": {
39-
"stringValue": "v0.13.0-alpha"
39+
"stringValue": "v0.14.0-alpha"
4040
}
4141
},
4242
{
@@ -53,7 +53,7 @@
5353
"schemaUrl": "https://opentelemetry.io/schemas/1.26.0",
5454
"scope": {
5555
"name": "go.opentelemetry.io/auto/net/http",
56-
"version": "v0.13.0-alpha"
56+
"version": "v0.14.0-alpha"
5757
},
5858
"spans": [
5959
{

internal/test/e2e/otelglobal/traces.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
{
3737
"key": "telemetry.distro.version",
3838
"value": {
39-
"stringValue": "v0.13.0-alpha"
39+
"stringValue": "v0.14.0-alpha"
4040
}
4141
},
4242
{

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ package auto
55

66
// Version is the current release version of OpenTelemetry Go auto-instrumentation in use.
77
func Version() string {
8-
return "v0.13.0-alpha"
8+
return "v0.14.0-alpha"
99
}

versions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
module-sets:
55
alpha:
6-
version: v0.13.0-alpha
6+
version: v0.14.0-alpha
77
modules:
88
- go.opentelemetry.io/auto
99
excluded-modules:

0 commit comments

Comments
 (0)