Skip to content

Commit 192ff33

Browse files
chore(main): release 0.17.0
1 parent a0c993d commit 192ff33

File tree

6 files changed

+26
-7
lines changed

6 files changed

+26
-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: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [0.17.0](https://github.com/open-feature/playground/compare/v0.16.0...v0.17.0) (2024-07-24)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* overrides to fix vulnerabilities ([#297](https://github.com/open-feature/playground/issues/297)) ([7a5df65](https://github.com/open-feature/playground/commit/7a5df6522f94167f1d87f3518f7e1785f64f6f78))
9+
10+
11+
### ✨ New Features
12+
13+
* additional ofo tutorial resources ([#294](https://github.com/open-feature/playground/issues/294)) ([f84b95d](https://github.com/open-feature/playground/commit/f84b95d39131268df8ecacd77b739832c533fad9))
14+
15+
16+
### 🧹 Chore
17+
18+
* add renovate dependency to our tooling default ([#299](https://github.com/open-feature/playground/issues/299)) ([0fa51f8](https://github.com/open-feature/playground/commit/0fa51f8e7e1160cc0e5dc6c7fca264d01998879a))
19+
* client-side-evaluation.yaml fix ([#296](https://github.com/open-feature/playground/issues/296)) ([7d7d133](https://github.com/open-feature/playground/commit/7d7d133a263e2ea1ab9794c9af94d9eab6c493e8))
20+
* **deps:** update dependency regenerator-runtime to ^0.14.0 ([#244](https://github.com/open-feature/playground/issues/244)) ([a0c993d](https://github.com/open-feature/playground/commit/a0c993d92316e209604ad687286c32e486edab0a))
21+
322
## [0.16.0](https://github.com/open-feature/playground/compare/v0.15.2...v0.16.0) (2024-05-22)
423

524

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)