Skip to content

Commit

Permalink
chore(main): release providers/flipt 0.1.2 (#390)
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] committed Aug 20, 2024
1 parent abb7657 commit c4a1c78
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"hooks/validator": "0.1.6",
"providers/configcat": "0.2.1",
"providers/flagd": "0.2.2",
"providers/flipt": "0.1.1",
"providers/flipt": "0.1.2",
"providers/from-env": "0.1.5",
"providers/go-feature-flag": "0.2.0",
"providers/flagsmith": "0.1.4",
Expand Down
31 changes: 31 additions & 0 deletions providers/flipt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## [0.1.2](https://github.com/open-feature/go-sdk-contrib/compare/providers/flipt/v0.1.1...providers/flipt/v0.1.2) (2024-08-15)


### 🐛 Bug Fixes

* **deps:** update module github.com/open-feature/flagd/core to v0.8.1 ([#483](https://github.com/open-feature/go-sdk-contrib/issues/483)) ([4c3f005](https://github.com/open-feature/go-sdk-contrib/commit/4c3f005f587902b239ea904c8d050d054dc8afe7))
* **deps:** update module github.com/open-feature/go-sdk to v1.10.0 ([#469](https://github.com/open-feature/go-sdk-contrib/issues/469)) ([21810af](https://github.com/open-feature/go-sdk-contrib/commit/21810afc33fce9a3940ec9dc59e65f140fcbaa57))
* **deps:** update module github.com/open-feature/go-sdk to v1.11.0 ([#501](https://github.com/open-feature/go-sdk-contrib/issues/501)) ([3f0eaa5](https://github.com/open-feature/go-sdk-contrib/commit/3f0eaa575500baa663dc24dbfc6cf8214565471f))
* **deps:** update module github.com/stretchr/testify to v1.9.0 ([#470](https://github.com/open-feature/go-sdk-contrib/issues/470)) ([5263567](https://github.com/open-feature/go-sdk-contrib/commit/52635679b633e01e23196885a4a98d3cecbc8822))
* **deps:** update module go.flipt.io/flipt/rpc/flipt to v1.35.0 ([#389](https://github.com/open-feature/go-sdk-contrib/issues/389)) ([98fa10a](https://github.com/open-feature/go-sdk-contrib/commit/98fa10ad9730695adaf940841e216a83f2a8a00f))
* **deps:** update module go.flipt.io/flipt/sdk/go to v0.11.0 ([#392](https://github.com/open-feature/go-sdk-contrib/issues/392)) ([23ea2a3](https://github.com/open-feature/go-sdk-contrib/commit/23ea2a3f9de3c0b14c7c68a14f3aa91917a8f16c))
* **deps:** update module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to v0.46.0 [security] ([#387](https://github.com/open-feature/go-sdk-contrib/issues/387)) ([a1468e1](https://github.com/open-feature/go-sdk-contrib/commit/a1468e1fb40515048560b22ab8f343e46ee1a6ed))
* **deps:** update module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to v0.49.0 ([#391](https://github.com/open-feature/go-sdk-contrib/issues/391)) ([8ef5b1a](https://github.com/open-feature/go-sdk-contrib/commit/8ef5b1a21848b8f9a3bbc35a8f752b067a88b43d))
* **deps:** update module go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc to v0.53.0 ([#505](https://github.com/open-feature/go-sdk-contrib/issues/505)) ([2de8328](https://github.com/open-feature/go-sdk-contrib/commit/2de83284ee8f2b2346583b43eafb4d454d716f47))
* **deps:** update module google.golang.org/grpc to v1.62.1 ([#430](https://github.com/open-feature/go-sdk-contrib/issues/430)) ([c20613c](https://github.com/open-feature/go-sdk-contrib/commit/c20613c5079f2a9871c451771aca2b8ab56d7bcb))
* **deps:** update module google.golang.org/grpc to v1.64.1 [security] ([#550](https://github.com/open-feature/go-sdk-contrib/issues/550)) ([1c64db7](https://github.com/open-feature/go-sdk-contrib/commit/1c64db77dabc5d05778e82e1c5e6968b6d530d01))


### 🧹 Chore

* add license to module ([#554](https://github.com/open-feature/go-sdk-contrib/issues/554)) ([abb7657](https://github.com/open-feature/go-sdk-contrib/commit/abb76571c373582f36837587400104eb754c01b9))
* bump flipt sdk version and dependencies ([#534](https://github.com/open-feature/go-sdk-contrib/issues/534)) ([cf9fdb5](https://github.com/open-feature/go-sdk-contrib/commit/cf9fdb51d13935e9f2ea8441e3f00cf31fd550bb))
* **providers/flipt:** update README with correct provider import statement ([#496](https://github.com/open-feature/go-sdk-contrib/issues/496)) ([0ac382e](https://github.com/open-feature/go-sdk-contrib/commit/0ac382ec13390e7290f85ff524e7c401673ddc8c))
* update to go-sdk 1.9.0 ([#404](https://github.com/open-feature/go-sdk-contrib/issues/404)) ([11fa3ab](https://github.com/open-feature/go-sdk-contrib/commit/11fa3aba065a6dd81caca30e76efc16fb64a25e3))


### 📚 Documentation

* add namespace docs ([#521](https://github.com/open-feature/go-sdk-contrib/issues/521)) ([c3973a6](https://github.com/open-feature/go-sdk-contrib/commit/c3973a6bc3e6cbca779880cf09ca337ff1088fbf))
* flipt grpc example ([#398](https://github.com/open-feature/go-sdk-contrib/issues/398)) ([1e2c54d](https://github.com/open-feature/go-sdk-contrib/commit/1e2c54debb3aea0f9b45655e9aa795cae8080313))

## [0.1.1](https://github.com/open-feature/go-sdk-contrib/compare/providers/flipt-v0.1.0...providers/flipt/v0.1.1) (2023-11-16)


Expand Down

0 comments on commit c4a1c78

Please sign in to comment.