From 0d067625ebaff0b40816b477504d08ba90e075ec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 01:52:03 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 6 +++--- core/CHANGELOG.md | 12 ++++++++++++ flagd-proxy/CHANGELOG.md | 7 +++++++ flagd/CHANGELOG.md | 8 ++++++++ flagd/snap/snapcraft.yaml | 2 +- 5 files changed, 31 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a300fe70b..76f3a5e24 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "flagd": "0.6.7", - "flagd-proxy": "0.2.12", - "core": "0.6.7" + "flagd": "0.6.8", + "flagd-proxy": "0.2.13", + "core": "0.6.8" } \ No newline at end of file diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index 1272e5ddd..0ecd010e2 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.6.8](https://github.com/open-feature/flagd/compare/core/v0.6.7...core/v0.6.8) (2023-10-19) + + +### 🐛 Bug Fixes + +* **deps:** update kubernetes packages to v0.28.3 ([#974](https://github.com/open-feature/flagd/issues/974)) ([d7d205f](https://github.com/open-feature/flagd/commit/d7d205f457e46de3385610ee27db6dfd41323cd1)) +* **deps:** update module github.com/diegoholiveira/jsonlogic/v3 to v3.3.1 ([#971](https://github.com/open-feature/flagd/issues/971)) ([f1a40b8](https://github.com/open-feature/flagd/commit/f1a40b862e7be69b542ab65a645c29c56b8fe307)) +* **deps:** update module github.com/diegoholiveira/jsonlogic/v3 to v3.3.2 ([#975](https://github.com/open-feature/flagd/issues/975)) ([b53c14a](https://github.com/open-feature/flagd/commit/b53c14afabd6b3f2403d9e2ea2bd26c8f1cfe8e4)) +* **deps:** update module golang.org/x/net to v0.17.0 [security] ([#963](https://github.com/open-feature/flagd/issues/963)) ([7f54bd1](https://github.com/open-feature/flagd/commit/7f54bd1fb3fdbb7dff3a7b097f804ce843bb6e3a)) +* **deps:** update module google.golang.org/grpc to v1.59.0 ([#972](https://github.com/open-feature/flagd/issues/972)) ([7d0f1f2](https://github.com/open-feature/flagd/commit/7d0f1f225ebfe83681c83cf38bf5c253a7b0ebef)) +* **deps:** update module sigs.k8s.io/controller-runtime to v0.16.3 ([#976](https://github.com/open-feature/flagd/issues/976)) ([b33c9c9](https://github.com/open-feature/flagd/commit/b33c9c97cf21eb317e4b0b1f452571d85de145b1)) + ## [0.6.7](https://github.com/open-feature/flagd/compare/core/v0.6.6...core/v0.6.7) (2023-10-12) diff --git a/flagd-proxy/CHANGELOG.md b/flagd-proxy/CHANGELOG.md index fab6fe510..9fa264575 100644 --- a/flagd-proxy/CHANGELOG.md +++ b/flagd-proxy/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.13](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.2.12...flagd-proxy/v0.2.13) (2023-10-19) + + +### 🐛 Bug Fixes + +* **deps:** update module github.com/open-feature/flagd/core to v0.6.7 ([#966](https://github.com/open-feature/flagd/issues/966)) ([c038a3a](https://github.com/open-feature/flagd/commit/c038a3a3700eee82afa3e2cb2484614ec6ed566c)) + ## [0.2.12](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.2.11...flagd-proxy/v0.2.12) (2023-10-12) diff --git a/flagd/CHANGELOG.md b/flagd/CHANGELOG.md index 7443b429d..b723ff284 100644 --- a/flagd/CHANGELOG.md +++ b/flagd/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.6.8](https://github.com/open-feature/flagd/compare/flagd/v0.6.7...flagd/v0.6.8) (2023-10-19) + + +### 🐛 Bug Fixes + +* **deps:** update module github.com/open-feature/flagd/core to v0.6.7 ([#966](https://github.com/open-feature/flagd/issues/966)) ([c038a3a](https://github.com/open-feature/flagd/commit/c038a3a3700eee82afa3e2cb2484614ec6ed566c)) +* **deps:** update module github.com/open-feature/go-sdk-contrib/tests/flagd to v1.3.1 ([#760](https://github.com/open-feature/flagd/issues/760)) ([30dda72](https://github.com/open-feature/flagd/commit/30dda72145c05de298140f880238ed37be73631a)) + ## [0.6.7](https://github.com/open-feature/flagd/compare/flagd/v0.6.6...flagd/v0.6.7) (2023-10-12) diff --git a/flagd/snap/snapcraft.yaml b/flagd/snap/snapcraft.yaml index 79faed9ee..3d72bc3d1 100644 --- a/flagd/snap/snapcraft.yaml +++ b/flagd/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: flagd base: core20 -version: "v0.6.7" # x-release-please-version +version: "v0.6.8" # x-release-please-version summary: A feature flag daemon with a Unix philosophy description: | Flagd is a simple command line tool for fetching and evaluating feature flags for services. It is designed to conform with the OpenFeature specification.