Skip to content

Commit

Permalink
rel: Prepare v1.15.0 release (#119)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Prepares next release of otel-config-go.

## Short description of the changes
- Updates version to 1.15.0
- Adds changelog entry

## How to verify that this has the expected result
Next release of otel-config-go can be tagged and published.

Signed-off-by: Alex Boten <223565+codeboten@users.noreply.github.com>
  • Loading branch information
codeboten authored Apr 10, 2024
1 parent 4372792 commit dc8f894
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# otel-config-go changelog

## v1.15.0 (2024-04-10)

### Maintenance

- maint: update dependencies to 1.25.0 (#117) | @codeboten
- maint: Update ubuntu image in workflows to latest (#113) | @MikeGoldsmith
- maint: add labels to release.yml for auto-generated grouping (#112) | @JamieDanielson

## v1.14.0 (2024-02-06)

### Enhancements
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ This project is a configuration layer that chooses default values for configurat

Latest release built with:

- OpenTelemetry Go [v1.21.0/v0.44.0](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.21.0)
- OpenTelemetry Go Contrib [v1.21.1/v0.46.1](https://github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v1.21.1)
- OpenTelemetry Semantic Conventions [v1.21.0](https://github.com/open-telemetry/opentelemetry-go/tree/main/semconv/v1.21.0)
- OpenTelemetry Go [v1.25.0/v0.47.0](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.25.0)
- OpenTelemetry Go Contrib [v1.25.0/v0.50.0](https://github.com/open-telemetry/opentelemetry-go-contrib/releases/tag/v1.25.0)
- OpenTelemetry Semantic Conventions [v1.24.0](https://github.com/open-telemetry/opentelemetry-go/tree/main/semconv/v1.24.0)

Minimum Go Version: `1.20`
Minimum Go Version: `1.21`

See the OpenTelemetry SDK's [compatability matrix](https://github.com/open-telemetry/opentelemetry-go#compatibility) for more information.

Expand Down
2 changes: 1 addition & 1 deletion otelconfig/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package otelconfig

const version = "1.14.0"
const version = "1.15.0"

0 comments on commit dc8f894

Please sign in to comment.