From b755a643bdfb87c4fbf67e275af41f5f04073944 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 12:35:18 -0700 Subject: [PATCH] chore: release main (#1238) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* ---
flagd: 0.9.1 ## [0.9.1](https://github.com/open-feature/flagd/compare/flagd/v0.9.0...flagd/v0.9.1) (2024-03-15) ### ๐Ÿ› Bug Fixes * **deps:** update module google.golang.org/protobuf to v1.33.0 [security] ([#1248](https://github.com/open-feature/flagd/issues/1248)) ([b2b0fa1](https://github.com/open-feature/flagd/commit/b2b0fa19a6254c02c81ef44828b643a5a25ea5b5)) * update protobuff CVE-2024-24786 ([#1249](https://github.com/open-feature/flagd/issues/1249)) ([fd81c23](https://github.com/open-feature/flagd/commit/fd81c235fb4a09dfc42289ac316ac3a1d7eff58c)) ### โœจ New Features * serve sync.proto on port 8015 ([#1237](https://github.com/open-feature/flagd/issues/1237)) ([7afdc0c](https://github.com/open-feature/flagd/commit/7afdc0cda47d080575cb87a94b35cfe051f88422)) ### ๐Ÿงน Chore * move packaging & isolate service implementations ([#1234](https://github.com/open-feature/flagd/issues/1234)) ([b58fab3](https://github.com/open-feature/flagd/commit/b58fab3df030ef7e9e10eafa7a0141c05aa05bbd))
flagd-proxy: 0.5.1 ## [0.5.1](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.5.0...flagd-proxy/v0.5.1) (2024-03-15) ### ๐Ÿ› Bug Fixes * update protobuff CVE-2024-24786 ([#1249](https://github.com/open-feature/flagd/issues/1249)) ([fd81c23](https://github.com/open-feature/flagd/commit/fd81c235fb4a09dfc42289ac316ac3a1d7eff58c)) ### ๐Ÿงน Chore * move packaging & isolate service implementations ([#1234](https://github.com/open-feature/flagd/issues/1234)) ([b58fab3](https://github.com/open-feature/flagd/commit/b58fab3df030ef7e9e10eafa7a0141c05aa05bbd))
core: 0.8.1 ## [0.8.1](https://github.com/open-feature/flagd/compare/core/v0.8.0...core/v0.8.1) (2024-03-15) ### ๐Ÿ› Bug Fixes * occasional panic when watched YAML files change ([#1246](https://github.com/open-feature/flagd/issues/1246)) ([6249d12](https://github.com/open-feature/flagd/commit/6249d12ec452073ed881b6e5faf716332c7f132a)) * update protobuff CVE-2024-24786 ([#1249](https://github.com/open-feature/flagd/issues/1249)) ([fd81c23](https://github.com/open-feature/flagd/commit/fd81c235fb4a09dfc42289ac316ac3a1d7eff58c)) ### ๐Ÿงน Chore * move packaging & isolate service implementations ([#1234](https://github.com/open-feature/flagd/issues/1234)) ([b58fab3](https://github.com/open-feature/flagd/commit/b58fab3df030ef7e9e10eafa7a0141c05aa05bbd))
--- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 6 +++--- core/CHANGELOG.md | 13 +++++++++++++ flagd-proxy/CHANGELOG.md | 12 ++++++++++++ flagd/CHANGELOG.md | 18 ++++++++++++++++++ 4 files changed, 46 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 271fbd99e..aeb2ab7bc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "flagd": "0.9.0", - "flagd-proxy": "0.5.0", - "core": "0.8.0" + "flagd": "0.9.1", + "flagd-proxy": "0.5.1", + "core": "0.8.1" } \ No newline at end of file diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 019285ca7..36c0716c9 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.8.1](https://github.com/open-feature/flagd/compare/core/v0.8.0...core/v0.8.1) (2024-03-15) + + +### ๐Ÿ› Bug Fixes + +* occasional panic when watched YAML files change ([#1246](https://github.com/open-feature/flagd/issues/1246)) ([6249d12](https://github.com/open-feature/flagd/commit/6249d12ec452073ed881b6e5faf716332c7f132a)) +* update protobuff CVE-2024-24786 ([#1249](https://github.com/open-feature/flagd/issues/1249)) ([fd81c23](https://github.com/open-feature/flagd/commit/fd81c235fb4a09dfc42289ac316ac3a1d7eff58c)) + + +### ๐Ÿงน Chore + +* move packaging & isolate service implementations ([#1234](https://github.com/open-feature/flagd/issues/1234)) ([b58fab3](https://github.com/open-feature/flagd/commit/b58fab3df030ef7e9e10eafa7a0141c05aa05bbd)) + ## [0.8.0](https://github.com/open-feature/flagd/compare/core/v0.7.5...core/v0.8.0) (2024-02-20) diff --git a/flagd-proxy/CHANGELOG.md b/flagd-proxy/CHANGELOG.md index cfdff4a29..8f132c06a 100644 --- a/flagd-proxy/CHANGELOG.md +++ b/flagd-proxy/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.5.1](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.5.0...flagd-proxy/v0.5.1) (2024-03-15) + + +### ๐Ÿ› Bug Fixes + +* update protobuff CVE-2024-24786 ([#1249](https://github.com/open-feature/flagd/issues/1249)) ([fd81c23](https://github.com/open-feature/flagd/commit/fd81c235fb4a09dfc42289ac316ac3a1d7eff58c)) + + +### ๐Ÿงน Chore + +* move packaging & isolate service implementations ([#1234](https://github.com/open-feature/flagd/issues/1234)) ([b58fab3](https://github.com/open-feature/flagd/commit/b58fab3df030ef7e9e10eafa7a0141c05aa05bbd)) + ## [0.5.0](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.4.2...flagd-proxy/v0.5.0) (2024-02-20) diff --git a/flagd/CHANGELOG.md b/flagd/CHANGELOG.md index 2e7a6b2ea..6edf0e87d 100644 --- a/flagd/CHANGELOG.md +++ b/flagd/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.9.1](https://github.com/open-feature/flagd/compare/flagd/v0.9.0...flagd/v0.9.1) (2024-03-15) + + +### ๐Ÿ› Bug Fixes + +* **deps:** update module google.golang.org/protobuf to v1.33.0 [security] ([#1248](https://github.com/open-feature/flagd/issues/1248)) ([b2b0fa1](https://github.com/open-feature/flagd/commit/b2b0fa19a6254c02c81ef44828b643a5a25ea5b5)) +* update protobuff CVE-2024-24786 ([#1249](https://github.com/open-feature/flagd/issues/1249)) ([fd81c23](https://github.com/open-feature/flagd/commit/fd81c235fb4a09dfc42289ac316ac3a1d7eff58c)) + + +### โœจ New Features + +* serve sync.proto on port 8015 ([#1237](https://github.com/open-feature/flagd/issues/1237)) ([7afdc0c](https://github.com/open-feature/flagd/commit/7afdc0cda47d080575cb87a94b35cfe051f88422)) + + +### ๐Ÿงน Chore + +* move packaging & isolate service implementations ([#1234](https://github.com/open-feature/flagd/issues/1234)) ([b58fab3](https://github.com/open-feature/flagd/commit/b58fab3df030ef7e9e10eafa7a0141c05aa05bbd)) + ## [0.9.0](https://github.com/open-feature/flagd/compare/flagd/v0.8.2...flagd/v0.9.0) (2024-02-20)