Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "3.5.0"
".": "3.6.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [3.6.0](https://github.com/open-feature/flagd-testbed/compare/v3.5.0...v3.6.0) (2026-04-09)


### πŸ› Bug Fixes

* 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))
* 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))


### ✨ New Features

* 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))
* **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))

## [3.5.0](https://github.com/open-feature/flagd-testbed/compare/v3.4.0...v3.5.0) (2026-04-01)


Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'

services:
flagd:
image: ${IMAGE:-ghcr.io/open-feature/flagd-testbed}:${VERSION:-v3.5.0} # x-release-please-version
image: ${IMAGE:-ghcr.io/open-feature/flagd-testbed}:${VERSION:-v3.6.0} # x-release-please-version
ports:
- 8013
- 8014
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.5.0
3.6.0
Loading