Skip to content

Commit 98ecd0d

Browse files
chore(main): release 2.13.0
Signed-off-by: OpenFeature Bot <[email protected]>
1 parent 7565c27 commit 98ecd0d

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.12.0"
2+
".": "2.13.0"
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.13.0](https://github.com/open-feature/flagd-testbed/compare/v2.12.0...v2.13.0) (2025-09-09)
4+
5+
6+
### ✨ New Features
7+
8+
* Envoy connection lost test added (needs working targetURI) ([#300](https://github.com/open-feature/flagd-testbed/issues/300)) ([7565c27](https://github.com/open-feature/flagd-testbed/commit/7565c2723a0e79a0d89ac8800d8272621f8e74c7))
9+
310
## [2.12.0](https://github.com/open-feature/flagd-testbed/compare/v2.11.1...v2.12.0) (2025-09-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.12.0} # x-release-please-version
5+
image: ${IMAGE:-ghcr.io/open-feature/flagd-testbed}:${VERSION:-v2.13.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.12.0
1+
2.13.0

0 commit comments

Comments
 (0)