Skip to content

Commit f47cc71

Browse files
authored
Prepare release v1.8.3/0.32.3. (#450)
1 parent 7d81ffd commit f47cc71

10 files changed

Lines changed: 21 additions & 21 deletions

File tree

e2e-test-server/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.17
55
require (
66
cloud.google.com/go/iam v0.1.1 // indirect
77
cloud.google.com/go/pubsub v1.19.0
8-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.2
8+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.3
99
go.opentelemetry.io/otel v1.7.0
1010
go.opentelemetry.io/otel/sdk v1.7.0
1111
go.opentelemetry.io/otel/trace v1.7.0
@@ -18,8 +18,8 @@ require (
1818
cloud.google.com/go v0.100.2 // indirect
1919
cloud.google.com/go/compute v1.6.1 // indirect
2020
cloud.google.com/go/trace v1.2.0 // indirect
21-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.32.2 // indirect
22-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.2 // indirect
21+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v0.32.3 // indirect
22+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.3 // indirect
2323
github.com/go-logr/logr v1.2.3 // indirect
2424
github.com/go-logr/stdr v1.2.2 // indirect
2525
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect

example/metric/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.17
55
replace github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric => ../../exporter/metric
66

77
require (
8-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.32.2
8+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.32.3
99
go.opentelemetry.io/otel v1.7.0
1010
go.opentelemetry.io/otel/metric v0.30.0
1111
go.opentelemetry.io/otel/sdk v1.7.0

example/trace/http/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ replace github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/reso
99
replace github.com/GoogleCloudPlatform/opentelemetry-operations-go => ../../..
1010

1111
require (
12-
github.com/GoogleCloudPlatform/opentelemetry-operations-go v0.32.2
13-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.2
12+
github.com/GoogleCloudPlatform/opentelemetry-operations-go v0.32.3
13+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.3
1414
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.32.0
1515
go.opentelemetry.io/otel v1.7.0
1616
go.opentelemetry.io/otel/sdk v1.7.0
@@ -20,7 +20,7 @@ require (
2020
require (
2121
cloud.google.com/go/compute v1.5.0 // indirect
2222
cloud.google.com/go/trace v1.2.0 // indirect
23-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.2 // indirect
23+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.3 // indirect
2424
github.com/felixge/httpsnoop v1.0.2 // indirect
2525
github.com/go-logr/logr v1.2.3 // indirect
2626
github.com/go-logr/stdr v1.2.2 // indirect

exporter/collector/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.17
44

55
require (
66
cloud.google.com/go/logging v1.4.2
7-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.2
7+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.3
88
github.com/census-instrumentation/opencensus-proto v0.3.0
99
github.com/stretchr/testify v1.7.1
1010
go.opencensus.io v0.23.0
@@ -22,7 +22,7 @@ require (
2222
require (
2323
cloud.google.com/go/monitoring v1.4.0
2424
cloud.google.com/go/trace v1.2.0
25-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.2
25+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.3
2626
github.com/benbjohnson/clock v1.3.0 // indirect
2727
github.com/google/go-cmp v0.5.7
2828
go.opentelemetry.io/collector/pdata v0.53.0

exporter/collector/googlemanagedprometheus/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/colle
33
go 1.17
44

55
require (
6-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.32.2
6+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.32.3
77
github.com/stretchr/testify v1.7.1
88
go.opentelemetry.io/collector v0.53.0
99
go.opentelemetry.io/collector/pdata v0.53.0
@@ -17,8 +17,8 @@ require (
1717
cloud.google.com/go/logging v1.4.2 // indirect
1818
cloud.google.com/go/monitoring v1.4.0 // indirect
1919
cloud.google.com/go/trace v1.2.0 // indirect
20-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.2 // indirect
21-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.2 // indirect
20+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.3 // indirect
21+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.3 // indirect
2222
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
2323
github.com/davecgh/go-spew v1.1.1 // indirect
2424
github.com/go-logr/logr v1.2.3 // indirect

exporter/collector/integrationtest/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ go 1.17
44

55
require (
66
contrib.go.opencensus.io/exporter/stackdriver v0.13.11
7-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.32.2
8-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.32.2
9-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.2
7+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.32.3
8+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector/googlemanagedprometheus v0.32.3
9+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.3
1010
github.com/google/go-cmp v0.5.7
1111
github.com/stretchr/testify v1.7.1
1212
go.opencensus.io v0.23.0
@@ -25,7 +25,7 @@ require (
2525
cloud.google.com/go/logging v1.4.2 // indirect
2626
cloud.google.com/go/monitoring v1.4.0 // indirect
2727
cloud.google.com/go/trace v1.2.0 // indirect
28-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.2 // indirect
28+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.8.3 // indirect
2929
github.com/aws/aws-sdk-go v1.42.49 // indirect
3030
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
3131
github.com/census-instrumentation/opencensus-proto v0.3.0 // indirect

exporter/metric/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ package metric
1717
// Version is the current release version of the OpenTelemetry
1818
// Operations Metric Exporter in use.
1919
func Version() string {
20-
return "0.32.2"
20+
return "0.32.3"
2121
}

exporter/trace/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
)
2323

2424
require (
25-
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.2
25+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.32.3
2626
go.uber.org/multierr v1.8.0
2727
)
2828

exporter/trace/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ package trace
1717
// Version is the current release version of the OpenTelemetry
1818
// Operations Trace Exporter in use.
1919
func Version() string {
20-
return "1.8.2"
20+
return "1.8.3"
2121
}

tools/release.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ import (
2929
const (
3030
prefix = "github.com/GoogleCloudPlatform/opentelemetry-operations-go"
3131

32-
stable = "1.8.2"
33-
unstable = "0.32.2"
32+
stable = "1.8.3"
33+
unstable = "0.32.3"
3434
)
3535

3636
var versions = map[string]string{

0 commit comments

Comments
 (0)