Skip to content

Commit 5f96105

Browse files
chore(main): release 0.17.0
1 parent f84b95d commit 5f96105

File tree

6 files changed

+14
-7
lines changed

6 files changed

+14
-7
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.16.0"
2+
".": "0.17.0"
33
}

CHANGELOG.md

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

3+
## [0.17.0](https://github.com/open-feature/playground/compare/v0.16.0...v0.17.0) (2024-06-06)
4+
5+
6+
### ✨ New Features
7+
8+
* additional ofo tutorial resources ([#294](https://github.com/open-feature/playground/issues/294)) ([f84b95d](https://github.com/open-feature/playground/commit/f84b95d39131268df8ecacd77b739832c533fad9))
9+
310
## [0.16.0](https://github.com/open-feature/playground/compare/v0.15.2...v0.16.0) (2024-05-22)
411

512

config/k8s/end-to-end.yaml

Lines changed: 1 addition & 1 deletion
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.16.0 # x-release-please-version
104+
image: ghcr.io/open-feature/playground-app:v0.17.0 # x-release-please-version
105105
args:
106106
- flagd
107107
ports:

docker-compose.yaml

Lines changed: 2 additions & 2 deletions
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.16.0 # x-release-please-version
4+
image: ghcr.io/open-feature/playground-app:v0.17.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.16.0 # x-release-please-version
52+
image: ghcr.io/open-feature/playground-fib-service:v0.17.0 # x-release-please-version
5353
# build:
5454
# dockerfile: ./packages/fibonacci-service/Dockerfile
5555
# context: .

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)