Skip to content

Commit

Permalink
Prepare v1.33.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mwear committed Nov 20, 2024
1 parent 5a2ca4a commit 97c9a28
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.33.0
1.33.1
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.0
toolchain go1.22.6

require (
github.com/lightstep/otel-launcher-go/pipelines v1.33.0
github.com/lightstep/otel-launcher-go/pipelines v1.33.1
github.com/sethvargo/go-envconfig v0.8.3
github.com/stretchr/testify v1.9.0
go.opentelemetry.io/otel v1.31.0
Expand Down Expand Up @@ -38,9 +38,9 @@ require (
github.com/klauspost/compress v1.17.11 // indirect
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
github.com/lightstep/go-expohisto v1.0.0 // indirect
github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.33.0 // indirect
github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.33.0 // indirect
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.33.0 // indirect
github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.33.1 // indirect
github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.33.1 // indirect
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.33.1 // indirect
github.com/lightstep/otel-launcher-go/lightstep/sdk/trace v1.31.0 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
Expand Down
2 changes: 1 addition & 1 deletion launcher/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

package launcher

const version = "1.33.0"
const version = "1.33.1"
4 changes: 2 additions & 2 deletions lightstep/sdk/metric/example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.0
toolchain go1.22.6

require (
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.33.0
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.33.1
github.com/lightstep/otel-launcher-go/pipelines v1.31.0
go.opentelemetry.io/proto/otlp v1.3.1
)
Expand Down Expand Up @@ -33,7 +33,7 @@ require (
github.com/klauspost/compress v1.17.11 // indirect
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
github.com/lightstep/go-expohisto v1.0.0 // indirect
github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.33.0 // indirect
github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.33.1 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/mostynb/go-grpc-compression v1.2.3 // indirect
Expand Down
2 changes: 1 addition & 1 deletion lightstep/sdk/metric/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/golang/mock v1.6.0
github.com/google/go-cmp v0.6.0
github.com/lightstep/go-expohisto v1.0.0
github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.33.0
github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.33.1
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/otelarrowexporter v0.113.0
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusexporter v0.113.0
github.com/open-telemetry/opentelemetry-collector-contrib/pkg/resourcetotelemetry v0.113.0
Expand Down
2 changes: 1 addition & 1 deletion lightstep/sdk/trace/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.22.6

require (
github.com/google/go-cmp v0.6.0
github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.33.0
github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.33.1
github.com/open-telemetry/opentelemetry-collector-contrib/exporter/otelarrowexporter v0.113.0
github.com/open-telemetry/opentelemetry-collector-contrib/receiver/otelarrowreceiver v0.113.0
github.com/open-telemetry/otel-arrow/collector/processor/concurrentbatchprocessor v0.30.0
Expand Down
4 changes: 2 additions & 2 deletions pipelines/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ go 1.22.0
toolchain go1.22.6

require (
github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.33.0
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.33.0
github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.33.1
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.33.1
github.com/lightstep/otel-launcher-go/lightstep/sdk/trace v1.31.0

// For otelcol-based exporter configuration.
Expand Down

0 comments on commit 97c9a28

Please sign in to comment.