Skip to content

Commit 594bb9f

Browse files
chore(main): release 0.15.2 (#290)
🤖 I have created a release *beep* *boop* --- ## [0.15.2](v0.15.1...v0.15.2) (2024-04-21) ### 🐛 Bug Fixes * **deps:** update dependency @openfeature/flagd-web-provider to ^0.7.0 ([#288](#288)) ([b26b52d](b26b52d)) * goff ofrep provider in UI ([#289](#289)) ([3ed5edd](3ed5edd)) --- 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>
1 parent b26b52d commit 594bb9f

6 files changed

+15
-7
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.15.1"
2+
".": "0.15.2"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.15.2](https://github.com/open-feature/playground/compare/v0.15.1...v0.15.2) (2024-04-21)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update dependency @openfeature/flagd-web-provider to ^0.7.0 ([#288](https://github.com/open-feature/playground/issues/288)) ([b26b52d](https://github.com/open-feature/playground/commit/b26b52dbbb38eaa1d1ff2090d49da70cd4e1d93b))
9+
* goff ofrep provider in UI ([#289](https://github.com/open-feature/playground/issues/289)) ([3ed5edd](https://github.com/open-feature/playground/commit/3ed5edd5bfd5cc164d5316463e4c6910120520e3))
10+
311
## [0.15.1](https://github.com/open-feature/playground/compare/v0.15.0...v0.15.1) (2024-04-21)
412

513

config/k8s/end-to-end.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ spec:
101101
spec:
102102
containers:
103103
- name: open-feature-demo
104-
image: ghcr.io/open-feature/playground-app:v0.15.1 # x-release-please-version
104+
image: ghcr.io/open-feature/playground-app:v0.15.2 # x-release-please-version
105105
args:
106106
- flagd
107107
ports:

docker-compose.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.8'
22
services:
33
demo:
4-
image: ghcr.io/open-feature/playground-app:v0.15.1 # x-release-please-version
4+
image: ghcr.io/open-feature/playground-app:v0.15.2 # x-release-please-version
55
# build:
66
# dockerfile: ./packages/app/Dockerfile
77
# context: .
@@ -47,7 +47,7 @@ services:
4747
- FLAGD_TLS_WEB
4848

4949
fib-service:
50-
image: ghcr.io/open-feature/playground-fib-service:v0.15.1 # x-release-please-version
50+
image: ghcr.io/open-feature/playground-fib-service:v0.15.2 # x-release-please-version
5151
# build:
5252
# dockerfile: ./packages/fibonacci-service/Dockerfile
5353
# context: .

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openfeature",
3-
"version": "0.15.1",
3+
"version": "0.15.2",
44
"license": "Apache-2.0",
55
"scripts": {
66
"ui": "nx run ui:serve",

0 commit comments

Comments
 (0)