Skip to content

Commit cb2b8ee

Browse files
chore: release main (#1605)
🤖 I have created a release *beep* *boop* --- <details><summary>flagd: 0.12.4</summary> ## [0.12.4](flagd/v0.12.3...flagd/v0.12.4) (2025-05-28) ### 🐛 Bug Fixes * Bump OpenTelemetry instrumentation dependencies ([#1616](#1616)) ([11db29d](11db29d)) ### ✨ New Features * add traces to ofrep endpoint ([#1593](#1593)) ([a5d43bc](a5d43bc)) ### 🧹 Chore * **deps:** update dependency go to v1.24.1 ([#1559](#1559)) ([cd46044](cd46044)) * **security:** upgrade dependency versions ([#1632](#1632)) ([761d870](761d870)) </details> <details><summary>flagd-proxy: 0.7.4</summary> ## [0.7.4](flagd-proxy/v0.7.3...flagd-proxy/v0.7.4) (2025-05-28) ### 🧹 Chore * **deps:** update dependency go to v1.24.1 ([#1559](#1559)) ([cd46044](cd46044)) * **security:** upgrade dependency versions ([#1632](#1632)) ([761d870](761d870)) </details> <details><summary>core: 0.11.4</summary> ## [0.11.4](core/v0.11.3...core/v0.11.4) (2025-05-28) ### 🐛 Bug Fixes * incorrect comparison used for time ([#1608](#1608)) ([8c5ac2f](8c5ac2f)) ### 🧹 Chore * **deps:** update dependency go to v1.24.1 ([#1559](#1559)) ([cd46044](cd46044)) * **security:** upgrade dependency versions ([#1632](#1632)) ([761d870](761d870)) ### 🔄 Refactoring * Refactor the cron function in http sync ([#1600](#1600)) ([babcacf](babcacf)) * removed hardcoded metric export interval and use otel default ([#1621](#1621)) ([81c66eb](81c66eb)) </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 <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 761d870 commit cb2b8ee

File tree

4 files changed

+48
-3
lines changed

4 files changed

+48
-3
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.12.3",
3-
"flagd-proxy": "0.7.3",
4-
"core": "0.11.3"
2+
"flagd": "0.12.4",
3+
"flagd-proxy": "0.7.4",
4+
"core": "0.11.4"
55
}

core/CHANGELOG.md

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

3+
## [0.11.4](https://github.com/open-feature/flagd/compare/core/v0.11.3...core/v0.11.4) (2025-05-28)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* incorrect comparison used for time ([#1608](https://github.com/open-feature/flagd/issues/1608)) ([8c5ac2f](https://github.com/open-feature/flagd/commit/8c5ac2f2c31e092cbe6ddb4d3c1adeeeb04e9ef9))
9+
10+
11+
### 🧹 Chore
12+
13+
* **deps:** update dependency go to v1.24.1 ([#1559](https://github.com/open-feature/flagd/issues/1559)) ([cd46044](https://github.com/open-feature/flagd/commit/cd4604471bba0a1df67bf87653a38df3caf9d20f))
14+
* **security:** upgrade dependency versions ([#1632](https://github.com/open-feature/flagd/issues/1632)) ([761d870](https://github.com/open-feature/flagd/commit/761d870a3c563b8eb1b83ee543b41316c98a1d48))
15+
16+
17+
### 🔄 Refactoring
18+
19+
* Refactor the cron function in http sync ([#1600](https://github.com/open-feature/flagd/issues/1600)) ([babcacf](https://github.com/open-feature/flagd/commit/babcacfe4dd1244dda954823d8a3ed2019c8752b))
20+
* removed hardcoded metric export interval and use otel default ([#1621](https://github.com/open-feature/flagd/issues/1621)) ([81c66eb](https://github.com/open-feature/flagd/commit/81c66ebf2b82fc6874ab325569f52801d5ab8e5e))
21+
322
## [0.11.3](https://github.com/open-feature/flagd/compare/core/v0.11.2...core/v0.11.3) (2025-03-25)
423

524

flagd-proxy/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.7.4](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.7.3...flagd-proxy/v0.7.4) (2025-05-28)
4+
5+
6+
### 🧹 Chore
7+
8+
* **deps:** update dependency go to v1.24.1 ([#1559](https://github.com/open-feature/flagd/issues/1559)) ([cd46044](https://github.com/open-feature/flagd/commit/cd4604471bba0a1df67bf87653a38df3caf9d20f))
9+
* **security:** upgrade dependency versions ([#1632](https://github.com/open-feature/flagd/issues/1632)) ([761d870](https://github.com/open-feature/flagd/commit/761d870a3c563b8eb1b83ee543b41316c98a1d48))
10+
311
## [0.7.3](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.7.2...flagd-proxy/v0.7.3) (2025-03-25)
412

513

flagd/CHANGELOG.md

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

3+
## [0.12.4](https://github.com/open-feature/flagd/compare/flagd/v0.12.3...flagd/v0.12.4) (2025-05-28)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* Bump OpenTelemetry instrumentation dependencies ([#1616](https://github.com/open-feature/flagd/issues/1616)) ([11db29d](https://github.com/open-feature/flagd/commit/11db29dc3ab0639c3a9129c9bf449e0bd8bfc45c))
9+
10+
11+
### ✨ New Features
12+
13+
* add traces to ofrep endpoint ([#1593](https://github.com/open-feature/flagd/issues/1593)) ([a5d43bc](https://github.com/open-feature/flagd/commit/a5d43bc1de9ca2757899678436a3e04d833da196))
14+
15+
16+
### 🧹 Chore
17+
18+
* **deps:** update dependency go to v1.24.1 ([#1559](https://github.com/open-feature/flagd/issues/1559)) ([cd46044](https://github.com/open-feature/flagd/commit/cd4604471bba0a1df67bf87653a38df3caf9d20f))
19+
* **security:** upgrade dependency versions ([#1632](https://github.com/open-feature/flagd/issues/1632)) ([761d870](https://github.com/open-feature/flagd/commit/761d870a3c563b8eb1b83ee543b41316c98a1d48))
20+
321
## [0.12.3](https://github.com/open-feature/flagd/compare/flagd/v0.12.2...flagd/v0.12.3) (2025-03-25)
422

523

0 commit comments

Comments
 (0)