Skip to content

Commit 9b73b3a

Browse files
chore(main): release 2.15.3 (#319)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent 1f6845c commit 9b73b3a

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.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.15.2"
2+
".": "2.15.3"
33
}

CHANGELOG.md

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

3+
## [2.15.3](https://github.com/open-feature/flagd-testbed/compare/v2.15.2...v2.15.3) (2025-11-28)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* Refactor in-process sync port scenarios ([#318](https://github.com/open-feature/flagd-testbed/issues/318)) ([1f6845c](https://github.com/open-feature/flagd-testbed/commit/1f6845c3a9f7c9f7a72abbbf2f0303e5af885f9d))
9+
310
## [2.15.2](https://github.com/open-feature/flagd-testbed/compare/v2.15.1...v2.15.2) (2025-11-27)
411

512

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

0 commit comments

Comments
 (0)