diff --git a/e2e-test-server/cloud_functions/go.mod b/e2e-test-server/cloud_functions/go.mod index 9281683f9..af4cc3513 100644 --- a/e2e-test-server/cloud_functions/go.mod +++ b/e2e-test-server/cloud_functions/go.mod @@ -5,7 +5,7 @@ go 1.20 require ( cloud.google.com/go/pubsub v1.28.0 github.com/GoogleCloudPlatform/functions-framework-go v1.6.1 - github.com/GoogleCloudPlatform/opentelemetry-operations-go/e2e-test-server v0.37.0 + github.com/GoogleCloudPlatform/opentelemetry-operations-go/e2e-test-server v0.37.1 github.com/cloudevents/sdk-go/v2 v2.13.0 ) @@ -16,9 +16,9 @@ require ( cloud.google.com/go/functions v1.9.0 // indirect cloud.google.com/go/iam v0.8.0 // indirect cloud.google.com/go/trace v1.8.0 // indirect - github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.13.0 // indirect - github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.13.0 // indirect - github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.37.0 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.13.1 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.13.1 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.37.1 // indirect github.com/go-logr/logr v1.2.3 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect diff --git a/e2e-test-server/go.mod b/e2e-test-server/go.mod index 7f57f33a7..8ed1b3636 100644 --- a/e2e-test-server/go.mod +++ b/e2e-test-server/go.mod @@ -4,7 +4,7 @@ go 1.20 require ( cloud.google.com/go/pubsub v1.27.1 - github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.13.0 + github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.13.1 go.opentelemetry.io/contrib/detectors/gcp v1.15.0 go.opentelemetry.io/otel v1.14.0 go.opentelemetry.io/otel/sdk v1.14.0 @@ -18,8 +18,8 @@ require ( cloud.google.com/go/compute/metadata v0.2.3 // indirect cloud.google.com/go/iam v0.8.0 // indirect cloud.google.com/go/trace v1.8.0 // indirect - github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.13.0 // indirect - github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.37.0 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.13.1 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.37.1 // indirect github.com/go-logr/logr v1.2.3 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect diff --git a/example/metric/go.mod b/example/metric/go.mod index 98ed85b4e..cabbf9891 100644 --- a/example/metric/go.mod +++ b/example/metric/go.mod @@ -3,7 +3,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/metric go 1.20 require ( - github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.37.0 + github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.37.1 go.opentelemetry.io/otel v1.14.0 go.opentelemetry.io/otel/metric v0.37.0 go.opentelemetry.io/otel/sdk/metric v0.37.0 @@ -13,7 +13,7 @@ require ( cloud.google.com/go/compute v1.14.0 // indirect cloud.google.com/go/compute/metadata v0.2.3 // indirect cloud.google.com/go/monitoring v1.12.0 // indirect - github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.37.0 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.37.1 // indirect github.com/go-logr/logr v1.2.3 // indirect github.com/go-logr/stdr v1.2.2 // indirect github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect diff --git a/example/trace/http/go.mod b/example/trace/http/go.mod index 68590c1c8..4c3169ee5 100644 --- a/example/trace/http/go.mod +++ b/example/trace/http/go.mod @@ -3,8 +3,8 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/example/trace/ go 1.20 require ( - github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.13.0 - github.com/GoogleCloudPlatform/opentelemetry-operations-go/propagator v0.37.0 + github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.13.1 + github.com/GoogleCloudPlatform/opentelemetry-operations-go/propagator v0.37.1 go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.40.0 go.opentelemetry.io/otel v1.14.0 go.opentelemetry.io/otel/sdk v1.14.0 @@ -15,7 +15,7 @@ require ( cloud.google.com/go/compute v1.14.0 // indirect cloud.google.com/go/compute/metadata v0.2.3 // indirect cloud.google.com/go/trace v1.8.0 // indirect - github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.37.0 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.37.1 // indirect github.com/felixge/httpsnoop v1.0.3 // indirect github.com/go-logr/logr v1.2.3 // indirect github.com/go-logr/stdr v1.2.2 // indirect diff --git a/exporter/collector/go.mod b/exporter/collector/go.mod index 9ca660ab7..af142c743 100644 --- a/exporter/collector/go.mod +++ b/exporter/collector/go.mod @@ -6,8 +6,8 @@ require ( cloud.google.com/go/logging v1.6.1 cloud.google.com/go/monitoring v1.8.0 cloud.google.com/go/trace v1.8.0 - github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.13.0 - github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.37.0 + github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.13.1 + github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.37.1 github.com/census-instrumentation/opencensus-proto v0.4.1 github.com/google/go-cmp v0.5.9 github.com/googleapis/gax-go/v2 v2.7.0 diff --git a/exporter/collector/integrationtest/go.mod b/exporter/collector/integrationtest/go.mod index e20f18933..0aaa71231 100644 --- a/exporter/collector/integrationtest/go.mod +++ b/exporter/collector/integrationtest/go.mod @@ -7,11 +7,11 @@ require ( cloud.google.com/go/monitoring v1.12.0 cloud.google.com/go/trace v1.8.0 contrib.go.opencensus.io/exporter/stackdriver v0.13.14 - github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.37.0 - github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.37.0 - github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.37.0 - github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.37.0 - github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.37.0 + github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.37.1 + github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.37.1 + github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.37.1 + github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.37.1 + github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.37.1 github.com/google/go-cmp v0.5.9 github.com/stretchr/testify v1.8.2 go.opencensus.io v0.24.0 @@ -35,7 +35,7 @@ require ( cloud.google.com/go/compute/metadata v0.2.3 // indirect cloud.google.com/go/longrunning v0.3.0 // indirect contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect - github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.13.0 // indirect + github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.13.1 // indirect github.com/aws/aws-sdk-go v1.44.117 // indirect github.com/beorn7/perks v1.0.1 // indirect github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect diff --git a/exporter/metric/go.mod b/exporter/metric/go.mod index 18058eea6..fbfa03a15 100644 --- a/exporter/metric/go.mod +++ b/exporter/metric/go.mod @@ -4,8 +4,8 @@ go 1.20 require ( cloud.google.com/go/monitoring v1.12.0 - github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.37.0 - github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.37.0 + github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.37.1 + github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.37.1 github.com/googleapis/gax-go/v2 v2.7.0 github.com/stretchr/testify v1.8.2 go.opentelemetry.io/otel v1.14.0 diff --git a/exporter/metric/version.go b/exporter/metric/version.go index 6abbe87a7..8fdeb43e1 100644 --- a/exporter/metric/version.go +++ b/exporter/metric/version.go @@ -17,5 +17,5 @@ package metric // Version is the current release version of the OpenTelemetry // Operations Metric Exporter in use. func Version() string { - return "0.37.0" + return "0.37.1" } diff --git a/exporter/trace/go.mod b/exporter/trace/go.mod index ad3ef06c8..9aa709f35 100644 --- a/exporter/trace/go.mod +++ b/exporter/trace/go.mod @@ -4,8 +4,8 @@ go 1.20 require ( cloud.google.com/go/trace v1.8.0 - github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.37.0 - github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.37.0 + github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.37.1 + github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.37.1 github.com/golang/protobuf v1.5.2 github.com/stretchr/testify v1.8.2 go.opentelemetry.io/otel v1.14.0 diff --git a/exporter/trace/version.go b/exporter/trace/version.go index 515c77c84..16c617fe9 100644 --- a/exporter/trace/version.go +++ b/exporter/trace/version.go @@ -17,5 +17,5 @@ package trace // Version is the current release version of the OpenTelemetry // Operations Trace Exporter in use. func Version() string { - return "1.13.0" + return "1.13.1" } diff --git a/tools/release.go b/tools/release.go index e2ecc348b..836044386 100644 --- a/tools/release.go +++ b/tools/release.go @@ -29,8 +29,8 @@ import ( const ( prefix = "github.com/GoogleCloudPlatform/opentelemetry-operations-go" - stable = "1.13.0" - unstable = "0.37.0" + stable = "1.13.1" + unstable = "0.37.1" ) var versions = map[string]string{