diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c95be4ae1..f649aa9dc 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "flagd": "0.6.5", - "flagd-proxy": "0.2.10", - "core": "0.6.5" + "flagd": "0.6.6", + "flagd-proxy": "0.2.11", + "core": "0.6.6" } \ No newline at end of file diff --git a/core/CHANGELOG.md b/core/CHANGELOG.md index fa2aa46d8..664543d42 100644 --- a/core/CHANGELOG.md +++ b/core/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.6.6](https://github.com/open-feature/flagd/compare/core/v0.6.5...core/v0.6.6) (2023-09-13) + + +### ๐Ÿ› Bug Fixes + +* **deps:** update module sigs.k8s.io/controller-runtime to v0.16.2 ([#907](https://github.com/open-feature/flagd/issues/907)) ([9976851](https://github.com/open-feature/flagd/commit/9976851d792ff3eb5fde18f19e397738eb7cacaf)) +* **deps:** update opentelemetry-go monorepo ([#906](https://github.com/open-feature/flagd/issues/906)) ([5a41226](https://github.com/open-feature/flagd/commit/5a4122658039aafcf080fcc6655c2a679622ed69)) + ## [0.6.5](https://github.com/open-feature/flagd/compare/core/v0.6.4...core/v0.6.5) (2023-09-08) diff --git a/flagd-proxy/CHANGELOG.md b/flagd-proxy/CHANGELOG.md index 9d016093f..d1b13307b 100644 --- a/flagd-proxy/CHANGELOG.md +++ b/flagd-proxy/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.11](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.2.10...flagd-proxy/v0.2.11) (2023-09-13) + + +### ๐Ÿ› Bug Fixes + +* **deps:** update module github.com/open-feature/flagd/core to v0.6.5 ([#900](https://github.com/open-feature/flagd/issues/900)) ([c2ddcbf](https://github.com/open-feature/flagd/commit/c2ddcbfe49b8507fe463c11eb2b031bbc331792a)) + ## [0.2.10](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.2.9...flagd-proxy/v0.2.10) (2023-09-08) diff --git a/flagd/CHANGELOG.md b/flagd/CHANGELOG.md index b5fe6e782..36962d4cf 100644 --- a/flagd/CHANGELOG.md +++ b/flagd/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.6.6](https://github.com/open-feature/flagd/compare/flagd/v0.6.5...flagd/v0.6.6) (2023-09-13) + + +### ๐Ÿ› Bug Fixes + +* **deps:** update module github.com/open-feature/flagd/core to v0.6.5 ([#900](https://github.com/open-feature/flagd/issues/900)) ([c2ddcbf](https://github.com/open-feature/flagd/commit/c2ddcbfe49b8507fe463c11eb2b031bbc331792a)) + + +### ๐Ÿงน Chore + +* add new flagd-evaluator e2e suite ([#898](https://github.com/open-feature/flagd/issues/898)) ([37ab55d](https://github.com/open-feature/flagd/commit/37ab55d26a9902935e4f1ddfd1a6af28d3b1cfa4)) + ## [0.6.5](https://github.com/open-feature/flagd/compare/flagd/v0.6.4...flagd/v0.6.5) (2023-09-08) diff --git a/flagd/snap/snapcraft.yaml b/flagd/snap/snapcraft.yaml index 74bdcdacb..c088fc5de 100644 --- a/flagd/snap/snapcraft.yaml +++ b/flagd/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: flagd base: core20 -version: "v0.6.5" # x-release-please-version +version: "v0.6.6" # 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.