Skip to content

Commit 90152ef

Browse files
chore: release main (#902)
🤖 I have created a release *beep* *boop* --- <details><summary>flagd: 0.6.6</summary> ## [0.6.6](flagd/v0.6.5...flagd/v0.6.6) (2023-09-14) ### 🐛 Bug Fixes * **deps:** update module github.com/open-feature/flagd/core to v0.6.5 ([#900](#900)) ([c2ddcbf](c2ddcbf)) ### 🧹 Chore * add new flagd-evaluator e2e suite ([#898](#898)) ([37ab55d](37ab55d)) </details> <details><summary>flagd-proxy: 0.2.11</summary> ## [0.2.11](flagd-proxy/v0.2.10...flagd-proxy/v0.2.11) (2023-09-14) ### 🐛 Bug Fixes * **deps:** update module github.com/open-feature/flagd/core to v0.6.5 ([#900](#900)) ([c2ddcbf](c2ddcbf)) </details> <details><summary>core: 0.6.6</summary> ## [0.6.6](core/v0.6.5...core/v0.6.6) (2023-09-14) ### 🐛 Bug Fixes * **deps:** update kubernetes packages to v0.28.2 ([#911](#911)) ([2eda6ab](2eda6ab)) * **deps:** update module sigs.k8s.io/controller-runtime to v0.16.2 ([#907](#907)) ([9976851](9976851)) * **deps:** update opentelemetry-go monorepo ([#906](#906)) ([5a41226](5a41226)) * use 32bit murmur calculation (64 is not stable) ([#913](#913)) ([db8dca4](db8dca4)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent db8dca4 commit 90152ef

File tree

5 files changed

+33
-4
lines changed

5 files changed

+33
-4
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"flagd": "0.6.5",
3-
"flagd-proxy": "0.2.10",
4-
"core": "0.6.5"
2+
"flagd": "0.6.6",
3+
"flagd-proxy": "0.2.11",
4+
"core": "0.6.6"
55
}

core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.6.6](https://github.com/open-feature/flagd/compare/core/v0.6.5...core/v0.6.6) (2023-09-14)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update kubernetes packages to v0.28.2 ([#911](https://github.com/open-feature/flagd/issues/911)) ([2eda6ab](https://github.com/open-feature/flagd/commit/2eda6ab5e528f12a9ce6b6818e08abb0d783b23d))
9+
* **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))
10+
* **deps:** update opentelemetry-go monorepo ([#906](https://github.com/open-feature/flagd/issues/906)) ([5a41226](https://github.com/open-feature/flagd/commit/5a4122658039aafcf080fcc6655c2a679622ed69))
11+
* use 32bit murmur calculation (64 is not stable) ([#913](https://github.com/open-feature/flagd/issues/913)) ([db8dca4](https://github.com/open-feature/flagd/commit/db8dca421cb0dba2968d47e5cc162d81401298db))
12+
313
## [0.6.5](https://github.com/open-feature/flagd/compare/core/v0.6.4...core/v0.6.5) (2023-09-08)
414

515

flagd-proxy/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.11](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.2.10...flagd-proxy/v0.2.11) (2023-09-14)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **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))
9+
310
## [0.2.10](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.2.9...flagd-proxy/v0.2.10) (2023-09-08)
411

512

flagd/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.6.6](https://github.com/open-feature/flagd/compare/flagd/v0.6.5...flagd/v0.6.6) (2023-09-14)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **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))
9+
10+
11+
### 🧹 Chore
12+
13+
* add new flagd-evaluator e2e suite ([#898](https://github.com/open-feature/flagd/issues/898)) ([37ab55d](https://github.com/open-feature/flagd/commit/37ab55d26a9902935e4f1ddfd1a6af28d3b1cfa4))
14+
315
## [0.6.5](https://github.com/open-feature/flagd/compare/flagd/v0.6.4...flagd/v0.6.5) (2023-09-08)
416

517

flagd/snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flagd
22
base: core20
3-
version: "v0.6.5" # x-release-please-version
3+
version: "v0.6.6" # x-release-please-version
44
summary: A feature flag daemon with a Unix philosophy
55
description: |
66
Flagd is a simple command line tool for fetching and evaluating feature flags for services. It is designed to conform with the OpenFeature specification.

0 commit comments

Comments
 (0)