Skip to content

Commit 2bf9a58

Browse files
chore(main): release 0.16.0 (#291)
🤖 I have created a release *beep* *boop* --- ## [0.16.0](v0.15.2...v0.16.0) (2024-05-22) ### 🐛 Bug Fixes * **deps:** update dependency flagsmith-nodejs to v3.3.0 ([d4a4468](d4a4468)) ### ✨ New Features * add Flipt to playground ([#293](#293)) ([ab99a8e](ab99a8e)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ab99a8e commit 2bf9a58

6 files changed

+19
-7
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.15.2"
2+
".": "0.16.0"
33
}

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.16.0](https://github.com/open-feature/playground/compare/v0.15.2...v0.16.0) (2024-05-22)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency flagsmith-nodejs to v3.3.0 ([d4a4468](https://github.com/open-feature/playground/commit/d4a446886a908451afd3c2d415e2c45a0895b95c))
9+
10+
11+
### ✨ New Features
12+
13+
* add Flipt to playground ([#293](https://github.com/open-feature/playground/issues/293)) ([ab99a8e](https://github.com/open-feature/playground/commit/ab99a8e5bc8e788c053bc675b8ff442696031d76))
14+
315
## [0.15.2](https://github.com/open-feature/playground/compare/v0.15.1...v0.15.2) (2024-04-21)
416

517

config/k8s/end-to-end.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ spec:
101101
spec:
102102
containers:
103103
- name: open-feature-demo
104-
image: ghcr.io/open-feature/playground-app:v0.15.2 # x-release-please-version
104+
image: ghcr.io/open-feature/playground-app:v0.16.0 # x-release-please-version
105105
args:
106106
- flagd
107107
ports:

docker-compose.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.8'
22
services:
33
demo:
4-
image: ghcr.io/open-feature/playground-app:v0.15.2 # x-release-please-version
4+
image: ghcr.io/open-feature/playground-app:v0.16.0 # x-release-please-version
55
# build:
66
# dockerfile: ./packages/app/Dockerfile
77
# context: .
@@ -49,7 +49,7 @@ services:
4949
- FLAGD_TLS_WEB
5050

5151
fib-service:
52-
image: ghcr.io/open-feature/playground-fib-service:v0.15.2 # x-release-please-version
52+
image: ghcr.io/open-feature/playground-fib-service:v0.16.0 # x-release-please-version
5353
# build:
5454
# dockerfile: ./packages/fibonacci-service/Dockerfile
5555
# context: .

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openfeature",
3-
"version": "0.15.2",
3+
"version": "0.16.0",
44
"license": "Apache-2.0",
55
"scripts": {
66
"ui": "nx run ui:serve",

0 commit comments

Comments
 (0)