Skip to content

Commit fdce987

Browse files
chore(main): release 2.12.0 (#282)
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 3962ad3 commit fdce987

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "v2.11.1"
2+
".": "2.12.0"
33
}

CHANGELOG.md

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

3+
## [2.12.0](https://github.com/open-feature/flagd-testbed/compare/v2.11.1...v2.12.0) (2025-09-06)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* release please ([#298](https://github.com/open-feature/flagd-testbed/issues/298)) ([074fe66](https://github.com/open-feature/flagd-testbed/commit/074fe66d22df864af3b8abf308939f5656bf8d02))
9+
* release please ([#299](https://github.com/open-feature/flagd-testbed/issues/299)) ([3962ad3](https://github.com/open-feature/flagd-testbed/commit/3962ad302f75afced1a196e3d106172394252cb6))
10+
* replace githubaction with newer version ([#290](https://github.com/open-feature/flagd-testbed/issues/290)) ([95d0fa1](https://github.com/open-feature/flagd-testbed/commit/95d0fa1295fabe14295e586e7a2a5cf0de414031))
11+
12+
13+
### ✨ New Features
14+
15+
* add envoy via docker compose ([#283](https://github.com/open-feature/flagd-testbed/issues/283)) ([27b764b](https://github.com/open-feature/flagd-testbed/commit/27b764ba998d672572f04723405e6c6f6edadfdf))
16+
17+
18+
### 🧹 Chore
19+
20+
* add CODEOWNERS ([89c9af6](https://github.com/open-feature/flagd-testbed/commit/89c9af69a7f5feecddbb6d5bcbabbc295604bb1b))
21+
* add docker compose to release please config ([#284](https://github.com/open-feature/flagd-testbed/issues/284)) ([8580989](https://github.com/open-feature/flagd-testbed/commit/858098946e046400db8861c534de58e3993a85f6))
22+
* **deps:** update google-github-actions/release-please-action action to v4 ([#86](https://github.com/open-feature/flagd-testbed/issues/86)) ([690a2b4](https://github.com/open-feature/flagd-testbed/commit/690a2b4c691153f176badb91127b94236f88099a))
23+
* fix version in docker compose for update ([#285](https://github.com/open-feature/flagd-testbed/issues/285)) ([de20bec](https://github.com/open-feature/flagd-testbed/commit/de20bec8fa4277f2b41cae6e74c2b091a9f57dcf))
24+
* fix version in docker compose for update ([#286](https://github.com/open-feature/flagd-testbed/issues/286)) ([34bfe79](https://github.com/open-feature/flagd-testbed/commit/34bfe792e0a813a8e5abd9e23831c3fe73d75f94))
25+
* fix version in docker compose for update ([#287](https://github.com/open-feature/flagd-testbed/issues/287)) ([4233c92](https://github.com/open-feature/flagd-testbed/commit/4233c92e9758adae13b1f4604f1416404e424a15))
26+
327
## [2.11.1](https://github.com/open-feature/flagd-testbed/compare/v2.11.0...v2.11.1) (2025-07-29)
428

529

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.8'
22

33
services:
44
flagd:
5-
image: ${IMAGE:-ghcr.io/open-feature/flagd-testbed}:${VERSION:-v2.11.1} # x-release-please-version
5+
image: ${IMAGE:-ghcr.io/open-feature/flagd-testbed}:${VERSION:-v2.12.0} # x-release-please-version
66
ports:
77
- 8013
88
- 8014

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.11.1
1+
2.12.0

0 commit comments

Comments
 (0)