Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
114 changes: 114 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

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 @@ -51,7 +51,7 @@ services:
- CONFIGCAT_SDK_KEY_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
50 changes: 24 additions & 26 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions 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 Expand Up @@ -96,11 +96,11 @@
"@svgr/webpack": "^8.1.0",
"@testing-library/react": "^12.1.5",
"@types/events": "^3.0.3",
"@types/express": "4.17.25",
"@types/express": "4.17.21",
"@types/jest": "^29.5.11",
"@types/node": "18.19.130",
"@types/react": "18.3.27",
"@types/react-dom": "18.3.7",
"@types/node": "18.19.68",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@types/react-json-editor-ajrm": "^2.5.6",
"@types/react-modal": "^3.16.3",
"@types/rox-node": "^5.0.5",
Expand Down
Loading