Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"providers/statsig": "0.2.1",
"providers/multiprovider": "0.0.3",
"providers/ofrep": "0.0.1",
"providers/gcp": "0.0.1",
"providers/gcp": "0.0.2",
"tools/junit-openfeature": "0.2.1",
"tools/flagd-http-connector": "0.0.4",
"tools/flagd-api": "1.0.0",
Expand Down
7 changes: 7 additions & 0 deletions providers/gcp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.0.2](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.providers.gcp-v0.0.1...dev.openfeature.contrib.providers.gcp-v0.0.2) (2026-06-05)


### ✨ New Features

* add GCP Secret Manager OpenFeature provider ([#1772](https://github.com/open-feature/java-sdk-contrib/issues/1772)) ([17de2b7](https://github.com/open-feature/java-sdk-contrib/commit/17de2b76ecb864e93dc42b53e1d72dd08f4a5bc3))

## 0.0.1

### ✨ New Features
Expand Down
2 changes: 1 addition & 1 deletion providers/gcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ An OpenFeature provider that reads feature flags from Google Cloud. Currently su
<dependency>
<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>gcp</artifactId>
<version>0.0.1</version>
<version>0.0.2</version>
</dependency>
```
<!-- x-release-please-end-version -->
Expand Down
2 changes: 1 addition & 1 deletion providers/gcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<groupId>dev.openfeature.contrib.providers</groupId>
<artifactId>gcp</artifactId>
<version>0.0.1</version> <!--x-release-please-version -->
<version>0.0.2</version> <!--x-release-please-version -->

<properties>
<!-- "-" is not allowed in automatic module names -->
Expand Down
2 changes: 1 addition & 1 deletion providers/gcp/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.2
Loading