Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.hooks.otel 3.2.0 (#873)
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Todd Baert <[email protected]>
  • Loading branch information
github-actions[bot] and toddbaert authored Sep 25, 2024
1 parent de80f8c commit 8623a72
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"providers/flagd": "0.8.9",
"hooks/open-telemetry": "3.1.2",
"hooks/open-telemetry": "3.2.0",
"providers/go-feature-flag": "0.2.23",
"providers/flagsmith": "0.0.9",
"providers/env-var": "0.0.6",
Expand Down
14 changes: 14 additions & 0 deletions hooks/open-telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [3.2.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.hooks.otel-v3.1.2...dev.openfeature.contrib.hooks.otel-v3.2.0) (2024-09-25)

### 🐛 Bug Fixes

* **deps:** update opentelemetry-java monorepo to v1.40.0 ([#870](https://github.com/open-feature/java-sdk-contrib/issues/870)) ([53f4435](https://github.com/open-feature/java-sdk-contrib/commit/53f4435dce0b0f80fcae48d3f664a88d9734e7d0))
* **deps:** update opentelemetry-java monorepo to v1.41.0 ([#911](https://github.com/open-feature/java-sdk-contrib/issues/911)) ([157705a](https://github.com/open-feature/java-sdk-contrib/commit/157705a44e55f5b5a545f9126b64df00b1f8cdf9))
* **deps:** update opentelemetry-java monorepo to v1.42.0 ([#939](https://github.com/open-feature/java-sdk-contrib/issues/939)) ([67e855c](https://github.com/open-feature/java-sdk-contrib/commit/67e855c0eeeb8f36cd6ebb901deb3bfa3ea90695))
* **deps:** update opentelemetry-java monorepo to v1.42.1 ([#946](https://github.com/open-feature/java-sdk-contrib/issues/946)) ([0ca3da6](https://github.com/open-feature/java-sdk-contrib/commit/0ca3da649cbeb03039f7ea79134475093b739143))


### ✨ New Features

* use sdk-maintained state, require 1.12 ([#964](https://github.com/open-feature/java-sdk-contrib/issues/964)) ([4a041b0](https://github.com/open-feature/java-sdk-contrib/commit/4a041b0dda9c4e460f4c2199f3bc680df0dda621))

## [3.1.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.hooks.otel-v3.1.1...dev.openfeature.contrib.hooks.otel-v3.1.2) (2024-06-17)


Expand Down
2 changes: 1 addition & 1 deletion hooks/open-telemetry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ These hooks can be used to determine the impact a feature has on a request, enab
<dependency>
<groupId>dev.openfeature.contrib.hooks</groupId>
<artifactId>otel</artifactId>
<version>3.1.2</version>
<version>3.2.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion hooks/open-telemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>dev.openfeature.contrib.hooks</groupId>
<artifactId>otel</artifactId>
<version>3.1.2</version> <!--x-release-please-version -->
<version>3.2.0</version> <!--x-release-please-version -->

<name>open-telemetry-hook</name>
<description>Open Telemetry Hook</description>
Expand Down
2 changes: 1 addition & 1 deletion hooks/open-telemetry/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.2.0

0 comments on commit 8623a72

Please sign in to comment.