diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b4e9013b..6db19b95 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.16.0" + ".": "0.17.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 832c29e6..6eb02349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.17.0](https://github.com/open-feature/playground/compare/v0.16.0...v0.17.0) (2024-06-06) + + +### ✨ New Features + +* additional ofo tutorial resources ([#294](https://github.com/open-feature/playground/issues/294)) ([f84b95d](https://github.com/open-feature/playground/commit/f84b95d39131268df8ecacd77b739832c533fad9)) + + +### 🧹 Chore + +* client-side-evaluation.yaml fix ([#296](https://github.com/open-feature/playground/issues/296)) ([7d7d133](https://github.com/open-feature/playground/commit/7d7d133a263e2ea1ab9794c9af94d9eab6c493e8)) + ## [0.16.0](https://github.com/open-feature/playground/compare/v0.15.2...v0.16.0) (2024-05-22) diff --git a/config/k8s/end-to-end.yaml b/config/k8s/end-to-end.yaml index 308113f7..8e7d0012 100644 --- a/config/k8s/end-to-end.yaml +++ b/config/k8s/end-to-end.yaml @@ -101,7 +101,7 @@ spec: spec: containers: - name: open-feature-demo - image: ghcr.io/open-feature/playground-app:v0.16.0 # x-release-please-version + image: ghcr.io/open-feature/playground-app:v0.17.0 # x-release-please-version args: - flagd ports: diff --git a/docker-compose.yaml b/docker-compose.yaml index 178c206a..ae30440b 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,7 +1,7 @@ version: '3.8' services: demo: - image: ghcr.io/open-feature/playground-app:v0.16.0 # x-release-please-version + image: ghcr.io/open-feature/playground-app:v0.17.0 # x-release-please-version # build: # dockerfile: ./packages/app/Dockerfile # context: . @@ -49,7 +49,7 @@ services: - FLAGD_TLS_WEB fib-service: - image: ghcr.io/open-feature/playground-fib-service:v0.16.0 # x-release-please-version + image: ghcr.io/open-feature/playground-fib-service:v0.17.0 # x-release-please-version # build: # dockerfile: ./packages/fibonacci-service/Dockerfile # context: . diff --git a/package-lock.json b/package-lock.json index e3a02972..ea60e032 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openfeature", - "version": "0.16.0", + "version": "0.17.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openfeature", - "version": "0.16.0", + "version": "0.17.0", "license": "Apache-2.0", "dependencies": { "@harnessio/ff-javascript-client-sdk": "^1.21.0", diff --git a/package.json b/package.json index 89688ae2..6a3d85ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openfeature", - "version": "0.16.0", + "version": "0.17.0", "license": "Apache-2.0", "scripts": { "ui": "nx run ui:serve",