From e69b5a026bb8a32bc96aed85893f1ba40893dcdf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 13:23:35 -0500 Subject: [PATCH] chore(main): release 0.13.3 (#262) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [0.13.3](https://github.com/open-feature/playground/compare/v0.13.2...v0.13.3) (2023-12-01) ### 🧹 Chore * **deps:** update node.js to v20.10 ([bc94bcc](https://github.com/open-feature/playground/commit/bc94bcc037198a7bac5883971c47cc5b0636da2b)) * **deps:** update prom/prometheus docker tag to v2.48.0 ([e27584c](https://github.com/open-feature/playground/commit/e27584c09da9605df9e9c9ef5d1e28b920b48b6d)) * **deps:** update thomaspoignant/go-feature-flag-relay-proxy docker tag to v1.19.0 ([0358b4f](https://github.com/open-feature/playground/commit/0358b4ff1f7a9544d5e02283c2c7a68313fdac41)) * **deps:** update types ([22bb451](https://github.com/open-feature/playground/commit/22bb45182cec97e1a5add3556d4cb7a04c157723)) * support arm image ([#261](https://github.com/open-feature/playground/issues/261)) ([b895a4c](https://github.com/open-feature/playground/commit/b895a4cc1e7fb0ef675f9fabc137cca28af7cfec)) --- 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> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ config/k8s/end-to-end.yaml | 2 +- docker-compose.yaml | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 6 files changed, 18 insertions(+), 7 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f80776a4..d72f305c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.2" + ".": "0.13.3" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index bd58a480..82e50cb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.13.3](https://github.com/open-feature/playground/compare/v0.13.2...v0.13.3) (2023-12-01) + + +### 🧹 Chore + +* **deps:** update node.js to v20.10 ([bc94bcc](https://github.com/open-feature/playground/commit/bc94bcc037198a7bac5883971c47cc5b0636da2b)) +* **deps:** update prom/prometheus docker tag to v2.48.0 ([e27584c](https://github.com/open-feature/playground/commit/e27584c09da9605df9e9c9ef5d1e28b920b48b6d)) +* **deps:** update thomaspoignant/go-feature-flag-relay-proxy docker tag to v1.19.0 ([0358b4f](https://github.com/open-feature/playground/commit/0358b4ff1f7a9544d5e02283c2c7a68313fdac41)) +* **deps:** update types ([22bb451](https://github.com/open-feature/playground/commit/22bb45182cec97e1a5add3556d4cb7a04c157723)) +* support arm image ([#261](https://github.com/open-feature/playground/issues/261)) ([b895a4c](https://github.com/open-feature/playground/commit/b895a4cc1e7fb0ef675f9fabc137cca28af7cfec)) + ## [0.13.2](https://github.com/open-feature/playground/compare/v0.13.1...v0.13.2) (2023-11-30) diff --git a/config/k8s/end-to-end.yaml b/config/k8s/end-to-end.yaml index 3890153a..af950e20 100644 --- a/config/k8s/end-to-end.yaml +++ b/config/k8s/end-to-end.yaml @@ -88,7 +88,7 @@ spec: spec: containers: - name: open-feature-demo - image: ghcr.io/open-feature/playground-app:v0.13.2 # x-release-please-version + image: ghcr.io/open-feature/playground-app:v0.13.3 # x-release-please-version args: - flagd ports: diff --git a/docker-compose.yaml b/docker-compose.yaml index 033b799d..9cbf1074 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.13.2 # x-release-please-version + image: ghcr.io/open-feature/playground-app:v0.13.3 # x-release-please-version # build: # dockerfile: ./packages/app/Dockerfile # context: . @@ -46,7 +46,7 @@ services: - FLAGD_TLS_WEB fib-service: - image: ghcr.io/open-feature/playground-fib-service:v0.13.2 # x-release-please-version + image: ghcr.io/open-feature/playground-fib-service:v0.13.3 # x-release-please-version # build: # dockerfile: ./packages/fibonacci-service/Dockerfile # context: . diff --git a/package-lock.json b/package-lock.json index 22f35b9e..a71493f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openfeature", - "version": "0.13.2", + "version": "0.13.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openfeature", - "version": "0.13.2", + "version": "0.13.3", "license": "Apache-2.0", "dependencies": { "@harnessio/ff-javascript-client-sdk": "^1.10.0", diff --git a/package.json b/package.json index 3156cee4..4c9df149 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openfeature", - "version": "0.13.2", + "version": "0.13.3", "license": "Apache-2.0", "scripts": { "ui": "nx run ui:serve",