Skip to content

Commit

Permalink
chore(main): release 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 24, 2024
1 parent 5d98ea2 commit ede62ee
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.16.0"
".": "0.17.0"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [0.17.0](https://github.com/open-feature/playground/compare/v0.16.0...v0.17.0) (2024-07-24)


### 🐛 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 regenerator-runtime to ^0.14.0 ([#244](https://github.com/open-feature/playground/issues/244)) ([a0c993d](https://github.com/open-feature/playground/commit/a0c993d92316e209604ad687286c32e486edab0a))

## [0.16.0](https://github.com/open-feature/playground/compare/v0.15.2...v0.16.0) (2024-05-22)


Expand Down
2 changes: 1 addition & 1 deletion config/k8s/end-to-end.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -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: .
Expand Down Expand Up @@ -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: .
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openfeature",
"version": "0.16.0",
"version": "0.17.0",
"license": "Apache-2.0",
"scripts": {
"ui": "nx run ui:serve",
Expand Down

0 comments on commit ede62ee

Please sign in to comment.