diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ee4e61e..23556031 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## Unreleased -- Metrics/Traces exporter [#760](https://github.com/lightstep/otel-launcher-go/pull/760) +## [1.31.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.31.0) - 2024-09-06 + +- SDK-internal metrics: replace "otelcol_" prefix with "otelsdk_" [#760](https://github.com/lightstep/otel-launcher-go/pull/760) - Traces exporter: allow custom meter/trace providers [#739](https://github.com/lightstep/otel-launcher-go/pull/739) - Use correct default retry settings. [#741](https://github.com/lightstep/otel-launcher-go/pull/741) diff --git a/VERSION b/VERSION index 034552a8..34aae156 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.30.0 +1.31.0 diff --git a/go.mod b/go.mod index e7f6a050..e612efef 100644 --- a/go.mod +++ b/go.mod @@ -5,7 +5,7 @@ go 1.22.0 toolchain go1.22.6 require ( - github.com/lightstep/otel-launcher-go/pipelines v1.30.0 + github.com/lightstep/otel-launcher-go/pipelines v1.31.0 github.com/sethvargo/go-envconfig v0.8.3 github.com/stretchr/testify v1.9.0 go.opentelemetry.io/otel v1.29.0 @@ -43,9 +43,9 @@ require ( github.com/knadh/koanf/providers/confmap v0.1.0 // indirect github.com/knadh/koanf/v2 v2.1.1 // indirect github.com/lightstep/go-expohisto v1.0.0 // indirect - github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.30.0 // indirect - github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.30.0 // indirect - github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.30.0 // indirect + github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.31.0 // indirect + github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.31.0 // indirect + github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.31.0 // indirect github.com/lightstep/otel-launcher-go/lightstep/sdk/trace v1.29.0 // indirect github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect github.com/mitchellh/copystructure v1.2.0 // indirect diff --git a/launcher/version.go b/launcher/version.go index addc93e0..212245fa 100644 --- a/launcher/version.go +++ b/launcher/version.go @@ -14,4 +14,4 @@ package launcher -const version = "1.30.0" +const version = "1.31.0" diff --git a/lightstep/sdk/metric/example/go.mod b/lightstep/sdk/metric/example/go.mod index 6ef77622..85d2273d 100644 --- a/lightstep/sdk/metric/example/go.mod +++ b/lightstep/sdk/metric/example/go.mod @@ -5,7 +5,7 @@ go 1.22.0 toolchain go1.22.6 require ( - github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.30.0 + github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.31.0 github.com/lightstep/otel-launcher-go/pipelines v1.29.0 go.opentelemetry.io/proto/otlp v1.3.1 ) @@ -37,7 +37,7 @@ require ( github.com/knadh/koanf/providers/confmap v0.1.0 // indirect github.com/knadh/koanf/v2 v2.1.1 // indirect github.com/lightstep/go-expohisto v1.0.0 // indirect - github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.30.0 // indirect + github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.31.0 // indirect github.com/mitchellh/copystructure v1.2.0 // indirect github.com/mitchellh/reflectwalk v1.0.2 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect diff --git a/lightstep/sdk/metric/go.mod b/lightstep/sdk/metric/go.mod index d598fd65..66c85f96 100644 --- a/lightstep/sdk/metric/go.mod +++ b/lightstep/sdk/metric/go.mod @@ -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.30.0 + github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.31.0 github.com/open-telemetry/opentelemetry-collector-contrib/exporter/otelarrowexporter v0.108.0 github.com/open-telemetry/opentelemetry-collector-contrib/receiver/otelarrowreceiver v0.108.0 github.com/open-telemetry/otel-arrow/collector/processor/concurrentbatchprocessor v0.26.0 diff --git a/lightstep/sdk/trace/go.mod b/lightstep/sdk/trace/go.mod index d2153120..f09e6a49 100644 --- a/lightstep/sdk/trace/go.mod +++ b/lightstep/sdk/trace/go.mod @@ -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.30.0 + github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.31.0 github.com/open-telemetry/opentelemetry-collector-contrib/exporter/otelarrowexporter v0.108.0 github.com/open-telemetry/opentelemetry-collector-contrib/receiver/otelarrowreceiver v0.108.0 github.com/open-telemetry/otel-arrow/collector/processor/concurrentbatchprocessor v0.26.0 diff --git a/pipelines/go.mod b/pipelines/go.mod index 98ea5198..17c06921 100644 --- a/pipelines/go.mod +++ b/pipelines/go.mod @@ -5,8 +5,8 @@ go 1.22.0 toolchain go1.22.6 require ( - github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.30.0 - github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.30.0 + github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.31.0 + github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.31.0 github.com/lightstep/otel-launcher-go/lightstep/sdk/trace v1.29.0 // For otelcol-based exporter configuration. @@ -48,7 +48,7 @@ require ( github.com/knadh/koanf/providers/confmap v0.1.0 // indirect github.com/knadh/koanf/v2 v2.1.1 // indirect github.com/lightstep/go-expohisto v1.0.0 // indirect - github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.30.0 // indirect + github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.31.0 // indirect github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect github.com/mitchellh/copystructure v1.2.0 // indirect github.com/mitchellh/reflectwalk v1.0.2 // indirect