Skip to content

Commit 7575a1d

Browse files
chore(main): release 3.8.0 (#377)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent b771775 commit 7575a1d

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-
".": "3.7.0"
2+
".": "3.8.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+
## [3.8.0](https://github.com/open-feature/flagd-testbed/compare/v3.7.0...v3.8.0) (2026-06-01)
4+
5+
6+
### ✨ New Features
7+
8+
* add disabled flag evaluation test scenarios ([#376](https://github.com/open-feature/flagd-testbed/issues/376)) ([b771775](https://github.com/open-feature/flagd-testbed/commit/b771775114f2ef35a571239e1294faeeb8aebf5e))
9+
310
## [3.7.0](https://github.com/open-feature/flagd-testbed/compare/v3.6.2...v3.7.0) (2026-04-30)
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:-v3.7.0} # x-release-please-version
5+
image: ${IMAGE:-ghcr.io/open-feature/flagd-testbed}:${VERSION:-v3.8.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-
3.7.0
1+
3.8.0

0 commit comments

Comments
 (0)