Skip to content
Merged
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 @@
{
".": "2.15.9"
".": "3.0.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [3.0.0](https://github.com/open-feature/flagd-testbed/compare/v2.15.9...v3.0.0) (2026-03-04)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The release date is set to a future date (2026-03-04). This appears to be a recurring issue in the changelog, likely due to a misconfiguration in the release automation. To avoid confusing users, release dates should reflect the actual date of the release.



### ⚠ BREAKING CHANGES

* make default variant optional ([#333](https://github.com/open-feature/flagd-testbed/issues/333))

### ✨ New Features

* make default variant optional ([#333](https://github.com/open-feature/flagd-testbed/issues/333)) ([f0a1dde](https://github.com/open-feature/flagd-testbed/commit/f0a1ddeea3f0dbc5335f91e6fcb728bb3942b9c8))

## [2.15.9](https://github.com/open-feature/flagd-testbed/compare/v2.15.8...v2.15.9) (2026-01-27)


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:-v2.15.9} # x-release-please-version
image: ${IMAGE:-ghcr.io/open-feature/flagd-testbed}:${VERSION:-v3.0.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 @@
2.15.9
3.0.0