Skip to content

Commit ef5af58

Browse files
chore: release main (#615)
🤖 I have created a release *beep* *boop* --- <details><summary>flagd: 0.5.3</summary> ## [0.5.3](flagd/v0.5.2...flagd/v0.5.3) (2023-05-04) ### 🐛 Bug Fixes * **deps:** update module github.com/open-feature/flagd/core to v0.5.2 ([#613](#613)) ([218f435](218f435)) * **deps:** update module github.com/spf13/cobra to v1.7.0 ([#587](#587)) ([12b3477](12b3477)) ### ✨ New Features * Introduce connect traces ([#624](#624)) ([28bac6a](28bac6a)) </details> <details><summary>flagd-proxy: 0.2.3</summary> ## [0.2.3](flagd-proxy/v0.2.2...flagd-proxy/v0.2.3) (2023-05-04) ### 🐛 Bug Fixes * **deps:** update module github.com/open-feature/flagd/core to v0.5.2 ([#613](#613)) ([218f435](218f435)) * **deps:** update module github.com/spf13/cobra to v1.7.0 ([#587](#587)) ([12b3477](12b3477)) ### ✨ New Features * Introduce connect traces ([#624](#624)) ([28bac6a](28bac6a)) </details> <details><summary>core: 0.5.3</summary> ## [0.5.3](core/v0.5.2...core/v0.5.3) (2023-05-04) ### 🐛 Bug Fixes * **deps:** update module github.com/bufbuild/connect-go to v1.6.0 ([#585](#585)) ([8f2f467](8f2f467)) * **deps:** update module github.com/bufbuild/connect-go to v1.7.0 ([#625](#625)) ([1b24fc9](1b24fc9)) * **deps:** update module github.com/open-feature/open-feature-operator to v0.2.34 ([#604](#604)) ([3e6a84b](3e6a84b)) * **deps:** update module github.com/prometheus/client_golang to v1.15.0 ([#608](#608)) ([0597a8f](0597a8f)) * **deps:** update module github.com/rs/cors to v1.9.0 ([#609](#609)) ([97066c1](97066c1)) * **deps:** update module github.com/rs/xid to v1.5.0 ([#614](#614)) ([e3dfbc6](e3dfbc6)) * **deps:** update module golang.org/x/crypto to v0.8.0 ([#595](#595)) ([36016d7](36016d7)) ### ✨ New Features * Introduce connect traces ([#624](#624)) ([28bac6a](28bac6a)) ### 🧹 Chore * add instructions for windows and fix failing unit tests ([#632](#632)) ([6999d67](6999d67)) </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 6999d67 commit ef5af58

File tree

5 files changed

+53
-4
lines changed

5 files changed

+53
-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.5.2",
3-
"flagd-proxy": "0.2.2",
4-
"core": "0.5.2"
2+
"flagd": "0.5.3",
3+
"flagd-proxy": "0.2.3",
4+
"core": "0.5.3"
55
}

core/CHANGELOG.md

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

3+
## [0.5.3](https://github.com/open-feature/flagd/compare/core/v0.5.2...core/v0.5.3) (2023-05-04)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update module github.com/bufbuild/connect-go to v1.6.0 ([#585](https://github.com/open-feature/flagd/issues/585)) ([8f2f467](https://github.com/open-feature/flagd/commit/8f2f467af52a3686196a821eec61954d89d3f71d))
9+
* **deps:** update module github.com/bufbuild/connect-go to v1.7.0 ([#625](https://github.com/open-feature/flagd/issues/625)) ([1b24fc9](https://github.com/open-feature/flagd/commit/1b24fc923a405b337634009831ef0b9792953ce5))
10+
* **deps:** update module github.com/open-feature/open-feature-operator to v0.2.34 ([#604](https://github.com/open-feature/flagd/issues/604)) ([3e6a84b](https://github.com/open-feature/flagd/commit/3e6a84b455a330f541784b346d3b6199f8b423f7))
11+
* **deps:** update module github.com/prometheus/client_golang to v1.15.0 ([#608](https://github.com/open-feature/flagd/issues/608)) ([0597a8f](https://github.com/open-feature/flagd/commit/0597a8f23d0914b26f06b1335b49fe7c18ecb4f9))
12+
* **deps:** update module github.com/rs/cors to v1.9.0 ([#609](https://github.com/open-feature/flagd/issues/609)) ([97066c1](https://github.com/open-feature/flagd/commit/97066c107d14777eaad8a05b3bb051639af3179c))
13+
* **deps:** update module github.com/rs/xid to v1.5.0 ([#614](https://github.com/open-feature/flagd/issues/614)) ([e3dfbc6](https://github.com/open-feature/flagd/commit/e3dfbc6753bddc9e2f5c4a2633a7010123cf2f97))
14+
* **deps:** update module golang.org/x/crypto to v0.8.0 ([#595](https://github.com/open-feature/flagd/issues/595)) ([36016d7](https://github.com/open-feature/flagd/commit/36016d7940fa772c01dd61b071b2c9ec753cfb75))
15+
16+
17+
### ✨ New Features
18+
19+
* Introduce connect traces ([#624](https://github.com/open-feature/flagd/issues/624)) ([28bac6a](https://github.com/open-feature/flagd/commit/28bac6a54aed79cb8d84a147ffea296c36f5bd51))
20+
21+
22+
### 🧹 Chore
23+
24+
* add instructions for windows and fix failing unit tests ([#632](https://github.com/open-feature/flagd/issues/632)) ([6999d67](https://github.com/open-feature/flagd/commit/6999d6722581ab8e2e14bfd4b2d0341fe5216684))
25+
326
## [0.5.2](https://github.com/open-feature/flagd/compare/core/v0.5.1...core/v0.5.2) (2023-04-13)
427

528

flagd-proxy/CHANGELOG.md

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

3+
## [0.2.3](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.2.2...flagd-proxy/v0.2.3) (2023-05-04)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update module github.com/open-feature/flagd/core to v0.5.2 ([#613](https://github.com/open-feature/flagd/issues/613)) ([218f435](https://github.com/open-feature/flagd/commit/218f435f0212fa24483b2af25e184e154e575eb1))
9+
* **deps:** update module github.com/spf13/cobra to v1.7.0 ([#587](https://github.com/open-feature/flagd/issues/587)) ([12b3477](https://github.com/open-feature/flagd/commit/12b34773a68f6ae7e7e605aebc9f7075eb819994))
10+
11+
12+
### ✨ New Features
13+
14+
* Introduce connect traces ([#624](https://github.com/open-feature/flagd/issues/624)) ([28bac6a](https://github.com/open-feature/flagd/commit/28bac6a54aed79cb8d84a147ffea296c36f5bd51))
15+
316
## [0.2.2](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.2.1...flagd-proxy/v0.2.2) (2023-04-13)
417

518

flagd/CHANGELOG.md

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

3+
## [0.5.3](https://github.com/open-feature/flagd/compare/flagd/v0.5.2...flagd/v0.5.3) (2023-05-04)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update module github.com/open-feature/flagd/core to v0.5.2 ([#613](https://github.com/open-feature/flagd/issues/613)) ([218f435](https://github.com/open-feature/flagd/commit/218f435f0212fa24483b2af25e184e154e575eb1))
9+
* **deps:** update module github.com/spf13/cobra to v1.7.0 ([#587](https://github.com/open-feature/flagd/issues/587)) ([12b3477](https://github.com/open-feature/flagd/commit/12b34773a68f6ae7e7e605aebc9f7075eb819994))
10+
11+
12+
### ✨ New Features
13+
14+
* Introduce connect traces ([#624](https://github.com/open-feature/flagd/issues/624)) ([28bac6a](https://github.com/open-feature/flagd/commit/28bac6a54aed79cb8d84a147ffea296c36f5bd51))
15+
316
## [0.5.2](https://github.com/open-feature/flagd/compare/flagd/v0.5.1...flagd/v0.5.2) (2023-04-13)
417

518

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.5.2" # x-release-please-version
3+
version: "v0.5.3" # 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)