Skip to content

Commit 18ad1db

Browse files
chore: release main (#1930)
🤖 I have created a release *beep* *boop* --- <details><summary>flagd: 0.15.1</summary> ## [0.15.1](flagd/v0.15.0...flagd/v0.15.1) (2026-04-07) ### 🐛 Bug Fixes * object flags without `defaultVaraint` dont default in RPC ([#1925](#1925)) ([17f833e](17f833e)) * **security:** update module github.com/go-jose/go-jose/v4 to v4.1.4 [security] ([#1929](#1929)) ([cf22a11](cf22a11)) * zombie process on metrics server fail ([#1926](#1926)) ([0271068](0271068)) * mem leak due to unbounded metrics cardinality ([#1931](#1931)) ([176866e](176866e)) </details> <details><summary>flagd-proxy: 0.9.3</summary> ## [0.9.3](flagd-proxy/v0.9.2...flagd-proxy/v0.9.3) (2026-04-07) ### 🐛 Bug Fixes * **security:** update module github.com/go-jose/go-jose/v4 to v4.1.4 [security] ([#1929](#1929)) ([cf22a11](cf22a11)) </details> <details><summary>core: 0.15.1</summary> ## [0.15.1](core/v0.15.0...core/v0.15.1) (2026-04-07) ### 🐛 Bug Fixes * mem leak due to unbounded metrics cardinality ([#1931](#1931)) ([176866e](176866e)) * **security:** update module github.com/go-jose/go-jose/v4 to v4.1.4 [security] ([#1929](#1929)) ([cf22a11](cf22a11)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Signed-off-by: Todd Baert <todd.baert@dynatrace.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
1 parent a39e81b commit 18ad1db

4 files changed

Lines changed: 28 additions & 3 deletions

File tree

.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.15.0",
3-
"flagd-proxy": "0.9.2",
4-
"core": "0.15.0"
2+
"flagd": "0.15.1",
3+
"flagd-proxy": "0.9.3",
4+
"core": "0.15.1"
55
}

core/CHANGELOG.md

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

3+
## [0.15.1](https://github.com/open-feature/flagd/compare/core/v0.15.0...core/v0.15.1) (2026-04-07)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* mem leak due to unbounded metrics cardinality ([#1931](https://github.com/open-feature/flagd/issues/1931)) ([176866e](https://github.com/open-feature/flagd/commit/176866e71625bee9ef7770700d8ce14e8abd8110))
9+
* **security:** update module github.com/go-jose/go-jose/v4 to v4.1.4 [security] ([#1929](https://github.com/open-feature/flagd/issues/1929)) ([cf22a11](https://github.com/open-feature/flagd/commit/cf22a110652af6f3ef867c17b9c6ea9471c9e5f1))
10+
311
## [0.15.0](https://github.com/open-feature/flagd/compare/core/v0.14.3...core/v0.15.0) (2026-04-01)
412

513

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.9.3](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.9.2...flagd-proxy/v0.9.3) (2026-04-07)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **security:** update module github.com/go-jose/go-jose/v4 to v4.1.4 [security] ([#1929](https://github.com/open-feature/flagd/issues/1929)) ([cf22a11](https://github.com/open-feature/flagd/commit/cf22a110652af6f3ef867c17b9c6ea9471c9e5f1))
9+
310
## [0.9.2](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.9.1...flagd-proxy/v0.9.2) (2026-03-21)
411

512

flagd/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.15.1](https://github.com/open-feature/flagd/compare/flagd/v0.15.0...flagd/v0.15.1) (2026-04-07)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* object flags without `defaultVaraint` dont default in RPC ([#1925](https://github.com/open-feature/flagd/issues/1925)) ([17f833e](https://github.com/open-feature/flagd/commit/17f833ea53341bce4e85250a089f237a0c002fb9))
9+
* **security:** update module github.com/go-jose/go-jose/v4 to v4.1.4 [security] ([#1929](https://github.com/open-feature/flagd/issues/1929)) ([cf22a11](https://github.com/open-feature/flagd/commit/cf22a110652af6f3ef867c17b9c6ea9471c9e5f1))
10+
* zombie process on metrics server fail ([#1926](https://github.com/open-feature/flagd/issues/1926)) ([0271068](https://github.com/open-feature/flagd/commit/0271068ec71b02a2c9ab6afda44193cc2a66a815))
11+
* mem leak due to unbounded metrics cardinality ([#1931](https://github.com/open-feature/flagd/issues/1931)) ([176866e](https://github.com/open-feature/flagd/commit/176866e71625bee9ef7770700d8ce14e8abd8110))
12+
313
## [0.15.0](https://github.com/open-feature/flagd/compare/flagd/v0.14.5...flagd/v0.15.0) (2026-04-01)
414

515

0 commit comments

Comments
 (0)