Skip to content

Commit 873c7b3

Browse files
chore: release main (#488)
🤖 I have created a release *beep* *boop* --- <details><summary>flagd: 0.4.4</summary> ## [0.4.4](flagd-v0.4.3...flagd/v0.4.4) (2023-03-10) ### ✨ New Features * Restructure for monorepo setup ([#486](#486)) ([ed2993c](ed2993c)) </details> <details><summary>kube-flagd-proxy: 0.1.1</summary> ## [0.1.1](kube-flagd-proxy-v0.1.0...kube-flagd-proxy/v0.1.1) (2023-03-10) ### ✨ New Features * Restructure for monorepo setup ([#486](#486)) ([ed2993c](ed2993c)) </details> <details><summary>core: 0.4.4</summary> ## [0.4.4](core-v0.4.3...core/v0.4.4) (2023-03-10) ### ✨ New Features * Restructure for monorepo setup ([#486](#486)) ([ed2993c](ed2993c)) </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 ed2993c commit 873c7b3

File tree

5 files changed

+27
-4
lines changed

5 files changed

+27
-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.4.3",
3-
"kube-flagd-proxy": "0.1.0",
4-
"core": "0.4.3"
2+
"flagd": "0.4.4",
3+
"kube-flagd-proxy": "0.1.1",
4+
"core": "0.4.4"
55
}

core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.4.4](https://github.com/open-feature/flagd/compare/core-v0.4.3...core/v0.4.4) (2023-03-10)
4+
5+
6+
### ✨ New Features
7+
8+
* Restructure for monorepo setup ([#486](https://github.com/open-feature/flagd/issues/486)) ([ed2993c](https://github.com/open-feature/flagd/commit/ed2993cd67b8a46db3beb6bb8a360e1aa20349da))

flagd/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.4.4](https://github.com/open-feature/flagd/compare/flagd-v0.4.3...flagd/v0.4.4) (2023-03-10)
4+
5+
6+
### ✨ New Features
7+
8+
* Restructure for monorepo setup ([#486](https://github.com/open-feature/flagd/issues/486)) ([ed2993c](https://github.com/open-feature/flagd/commit/ed2993cd67b8a46db3beb6bb8a360e1aa20349da))
9+
310
## [0.4.2](https://github.com/open-feature/flagd/compare/v0.4.1...v0.4.2) (2023-03-09)
411

512

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.3.42" # x-release-please-version
3+
version: "v0.4.4" # 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.

kube-flagd-proxy/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## [0.1.1](https://github.com/open-feature/flagd/compare/kube-flagd-proxy-v0.1.0...kube-flagd-proxy/v0.1.1) (2023-03-10)
4+
5+
6+
### ✨ New Features
7+
8+
* Restructure for monorepo setup ([#486](https://github.com/open-feature/flagd/issues/486)) ([ed2993c](https://github.com/open-feature/flagd/commit/ed2993cd67b8a46db3beb6bb8a360e1aa20349da))

0 commit comments

Comments
 (0)