diff --git a/CHANGELOG.md b/CHANGELOG.md index 3fab83c7..0b7cab7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## Unreleased +## [1.26.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.26.0) - 2024-03-06) + +- Dependency update: Use OpenTelemetry Collector v0.96.0, OTel-Arrow v0.18.0. [#651](https://github.com/lightstep/otel-launcher-go/pull/651) + ## [1.25.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.25.0) - 2024-02-14) - Dependency update: Use OpenTelemetry Collector v0.94.1, OTel-Arrow v0.17.0. [#634](https://github.com/lightstep/otel-launcher-go/pull/634) diff --git a/VERSION b/VERSION index ad219194..5ff8c4f5 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.25.0 +1.26.0 diff --git a/go.mod b/go.mod index 479aa780..c7158cb6 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module github.com/lightstep/otel-launcher-go go 1.21 require ( - github.com/lightstep/otel-launcher-go/pipelines v1.25.0 + github.com/lightstep/otel-launcher-go/pipelines v1.26.0 github.com/sethvargo/go-envconfig v0.8.3 github.com/stretchr/testify v1.8.4 go.opentelemetry.io/otel v1.24.0 @@ -40,9 +40,9 @@ require ( github.com/knadh/koanf/providers/confmap v0.1.0 // indirect github.com/knadh/koanf/v2 v2.1.0 // indirect github.com/lightstep/go-expohisto v1.0.0 // indirect - github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.25.0 // indirect - github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.25.0 // indirect - github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.25.0 // indirect + github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.26.0 // indirect + github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.26.0 // indirect + github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.26.0 // indirect github.com/lightstep/otel-launcher-go/lightstep/sdk/trace v1.25.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 c71892ff..2d628f1d 100644 --- a/launcher/version.go +++ b/launcher/version.go @@ -14,4 +14,4 @@ package launcher -const version = "1.25.0" +const version = "1.26.0" diff --git a/lightstep/sdk/metric/example/go.mod b/lightstep/sdk/metric/example/go.mod index 423cad4e..f48ef3b0 100644 --- a/lightstep/sdk/metric/example/go.mod +++ b/lightstep/sdk/metric/example/go.mod @@ -3,7 +3,7 @@ module github.com/lightstep/otel-launcher-go/lightstep/sdk/metric/example go 1.21 require ( - github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.25.0 + github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.26.0 github.com/lightstep/otel-launcher-go/pipelines v1.8.0 go.opentelemetry.io/proto/otlp v1.1.0 ) @@ -34,7 +34,7 @@ require ( github.com/knadh/koanf/providers/confmap v0.1.0 // indirect github.com/knadh/koanf/v2 v2.1.0 // indirect github.com/lightstep/go-expohisto v1.0.0 // indirect - github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.25.0 // indirect + github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.26.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 c105910b..a9c7519f 100644 --- a/lightstep/sdk/metric/go.mod +++ b/lightstep/sdk/metric/go.mod @@ -9,7 +9,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.25.0 + github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.26.0 github.com/open-telemetry/otel-arrow/collector/exporter/otelarrowexporter v0.18.0 github.com/open-telemetry/otel-arrow/collector/processor/concurrentbatchprocessor v0.18.0 github.com/open-telemetry/otel-arrow/collector/receiver/otelarrowreceiver v0.18.0 diff --git a/lightstep/sdk/trace/go.mod b/lightstep/sdk/trace/go.mod index e30e102a..9be5415e 100644 --- a/lightstep/sdk/trace/go.mod +++ b/lightstep/sdk/trace/go.mod @@ -4,7 +4,7 @@ go 1.21 require ( github.com/google/go-cmp v0.6.0 - github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.25.0 + github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.26.0 github.com/open-telemetry/otel-arrow/collector/exporter/otelarrowexporter v0.18.0 github.com/open-telemetry/otel-arrow/collector/processor/concurrentbatchprocessor v0.18.0 github.com/open-telemetry/otel-arrow/collector/receiver/otelarrowreceiver v0.18.0 diff --git a/pipelines/go.mod b/pipelines/go.mod index fba4b240..81f13285 100644 --- a/pipelines/go.mod +++ b/pipelines/go.mod @@ -3,8 +3,8 @@ module github.com/lightstep/otel-launcher-go/pipelines go 1.21 require ( - github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.25.0 - github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.25.0 + github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.26.0 + github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.26.0 github.com/lightstep/otel-launcher-go/lightstep/sdk/trace v1.25.0 // For otelcol-based exporter configuration. @@ -47,7 +47,7 @@ require ( github.com/knadh/koanf/providers/confmap v0.1.0 // indirect github.com/knadh/koanf/v2 v2.1.0 // indirect github.com/lightstep/go-expohisto v1.0.0 // indirect - github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.25.0 // indirect + github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.26.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