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..b7c32ea9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +## [0.17.0](https://github.com/open-feature/playground/compare/v0.16.0...v0.17.0) (2024-07-25) + + +### ๐Ÿ› Bug Fixes + +* overrides to fix vulnerabilities ([#297](https://github.com/open-feature/playground/issues/297)) ([7a5df65](https://github.com/open-feature/playground/commit/7a5df6522f94167f1d87f3518f7e1785f64f6f78)) + + +### โœจ 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 + +* 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)) +* client-side-evaluation.yaml fix ([#296](https://github.com/open-feature/playground/issues/296)) ([7d7d133](https://github.com/open-feature/playground/commit/7d7d133a263e2ea1ab9794c9af94d9eab6c493e8)) +* **deps:** pin dependencies ([#300](https://github.com/open-feature/playground/issues/300)) ([5d98ea2](https://github.com/open-feature/playground/commit/5d98ea232ea9cbe1e81dc9cdef5c830ba4a36718)) +* **deps:** update dependency @babel/preset-react to v7.24.7 ([#301](https://github.com/open-feature/playground/issues/301)) ([a747426](https://github.com/open-feature/playground/commit/a7474269bdcba37404a7757ead3c47a05a50f0a5)) +* **deps:** update dependency @pmmmwh/react-refresh-webpack-plugin to v0.5.15 ([#302](https://github.com/open-feature/playground/issues/302)) ([0f6907f](https://github.com/open-feature/playground/commit/0f6907fa5567f0cc77ca8040ecb5d801b5f27d3d)) +* **deps:** update dependency core-js to v3.37.1 ([#303](https://github.com/open-feature/playground/issues/303)) ([ad1ef26](https://github.com/open-feature/playground/commit/ad1ef269ffcf8cdf79f8baa77632fae19ee27a94)) +* **deps:** update dependency react-refresh to v0.14.2 ([#304](https://github.com/open-feature/playground/issues/304)) ([d809aaa](https://github.com/open-feature/playground/commit/d809aaa62582c06888e9ebba225051796e7e7de4)) +* **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)) +* **deps:** update dependency stylus to ^0.63.0 ([#252](https://github.com/open-feature/playground/issues/252)) ([a80ab66](https://github.com/open-feature/playground/commit/a80ab6638899bdcfe2a99079c0f8e425bda6d0c5)) + ## [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 f29449a7..b1600e91 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 765fc64f..80a3e447 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",