Skip to content

Commit

Permalink
Release 1.25.0 (#635)
Browse files Browse the repository at this point in the history
This release includes dependency updates for core collector (v0.92.0 ->
v0.94.1) and otel-arrow (v0.14.0 -> v0.17.0)
  • Loading branch information
moh-osman3 authored Feb 14, 2024
1 parent 3036efa commit 314eaaf
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 16 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## Unreleased

## [1.24.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.23.0) - 2024-01-11)
## [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)

## [1.24.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.24.0) - 2024-01-11)

- Dependency update: Use OpenTelemetry Collector v0.92.0, OTel-Arrow v0.14.0. [#600](https://github.com/lightstep/otel-launcher-go/pull/600)
- Trace exporter: always use LS instrumentation packages and OTel Collector export path, remove dependency on OTel-Go OTLP trace exporter. [#595](https://github.com/lightstep/otel-launcher-go/pull/595)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.24.0
1.25.0
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/lightstep/otel-launcher-go
go 1.21

require (
github.com/lightstep/otel-launcher-go/pipelines v1.24.0
github.com/lightstep/otel-launcher-go/pipelines v1.25.0
github.com/sethvargo/go-envconfig v0.8.3
github.com/stretchr/testify v1.8.4
go.opentelemetry.io/otel v1.23.0
Expand Down Expand Up @@ -40,10 +40,10 @@ require (
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
github.com/knadh/koanf/v2 v2.0.2 // indirect
github.com/lightstep/go-expohisto v1.0.0 // indirect
github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.24.0 // indirect
github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.24.0 // indirect
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.24.0 // indirect
github.com/lightstep/otel-launcher-go/lightstep/sdk/trace v1.24.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/sdk/trace v1.25.0 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c // 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.24.0"
const version = "1.25.0"
4 changes: 2 additions & 2 deletions lightstep/sdk/metric/example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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.24.0
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.25.0
github.com/lightstep/otel-launcher-go/pipelines v1.8.0
go.opentelemetry.io/proto/otlp v1.1.0
)
Expand Down Expand Up @@ -34,7 +34,7 @@ require (
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
github.com/knadh/koanf/v2 v2.0.2 // indirect
github.com/lightstep/go-expohisto v1.0.0 // indirect
github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.24.0 // indirect
github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.25.0 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c // indirect
github.com/mitchellh/reflectwalk v1.0.2 // 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 @@ -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.24.0
github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.25.0
github.com/open-telemetry/otel-arrow/collector/exporter/otelarrowexporter v0.17.0
github.com/open-telemetry/otel-arrow/collector/processor/concurrentbatchprocessor v0.17.0
github.com/open-telemetry/otel-arrow/collector/receiver/otelarrowreceiver v0.17.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 @@ -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.24.0
github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.25.0
github.com/open-telemetry/otel-arrow/collector/exporter/otelarrowexporter v0.17.0
github.com/open-telemetry/otel-arrow/collector/processor/concurrentbatchprocessor v0.17.0
github.com/open-telemetry/otel-arrow/collector/receiver/otelarrowreceiver v0.17.0
Expand Down
8 changes: 4 additions & 4 deletions pipelines/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/lightstep/otel-launcher-go/pipelines
go 1.21

require (
github.com/lightstep/otel-launcher-go/lightstep/instrumentation v1.24.0
github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.24.0
github.com/lightstep/otel-launcher-go/lightstep/sdk/trace v1.24.0
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/sdk/trace v1.25.0

// For otelcol-based exporter configuration.
go.opentelemetry.io/collector/config/configtls v0.94.1
Expand Down Expand Up @@ -47,7 +47,7 @@ require (
github.com/knadh/koanf/providers/confmap v0.1.0 // indirect
github.com/knadh/koanf/v2 v2.0.2 // indirect
github.com/lightstep/go-expohisto v1.0.0 // indirect
github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.24.0 // indirect
github.com/lightstep/otel-launcher-go/lightstep/sdk/internal v1.25.0 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c // indirect
Expand Down

0 comments on commit 314eaaf

Please sign in to comment.