1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2026-06-03 18:35:08 +02:00

Release v1.15.0-rc.2/v0.38.0-rc.2 (#3923)

* Bump versions

* Prepare stable-v1 for version v1.15.0-rc.2

* Prepare experimental-metrics for version v0.38.0-rc.2

* Update changelog

* Update CHANGELOG.md

Co-authored-by: Robert Pająk <pellared@hotmail.com>

---------

Co-authored-by: Robert Pająk <pellared@hotmail.com>
This commit is contained in:
Tyler Yahn
2023-03-23 07:47:46 -07:00
committed by GitHub
parent 68d66f2096
commit 7ad0ae4da1
32 changed files with 152 additions and 145 deletions
+4 -4
View File
@@ -8,15 +8,15 @@ require (
github.com/google/go-cmp v0.5.9
github.com/openzipkin/zipkin-go v0.4.1
github.com/stretchr/testify v1.8.2
go.opentelemetry.io/otel v1.15.0-rc.1
go.opentelemetry.io/otel/sdk v1.15.0-rc.1
go.opentelemetry.io/otel/trace v1.15.0-rc.1
go.opentelemetry.io/otel v1.15.0-rc.2
go.opentelemetry.io/otel/sdk v1.15.0-rc.2
go.opentelemetry.io/otel/trace v1.15.0-rc.2
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
go.opentelemetry.io/otel/metric v1.15.0-rc.1 // indirect
go.opentelemetry.io/otel/metric v1.15.0-rc.2 // indirect
golang.org/x/sys v0.6.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)