Skip to content

Commit 6515f91

Browse files
chore(main): release 2.15.7 (#326)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent 7408867 commit 6515f91

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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.15.6"
2+
".": "2.15.7"
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.7](https://github.com/open-feature/flagd-testbed/compare/v2.15.6...v2.15.7) (2026-01-14)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* correct default retryBackoffMaxMs value ([7408867](https://github.com/open-feature/flagd-testbed/commit/740886703c4e58ca9df8b06eca0d347530f116b7))
9+
310
## [2.15.6](https://github.com/open-feature/flagd-testbed/compare/v2.15.5...v2.15.6) (2026-01-06)
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.6} # x-release-please-version
5+
image: ${IMAGE:-ghcr.io/open-feature/flagd-testbed}:${VERSION:-v2.15.7} # 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.6
1+
2.15.7

0 commit comments

Comments
 (0)