Skip to content

Commit

Permalink
Prepare experimental-instrumentation for version v0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Feb 11, 2022
1 parent 97fcd33 commit 08707af
Show file tree
Hide file tree
Showing 52 changed files with 55 additions and 55 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.16
require (
github.com/Shopify/sarama v1.31.1
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/contrib/instrumentation/github.com/Shopify/sarama/otelsarama v0.27.0
go.opentelemetry.io/contrib/instrumentation/github.com/Shopify/sarama/otelsarama v0.29.0
go.opentelemetry.io/otel v1.4.0
go.opentelemetry.io/otel/sdk v1.4.0
go.opentelemetry.io/otel/trace v1.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package test

// Version is the current release version of the sarama instrumentation test module.
func Version() string {
return "0.27.0"
return "0.29.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 @@ -16,7 +16,7 @@ package otelsarama

// Version is the current release version of the sarama instrumentation.
func Version() string {
return "0.27.0"
return "0.29.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 @@ -11,7 +11,7 @@ replace (
require (
github.com/astaxie/beego v1.12.3
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.27.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.29.0
go.opentelemetry.io/otel v1.4.0
go.opentelemetry.io/otel/metric v0.27.0
go.opentelemetry.io/otel/trace v1.4.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/astaxie/beego v1.12.3
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/contrib/instrumentation/github.com/astaxie/beego/otelbeego v0.27.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/otel v1.4.0
go.opentelemetry.io/otel/metric v0.27.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package test

// Version is the current release version of the Beego instrumentation test module.
func Version() string {
return "0.27.0"
return "0.29.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 @@ -16,7 +16,7 @@ package otelbeego

// Version is the current release version of the Beego instrumentation.
func Version() string {
return "0.27.0"
return "0.29.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 @@ -12,8 +12,8 @@ replace (
require (
github.com/aws/aws-lambda-go v1.28.0
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/contrib/detectors/aws/lambda v0.27.0
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda v0.27.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/otel v1.4.0
go.opentelemetry.io/otel/sdk v1.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package otellambda

// Version is the current release version of the AWS Lambda instrumentation.
func Version() string {
return "0.27.0"
return "0.29.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 @@ -11,8 +11,8 @@ replace (
require (
github.com/aws/aws-lambda-go v1.28.0
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/contrib/detectors/aws/lambda v0.27.0
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-lambda-go/otellambda v0.27.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/otel v1.4.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/aws/aws-sdk-go-v2 v1.13.0
github.com/aws/aws-sdk-go-v2/service/route53 v1.17.0
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.27.0
go.opentelemetry.io/contrib/instrumentation/github.com/aws/aws-sdk-go-v2/otelaws v0.29.0
go.opentelemetry.io/otel v1.4.0
go.opentelemetry.io/otel/sdk v1.4.0
go.opentelemetry.io/otel/trace v1.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package test

// Version is the current release version of the AWS intstrumentation test module.
func Version() string {
return "0.27.0"
return "0.29.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 @@ -16,7 +16,7 @@ package otelaws

// Version is the current release version of the AWS SDKv2 instrumentation.
func Version() string {
return "0.27.0"
return "0.29.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/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/instrumentation/github.com/bradfitz/gomemcache/memcache/otelmemcache v0.27.0
go.opentelemetry.io/contrib/instrumentation/github.com/bradfitz/gomemcache/memcache/otelmemcache v0.29.0
go.opentelemetry.io/otel v1.4.0
go.opentelemetry.io/otel/sdk v1.4.0
go.opentelemetry.io/otel/trace v1.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package test

// Version is the current release version of the memcached instrumentation test module.
func Version() string {
return "0.27.0"
return "0.29.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 @@ -16,7 +16,7 @@ package otelmemcache

// Version is the current release version of the memcached instrumentation.
func Version() string {
return "0.27.0"
return "0.29.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 @@ -5,7 +5,7 @@ go 1.16
require (
github.com/emicklei/go-restful/v3 v3.7.3
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful v0.27.0
go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful v0.29.0
go.opentelemetry.io/otel v1.4.0
go.opentelemetry.io/otel/sdk v1.4.0
go.opentelemetry.io/otel/trace v1.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package test

// Version is the current release version of the go-restful instrumentation test module.
func Version() string {
return "0.27.0"
return "0.29.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 @@ -16,7 +16,7 @@ package otelrestful

// Version is the current release version of the go-restful instrumentation.
func Version() string {
return "0.27.0"
return "0.29.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 @@ -5,7 +5,7 @@ go 1.16
require (
github.com/gin-gonic/gin v1.7.7
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.27.0
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin v0.29.0
go.opentelemetry.io/otel v1.4.0
go.opentelemetry.io/otel/sdk v1.4.0
go.opentelemetry.io/otel/trace v1.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package test

// Version is the current release version of the gin instrumentation test module.
func Version() string {
return "0.27.0"
return "0.29.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 @@ -16,7 +16,7 @@ package otelgin

// Version is the current release version of the gin instrumentation.
func Version() string {
return "0.27.0"
return "0.29.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 @@ -5,7 +5,7 @@ go 1.16
require (
github.com/go-kit/kit v0.12.0
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/contrib/instrumentation/github.com/go-kit/kit/otelkit v0.27.0
go.opentelemetry.io/contrib/instrumentation/github.com/go-kit/kit/otelkit v0.29.0
go.opentelemetry.io/otel v1.4.0
go.opentelemetry.io/otel/sdk v1.4.0
go.opentelemetry.io/otel/trace v1.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package test

// Version is the current release version of the go-kit instrumentation test module.
func Version() string {
return "0.27.0"
return "0.29.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 @@ -16,7 +16,7 @@ package otelkit

// Version is the current release version of the go-kit instrumentation.
func Version() string {
return "0.27.0"
return "0.29.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/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/instrumentation/github.com/gocql/gocql/otelgocql v0.27.0
go.opentelemetry.io/contrib/instrumentation/github.com/gocql/gocql/otelgocql v0.29.0
go.opentelemetry.io/otel v1.4.0
go.opentelemetry.io/otel/metric v0.27.0
go.opentelemetry.io/otel/sdk v1.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package test

// Version is the current release version of the gocql instrumentation test module.
func Version() string {
return "0.27.0"
return "0.29.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 @@ -16,7 +16,7 @@ package otelgocql

// Version is the current release version of the gocql instrumentation.
func Version() string {
return "0.27.0"
return "0.29.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 @@ -5,7 +5,7 @@ go 1.16
require (
github.com/gorilla/mux v1.8.0
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.27.0
go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.29.0
go.opentelemetry.io/otel v1.4.0
go.opentelemetry.io/otel/sdk v1.4.0
go.opentelemetry.io/otel/trace v1.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package test

// Version is the current release version of the gorilla/mux instrumentation test module.
func Version() string {
return "0.27.0"
return "0.29.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 @@ -16,7 +16,7 @@ package otelmux

// Version is the current release version of the gorilla/mux instrumentation.
func Version() string {
return "0.27.0"
return "0.29.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 @@ -5,7 +5,7 @@ go 1.16
require (
github.com/labstack/echo/v4 v4.6.3
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.27.0
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho v0.29.0
go.opentelemetry.io/otel v1.4.0
go.opentelemetry.io/otel/sdk v1.4.0
go.opentelemetry.io/otel/trace v1.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package test

// Version is the current release version of the echo instrumentation test module.
func Version() string {
return "0.27.0"
return "0.29.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 @@ -16,7 +16,7 @@ package otelecho

// Version is the current release version of the echo instrumentation.
func Version() string {
return "0.27.0"
return "0.29.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/stretchr/testify v1.7.0
go.mongodb.org/mongo-driver v1.8.3
go.opentelemetry.io/contrib v1.4.0
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.27.0
go.opentelemetry.io/contrib/instrumentation/go.mongodb.org/mongo-driver/mongo/otelmongo v0.29.0
go.opentelemetry.io/otel v1.4.0
go.opentelemetry.io/otel/sdk v1.4.0
go.opentelemetry.io/otel/trace v1.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package test

// Version is the current release version of the mongo-driver instrumentation test module.
func Version() string {
return "0.27.0"
return "0.29.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 @@ -16,7 +16,7 @@ package otelmongo

// Version is the current release version of the mongo-driver instrumentation.
func Version() string {
return "0.27.0"
return "0.29.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 @@ -5,7 +5,7 @@ go 1.16
require (
github.com/golang/protobuf v1.5.2
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.27.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.29.0
go.opentelemetry.io/otel v1.4.0
go.opentelemetry.io/otel/sdk v1.4.0
go.uber.org/goleak v1.1.12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package test

// Version is the current release version of the gRPC instrumentation test module.
func Version() string {
return "0.27.0"
return "0.29.0"
// This string is updated by the pre_release.sh script during release
}

Expand Down
2 changes: 1 addition & 1 deletion instrumentation/google.golang.org/grpc/otelgrpc/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package otelgrpc

// Version is the current release version of the gRPC instrumentation.
func Version() string {
return "0.27.0"
return "0.29.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 @@ -4,7 +4,7 @@ go 1.16

require (
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron v0.27.0
go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron v0.29.0
go.opentelemetry.io/otel v1.4.0
go.opentelemetry.io/otel/sdk v1.4.0
go.opentelemetry.io/otel/trace v1.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package test

// Version is the current release version of the macron instrumentation test module.
func Version() string {
return "0.27.0"
return "0.29.0"
// This string is updated by the pre_release.sh script during release
}

Expand Down
2 changes: 1 addition & 1 deletion instrumentation/gopkg.in/macaron.v1/otelmacaron/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package otelmacaron

// Version is the current release version of the macron instrumentation.
func Version() string {
return "0.27.0"
return "0.29.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 @@ -4,7 +4,7 @@ go 1.16

require (
github.com/stretchr/testify v1.7.0
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.27.0
go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.29.0
go.opentelemetry.io/otel v1.4.0
go.opentelemetry.io/otel/sdk v1.4.0
)
Expand Down
Loading

0 comments on commit 08707af

Please sign in to comment.