From 7a7bf30c1068f6347ad3bb3efc3dc34867aed8ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 16:29:20 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 6 +++--- core/CHANGELOG.md | 9 +++++++++ flagd-proxy/CHANGELOG.md | 8 ++++++++ flagd/CHANGELOG.md | 8 ++++++++ flagd/snap/snapcraft.yaml | 2 +- 5 files changed, 29 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f649aa9dc..a300fe70b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "flagd": "0.6.6", - "flagd-proxy": "0.2.11", - "core": "0.6.6" + "flagd": "0.6.7", + "flagd-proxy": "0.2.12", + "core": "0.6.7" } \ No newline at end of file diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index bfa640f0b..38cf297dc 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.6.7](https://github.com/open-feature/flagd/compare/core/v0.6.6...core/v0.6.7) (2023-09-19) + + +### 🐛 Bug Fixes + +* **deps:** update module go.uber.org/zap to v1.26.0 ([#917](https://github.com/open-feature/flagd/issues/917)) ([e57e206](https://github.com/open-feature/flagd/commit/e57e206c937d5b11b81d46ee57b3e92cc454dd88)) +* **deps:** update module google.golang.org/grpc to v1.58.1 ([#915](https://github.com/open-feature/flagd/issues/915)) ([06d95de](https://github.com/open-feature/flagd/commit/06d95ded9b69c9c598d08f8a6ef73ec598a817af)) +* erroneous warning about prop overwrite ([#924](https://github.com/open-feature/flagd/issues/924)) ([673b76a](https://github.com/open-feature/flagd/commit/673b76aeff5c27e8e031e59da5f0ed1871d3f749)) + ## [0.6.6](https://github.com/open-feature/flagd/compare/core/v0.6.5...core/v0.6.6) (2023-09-14) diff --git a/flagd-proxy/CHANGELOG.md b/flagd-proxy/CHANGELOG.md index 32686dc6f..1364a04b0 100644 --- a/flagd-proxy/CHANGELOG.md +++ b/flagd-proxy/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.12](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.2.11...flagd-proxy/v0.2.12) (2023-09-19) + + +### 🐛 Bug Fixes + +* **deps:** update module github.com/open-feature/flagd/core to v0.6.6 ([#916](https://github.com/open-feature/flagd/issues/916)) ([1f80e4d](https://github.com/open-feature/flagd/commit/1f80e4db9f8d1ba24884a71f2f8d552499ab5fe2)) +* **deps:** update module go.uber.org/zap to v1.26.0 ([#917](https://github.com/open-feature/flagd/issues/917)) ([e57e206](https://github.com/open-feature/flagd/commit/e57e206c937d5b11b81d46ee57b3e92cc454dd88)) + ## [0.2.11](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.2.10...flagd-proxy/v0.2.11) (2023-09-14) diff --git a/flagd/CHANGELOG.md b/flagd/CHANGELOG.md index 5dae50651..50a016d42 100644 --- a/flagd/CHANGELOG.md +++ b/flagd/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.6.7](https://github.com/open-feature/flagd/compare/flagd/v0.6.6...flagd/v0.6.7) (2023-09-19) + + +### 🐛 Bug Fixes + +* **deps:** update module github.com/open-feature/flagd/core to v0.6.6 ([#916](https://github.com/open-feature/flagd/issues/916)) ([1f80e4d](https://github.com/open-feature/flagd/commit/1f80e4db9f8d1ba24884a71f2f8d552499ab5fe2)) +* **deps:** update module go.uber.org/zap to v1.26.0 ([#917](https://github.com/open-feature/flagd/issues/917)) ([e57e206](https://github.com/open-feature/flagd/commit/e57e206c937d5b11b81d46ee57b3e92cc454dd88)) + ## [0.6.6](https://github.com/open-feature/flagd/compare/flagd/v0.6.5...flagd/v0.6.6) (2023-09-14) diff --git a/flagd/snap/snapcraft.yaml b/flagd/snap/snapcraft.yaml index c088fc5de..79faed9ee 100644 --- a/flagd/snap/snapcraft.yaml +++ b/flagd/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: flagd base: core20 -version: "v0.6.6" # x-release-please-version +version: "v0.6.7" # 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.