Skip to content

Commit 6948dcb

Browse files
chore(main): release 2.15.0 (#309)
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 513f2a9 commit 6948dcb

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-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-
".": "2.14.0"
2+
".": "2.15.0"
33
}

CHANGELOG.md

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

3+
## [2.15.0](https://github.com/open-feature/flagd-testbed/compare/v2.14.0...v2.15.0) (2025-11-21)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* remove file mode from forbidden flagd connection test ([#312](https://github.com/open-feature/flagd-testbed/issues/312)) ([1759a94](https://github.com/open-feature/flagd-testbed/commit/1759a9491388e6c9714d5c048916120f77c8d892))
9+
10+
11+
### ✨ New Features
12+
13+
* Add FLAGD_BASE_IMAGE build argument to Dockerfile ([#308](https://github.com/open-feature/flagd-testbed/issues/308)) ([779adad](https://github.com/open-feature/flagd-testbed/commit/779adad49f118e7a83910bc07c1f67ca2b9a1fe1))
14+
* Add FLAGD_SYNC_PORT support for in-process providers with backwards compatibility ([#310](https://github.com/open-feature/flagd-testbed/issues/310)) ([513f2a9](https://github.com/open-feature/flagd-testbed/commit/513f2a9bfc2f7515b9a366e7d6085336256e864b))
15+
* add missing steps for config and improve wording ([#311](https://github.com/open-feature/flagd-testbed/issues/311)) ([c1f632b](https://github.com/open-feature/flagd-testbed/commit/c1f632b79baf3814087c6e7a943094dfcaacd8a9))
16+
* Support multi-platform build ([#313](https://github.com/open-feature/flagd-testbed/issues/313)) ([e1ff79c](https://github.com/open-feature/flagd-testbed/commit/e1ff79c0bc700319d01699bd962d89cd4d670594))
17+
318
## [2.14.0](https://github.com/open-feature/flagd-testbed/compare/v2.13.1...v2.14.0) (2025-10-30)
419

520

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.14.0} # x-release-please-version
5+
image: ${IMAGE:-ghcr.io/open-feature/flagd-testbed}:${VERSION:-v2.15.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.14.0
1+
2.15.0

0 commit comments

Comments
 (0)