Skip to content

Commit 54fcb90

Browse files
chore(main): release 2.15.0
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent c1f632b commit 54fcb90

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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 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))
15+
316
## [2.14.0](https://github.com/open-feature/flagd-testbed/compare/v2.13.1...v2.14.0) (2025-10-30)
417

518

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)