From 254892d7c0333274be311791881e61e8a4280fcc Mon Sep 17 00:00:00 2001 From: Joshua MacDonald Date: Thu, 4 Aug 2022 08:11:49 -0700 Subject: [PATCH] Mark version 1.9 (#242) --- CHANGELOG.md | 10 ++++++++++ VERSION | 2 +- go.mod | 4 ++-- launcher/version.go | 2 +- lightstep/sdk/metric/example/go.mod | 2 +- pipelines/go.mod | 2 +- 6 files changed, 16 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8935389..5d6e55f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## Unreleased +## [1.9.0](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.9.0) - 2022-08-04 + +### 💡 Enhancements + +- Update to OpenTelemetry 1.9.0 + +### 🧰 Bug fixes 🧰 + +- Exponential histogram correctly counts the zero-bucket when increment > 1 [#238](https://github.com/lightstep/otel-launcher-go/pull/238) + ## [1.8.1](https://github.com/lightstep/otel-launcher-go/releases/tag/v1.8.1) - 2022-07-28 ### 💡 Enhancements diff --git a/VERSION b/VERSION index a8fdfda1..f8e233b2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.1 +1.9.0 diff --git a/go.mod b/go.mod index 6eeef44c..18e1a083 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module github.com/lightstep/otel-launcher-go go 1.18 require ( - github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.8.1 - github.com/lightstep/otel-launcher-go/pipelines v1.8.1 + github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.9.0 + github.com/lightstep/otel-launcher-go/pipelines v1.9.0 github.com/sethvargo/go-envconfig v0.8.1 github.com/stretchr/testify v1.8.0 go.opentelemetry.io/otel v1.9.0 diff --git a/launcher/version.go b/launcher/version.go index ccdc74c8..0d00d24f 100644 --- a/launcher/version.go +++ b/launcher/version.go @@ -14,4 +14,4 @@ package launcher -const version = "1.8.1" +const version = "1.9.0" diff --git a/lightstep/sdk/metric/example/go.mod b/lightstep/sdk/metric/example/go.mod index 4369d898..973e36e6 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.18 require ( - github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.8.1 + github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.9.0 github.com/lightstep/otel-launcher-go/pipelines v1.8.0 go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.31.0 go.opentelemetry.io/proto/otlp v0.18.0 diff --git a/pipelines/go.mod b/pipelines/go.mod index a91b6f0a..d81007fc 100644 --- a/pipelines/go.mod +++ b/pipelines/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( // Lightstep-alternate metric SDK - github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.8.1 + github.com/lightstep/otel-launcher-go/lightstep/sdk/metric v1.9.0 // Host and runtime instrumentation go.opentelemetry.io/contrib/instrumentation/host v0.33.0