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.14.0"
".": "2.15.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [2.15.0](https://github.com/open-feature/flagd-testbed/compare/v2.14.0...v2.15.0) (2025-11-21)


### πŸ› Bug Fixes

* remove file mode from forbidden flagd connection test ([#312](https://github.com/open-feature/flagd-testbed/issues/312)) ([1759a94](https://github.com/open-feature/flagd-testbed/commit/1759a9491388e6c9714d5c048916120f77c8d892))


Choose a reason for hiding this comment

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

medium

To align with common Markdown styling conventions, such as the 'Keep a Changelog' standard, it's recommended to use a single blank line between headings. This improves the readability of the changelog.

### ✨ New Features

* Add FLAGD_BASE_IMAGE build argument to Dockerfile ([#308](https://github.com/open-feature/flagd-testbed/issues/308)) ([779adad](https://github.com/open-feature/flagd-testbed/commit/779adad49f118e7a83910bc07c1f67ca2b9a1fe1))
* Add FLAGD_SYNC_PORT support for in-process providers with backwards compatibility ([#310](https://github.com/open-feature/flagd-testbed/issues/310)) ([513f2a9](https://github.com/open-feature/flagd-testbed/commit/513f2a9bfc2f7515b9a366e7d6085336256e864b))
* add missing steps for config and improve wording ([#311](https://github.com/open-feature/flagd-testbed/issues/311)) ([c1f632b](https://github.com/open-feature/flagd-testbed/commit/c1f632b79baf3814087c6e7a943094dfcaacd8a9))
* Support multi-platform build ([#313](https://github.com/open-feature/flagd-testbed/issues/313)) ([e1ff79c](https://github.com/open-feature/flagd-testbed/commit/e1ff79c0bc700319d01699bd962d89cd4d670594))

## [2.14.0](https://github.com/open-feature/flagd-testbed/compare/v2.13.1...v2.14.0) (2025-10-30)


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.14.0} # x-release-please-version
image: ${IMAGE:-ghcr.io/open-feature/flagd-testbed}:${VERSION:-v2.15.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.14.0
2.15.0