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 v1.5.0 #1921

Merged
merged 11 commits into from
Mar 18, 2022
Prev Previous commit
Next Next commit
Prepare stable-v1 for version v1.5.0
  • Loading branch information
MrAlias committed Mar 17, 2022
commit 6b4dab6b02ec1bbac8f80fff46528a89b03939e4
2 changes: 1 addition & 1 deletion detectors/aws/ec2/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package ec2

// Version is the current release version of the EC2 resource detector.
func Version() string {
return "1.4.0"
return "1.5.0"
// This string is updated by the pre_release.sh script during release
}

Expand Down
2 changes: 1 addition & 1 deletion detectors/aws/ecs/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package ecs

// Version is the current release version of the ECS resource detector.
func Version() string {
return "1.4.0"
return "1.5.0"
// This string is updated by the pre_release.sh script during release
}

Expand Down
2 changes: 1 addition & 1 deletion detectors/aws/eks/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package eks

// Version is the current release version of the EKS resource detector.
func Version() string {
return "1.4.0"
return "1.5.0"
// This string is updated by the pre_release.sh script during release
}

Expand Down
2 changes: 1 addition & 1 deletion detectors/gcp/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package gcp

// Version is the current release version of the GCP resource detector.
func Version() string {
return "1.4.0"
return "1.5.0"
// This string is updated by the pre_release.sh script during release
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/astaxie/beego v1.12.3
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/contrib/instrumentation/github.com/astaxie/beego/otelbeego v0.29.0
go.opentelemetry.io/contrib/propagators/b3 v1.4.0
go.opentelemetry.io/contrib/propagators/b3 v1.5.0
go.opentelemetry.io/otel v1.5.0
go.opentelemetry.io/otel/metric v0.27.0
go.opentelemetry.io/otel/sdk v1.5.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/contrib/detectors/aws/lambda v0.29.0
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda v0.29.0
go.opentelemetry.io/contrib/propagators/aws v1.4.0
go.opentelemetry.io/contrib/propagators/aws v1.5.0
go.opentelemetry.io/otel v1.5.0
go.opentelemetry.io/otel/sdk v1.5.0
go.opentelemetry.io/otel/trace v1.5.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/contrib/detectors/aws/lambda v0.29.0
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda v0.29.0
go.opentelemetry.io/contrib/propagators/aws v1.4.0
go.opentelemetry.io/contrib/propagators/aws v1.5.0
go.opentelemetry.io/otel v1.5.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.5.0
go.opentelemetry.io/otel/sdk v1.5.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/contrib v1.4.0
go.opentelemetry.io/contrib v1.5.0
go.opentelemetry.io/contrib/instrumentation/github.com/bradfitz/gomemcache/memcache/otelmemcache v0.29.0
go.opentelemetry.io/otel v1.5.0
go.opentelemetry.io/otel/sdk v1.5.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/emicklei/go-restful/v3 v3.7.4
github.com/json-iterator/go v1.1.10 // indirect
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/contrib/propagators/b3 v1.4.0
go.opentelemetry.io/contrib/propagators/b3 v1.5.0
go.opentelemetry.io/otel v1.5.0
go.opentelemetry.io/otel/trace v1.5.0
)
2 changes: 1 addition & 1 deletion instrumentation/github.com/gin-gonic/gin/otelgin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ replace (
require (
github.com/gin-gonic/gin v1.7.7
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/contrib/propagators/b3 v1.4.0
go.opentelemetry.io/contrib/propagators/b3 v1.5.0
go.opentelemetry.io/otel v1.5.0
go.opentelemetry.io/otel/trace v1.5.0
)
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/gocql/gocql v0.0.0-20210707082121-9a3953d1826d
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/contrib v1.4.0
go.opentelemetry.io/contrib v1.5.0
go.opentelemetry.io/contrib/instrumentation/github.com/gocql/gocql/otelgocql v0.29.0
go.opentelemetry.io/otel v1.5.0
go.opentelemetry.io/otel/metric v0.27.0
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/github.com/labstack/echo/otelecho/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ replace (
require (
github.com/labstack/echo/v4 v4.7.0
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/contrib/propagators/b3 v1.4.0
go.opentelemetry.io/contrib/propagators/b3 v1.5.0
go.opentelemetry.io/otel v1.5.0
go.opentelemetry.io/otel/trace v1.5.0
)
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/stretchr/testify v1.7.0
go.mongodb.org/mongo-driver v1.8.4
go.opentelemetry.io/contrib v1.4.0
go.opentelemetry.io/contrib v1.5.0
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.29.0
go.opentelemetry.io/otel v1.5.0
go.opentelemetry.io/otel/sdk v1.5.0
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/gopkg.in/macaron.v1/otelmacaron/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ replace (

require (
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/contrib/propagators/b3 v1.4.0
go.opentelemetry.io/contrib/propagators/b3 v1.5.0
go.opentelemetry.io/otel v1.5.0
go.opentelemetry.io/otel/trace v1.5.0
gopkg.in/macaron.v1 v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion propagators/aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package aws

// Version is the current release version of the AWS XRay propagator.
func Version() string {
return "1.4.0"
return "1.5.0"
// This string is updated by the pre_release.sh script during release
}

Expand Down
2 changes: 1 addition & 1 deletion propagators/b3/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package b3

// Version is the current release version of the B3 propagator.
func Version() string {
return "1.4.0"
return "1.5.0"
// This string is updated by the pre_release.sh script during release
}

Expand Down
2 changes: 1 addition & 1 deletion propagators/jaeger/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package jaeger

// Version is the current release version of the Jaeger propagator.
func Version() string {
return "1.4.0"
return "1.5.0"
// This string is updated by the pre_release.sh script during release
}

Expand Down
2 changes: 1 addition & 1 deletion propagators/ot/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package ot

// Version is the current release version of the ot propagator.
func Version() string {
return "1.4.0"
return "1.5.0"
// This string is updated by the pre_release.sh script during release
}

Expand Down
2 changes: 1 addition & 1 deletion tools/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package tools

// Version is the current release version of the OpenTelemetry Contrib tools.
func Version() string {
return "1.4.0"
return "1.5.0"
// This string is updated by the pre_release.sh script during release
}

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ package contrib // import "go.opentelemetry.io/contrib"

// Version is the current release version of OpenTelemetry Contrib in use.
func Version() string {
return "1.4.0"
return "1.5.0"
// This string is updated by the pre_release.sh script during release
}

Expand Down