Skip to content

Commit

Permalink
chore: release main (#184)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 17, 2023
1 parent 33190b8 commit e75a6f6
Show file tree
Hide file tree
Showing 13 changed files with 43 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"providers/flagd": "0.5.4",
"hooks/open-telemetry": "1.0.0",
"providers/flagd": "0.5.5",
"hooks/open-telemetry": "1.0.1",
"providers/go-feature-flag": "0.2.2",
"providers/flagsmith": "0.0.1"
"providers/flagsmith": "0.0.2"
}
7 changes: 7 additions & 0 deletions hooks/open-telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.hooks.otel-v1.0.0...dev.openfeature.contrib.hooks.otel-v1.0.1) (2023-01-17)


### Bug Fixes

* **deps:** update dependency io.opentelemetry:opentelemetry-bom to v1.22.0 ([#182](https://github.com/open-feature/java-sdk-contrib/issues/182)) ([9f20baf](https://github.com/open-feature/java-sdk-contrib/commit/9f20baf24da9d9a0e728ebbee5a84b9f661b8f3a))

## [1.0.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.hooks.otel-v0.4.0...dev.openfeature.contrib.hooks.otel-v1.0.0) (2022-12-22)


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 @@ enabling enhanced observability use cases, such as A/B testing or progressive fe
<dependency>
<groupId>dev.openfeature.contrib.hooks</groupId>
<artifactId>otel</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```
<!-- x-release-please-end-version -->
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 @@ -9,7 +9,7 @@
</parent>
<groupId>dev.openfeature.contrib.hooks</groupId>
<artifactId>otel</artifactId>
<version>1.0.0</version> <!--x-release-please-version -->
<version>1.0.1</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 @@
1.0.0
1.0.1
16 changes: 16 additions & 0 deletions providers/flagd/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.5.5](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.5.4...dev.openfeature.contrib.providers.flagd-v0.5.5) (2023-01-17)


### Features

* flagd caching ([#168](https://github.com/open-feature/java-sdk-contrib/issues/168)) ([528504f](https://github.com/open-feature/java-sdk-contrib/commit/528504fa0562ffa5f3d12dcd5d69e355ea542f11))


### Bug Fixes

* allow flagd-provider cache to be disabled ([#201](https://github.com/open-feature/java-sdk-contrib/issues/201)) ([f505b83](https://github.com/open-feature/java-sdk-contrib/commit/f505b83d0f29f7d59eb7bea999d5a8bc441706ef))
* **deps:** update dependency io.grpc:grpc-netty to v1.52.0 ([#189](https://github.com/open-feature/java-sdk-contrib/issues/189)) ([246e837](https://github.com/open-feature/java-sdk-contrib/commit/246e8376246776518dc0995bfa2999ec29537f92))
* **deps:** update dependency io.grpc:grpc-protobuf to v1.52.0 ([#190](https://github.com/open-feature/java-sdk-contrib/issues/190)) ([283744b](https://github.com/open-feature/java-sdk-contrib/commit/283744b007e28b570587d7658a9cc9a12335dc69))
* **deps:** update dependency io.grpc:grpc-stub to v1.52.0 ([#191](https://github.com/open-feature/java-sdk-contrib/issues/191)) ([7245a91](https://github.com/open-feature/java-sdk-contrib/commit/7245a91a8f137bc2fc146449025fa6c5b4422c2f))
* **deps:** update dependency io.netty:netty-transport-native-epoll to v4.1.87.final ([#192](https://github.com/open-feature/java-sdk-contrib/issues/192)) ([bb6775f](https://github.com/open-feature/java-sdk-contrib/commit/bb6775f69c6c95fde27ee5abddf5f851c01cdc52))

## [0.5.4](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagd-v0.5.3...dev.openfeature.contrib.providers.flagd-v0.5.4) (2022-12-22)


Expand Down
2 changes: 1 addition & 1 deletion providers/flagd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A feature flag daemon with a Unix philosophy.
<dependency>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>flagd</artifactId>
<version>0.5.4</version>
<version>0.5.5</version>
</dependency>
```
<!-- x-release-please-end-version -->
Expand Down
2 changes: 1 addition & 1 deletion providers/flagd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</parent>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>flagd</artifactId>
<version>0.5.4</version> <!--x-release-please-version -->
<version>0.5.5</version> <!--x-release-please-version -->

<name>flagd</name>
<description>FlagD provider for Java</description>
Expand Down
2 changes: 1 addition & 1 deletion providers/flagd/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.4
0.5.5
8 changes: 8 additions & 0 deletions providers/flagsmith/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.0.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.flagsmith-v0.0.1...dev.openfeature.contrib.providers.flagsmith-v0.0.2) (2023-01-17)


### Features

* flagsmith provider ([#167](https://github.com/open-feature/java-sdk-contrib/issues/167)) ([fd84e65](https://github.com/open-feature/java-sdk-contrib/commit/fd84e655bda57b2c78ceb8d8931067daf425281e))
2 changes: 1 addition & 1 deletion providers/flagsmith/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Flagsmith provides an all-in-one platform for developing, implementing, and mana
<dependency>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>flagsmith</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion providers/flagsmith/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>flagsmith</artifactId>
<version>0.0.1</version> <!--x-release-please-version -->
<version>0.0.2</version> <!--x-release-please-version -->

<name>flagsmith</name>
<description>Flagsmith provider for Java</description>
Expand Down
2 changes: 1 addition & 1 deletion providers/flagsmith/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.2

0 comments on commit e75a6f6

Please sign in to comment.