Skip to content

Commit 2da8acc

Browse files
chore(main): release 3.6.0
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com>
1 parent 0707f4b commit 2da8acc

4 files changed

Lines changed: 17 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.5.0"
2+
".": "3.6.0"
33
}

CHANGELOG.md

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

3+
## [3.6.0](https://github.com/open-feature/flagd-testbed/compare/v3.5.0...v3.6.0) (2026-04-09)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* add missing context step to single-entry fractional case ([#364](https://github.com/open-feature/flagd-testbed/issues/364)) ([f469a7c](https://github.com/open-feature/flagd-testbed/commit/f469a7c0c11d677142e5a30f2005812bd30c3fba))
9+
* add testcase with fractional with single entry ([#362](https://github.com/open-feature/flagd-testbed/issues/362)) ([13e1e5b](https://github.com/open-feature/flagd-testbed/commit/13e1e5b7afe6baf121883abdb4c8081a94537eb2))
10+
11+
12+
### ✨ New Features
13+
14+
* add PARSE_ERROR and whitespace tests for evaluator ref ([#361](https://github.com/open-feature/flagd-testbed/issues/361)) ([0707f4b](https://github.com/open-feature/flagd-testbed/commit/0707f4bb026bda52f5bba96461dd6e9cb16e359b))
15+
* **semver:** add edge case scenarios for v-prefix, partial versions, and build metadata ([#341](https://github.com/open-feature/flagd-testbed/issues/341)) ([31afd6e](https://github.com/open-feature/flagd-testbed/commit/31afd6eb4f0dee9e242ed65a6080904ee139acbd))
16+
317
## [3.5.0](https://github.com/open-feature/flagd-testbed/compare/v3.4.0...v3.5.0) (2026-04-01)
418

519

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.5.0} # x-release-please-version
5+
image: ${IMAGE:-ghcr.io/open-feature/flagd-testbed}:${VERSION:-v3.6.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.5.0
1+
3.6.0

0 commit comments

Comments
 (0)