Skip to content

Commit

Permalink
chore(main): release 0.5.0 (#119)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 7, 2022
1 parent 7f9accc commit 08d9526
Show file tree
Hide file tree
Showing 6 changed files with 20 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.4.0"
".": "0.5.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.5.0](https://github.com/open-feature/playground/compare/v0.4.0...v0.5.0) (2022-12-07)


### Features

* show error icon on calc error ([#124](https://github.com/open-feature/playground/issues/124)) ([7f9accc](https://github.com/open-feature/playground/commit/7f9acccdcb23824e7530c16f34104a8a54ecfa2c))


### Bug Fixes

* mounted volumes use relative paths ([#118](https://github.com/open-feature/playground/issues/118)) ([bb5957e](https://github.com/open-feature/playground/commit/bb5957e2c79564416db54877b64e74a79cad44ef))
* openfeature hook log level ([#115](https://github.com/open-feature/playground/issues/115)) ([e77364d](https://github.com/open-feature/playground/commit/e77364d4d2e2ad47f6d9bb5d7a0c097c90c9f6fa))

## [0.4.0](https://github.com/open-feature/playground/compare/v0.3.0...v0.4.0) (2022-11-08)


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 @@ -66,7 +66,7 @@ spec:
spec:
containers:
- name: open-feature-demo
image: ghcr.io/open-feature/playground-app:v0.4.0 # x-release-please-version
image: ghcr.io/open-feature/playground-app:v0.5.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.4.0 # x-release-please-version
image: ghcr.io/open-feature/playground-app:v0.5.0 # x-release-please-version
# build:
# dockerfile: ./packages/app/Dockerfile
ports:
Expand Down Expand Up @@ -35,7 +35,7 @@ services:
- CLOUDBEES_APP_KEY

fib-service:
image: ghcr.io/open-feature/playground-fib-service:v0.4.0 # x-release-please-version
image: ghcr.io/open-feature/playground-fib-service:v0.5.0 # x-release-please-version
# build:
# dockerfile: ./packages/fibonacci-service/Dockerfile
expose:
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.4.0",
"version": "0.5.0",
"license": "MIT",
"scripts": {
"ui": "nx run ui:serve",
Expand Down

0 comments on commit 08d9526

Please sign in to comment.