Skip to content

Commit 97c9a28

Browse files
committed
Prepare v1.33.1 release
1 parent 5a2ca4a commit 97c9a28

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.33.0
1+
1.33.1

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.0
55
toolchain go1.22.6
66

77
require (
8-
github.com/lightstep/otel-launcher-go/pipelines v1.33.0
8+
github.com/lightstep/otel-launcher-go/pipelines v1.33.1
99
github.com/sethvargo/go-envconfig v0.8.3
1010
github.com/stretchr/testify v1.9.0
1111
go.opentelemetry.io/otel v1.31.0
@@ -38,9 +38,9 @@ require (
3838
github.com/klauspost/compress v1.17.11 // indirect
3939
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
4040
github.com/lightstep/go-expohisto v1.0.0 // indirect
41-
github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.33.0 // indirect
42-
github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.33.0 // indirect
43-
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.33.0 // indirect
41+
github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.33.1 // indirect
42+
github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.33.1 // indirect
43+
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.33.1 // indirect
4444
github.com/lightstep/otel-launcher-go/lightstep/sdk/trace v1.31.0 // indirect
4545
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
4646
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect

launcher/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
package launcher
1616

17-
const version = "1.33.0"
17+
const version = "1.33.1"

lightstep/sdk/metric/example/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.0
55
toolchain go1.22.6
66

77
require (
8-
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.33.0
8+
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.33.1
99
github.com/lightstep/otel-launcher-go/pipelines v1.31.0
1010
go.opentelemetry.io/proto/otlp v1.3.1
1111
)
@@ -33,7 +33,7 @@ require (
3333
github.com/klauspost/compress v1.17.11 // indirect
3434
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
3535
github.com/lightstep/go-expohisto v1.0.0 // indirect
36-
github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.33.0 // indirect
36+
github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.33.1 // indirect
3737
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3838
github.com/modern-go/reflect2 v1.0.2 // indirect
3939
github.com/mostynb/go-grpc-compression v1.2.3 // indirect

lightstep/sdk/metric/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/golang/mock v1.6.0
1212
github.com/google/go-cmp v0.6.0
1313
github.com/lightstep/go-expohisto v1.0.0
14-
github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.33.0
14+
github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.33.1
1515
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/otelarrowexporter v0.113.0
1616
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusexporter v0.113.0
1717
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/resourcetotelemetry v0.113.0

lightstep/sdk/trace/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.22.6
66

77
require (
88
github.com/google/go-cmp v0.6.0
9-
github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.33.0
9+
github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.33.1
1010
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/otelarrowexporter v0.113.0
1111
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/otelarrowreceiver v0.113.0
1212
github.com/open-telemetry/otel-arrow/collector/processor/concurrentbatchprocessor v0.30.0

pipelines/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.22.0
55
toolchain go1.22.6
66

77
require (
8-
github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.33.0
9-
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.33.0
8+
github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.33.1
9+
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.33.1
1010
github.com/lightstep/otel-launcher-go/lightstep/sdk/trace v1.31.0
1111

1212
// For otelcol-based exporter configuration.

0 commit comments

Comments
 (0)