Skip to content

Commit

Permalink
chore(main): release 0.13.2 (#259)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.13.2](v0.13.1...v0.13.2)
(2023-11-30)


### 🐛 Bug Fixes

* fix dependencies
([#260](#260))
([6606d14](6606d14))


### 🧹 Chore

* **deps:** update ghcr.io/open-feature/flagd docker tag to v0.7.1
([ce9ea0e](ce9ea0e))
* **deps:** update jaegertracing/all-in-one docker tag to v1.51.0
([60134dc](60134dc))
* migrate from js-sdk to server-sdk
([#258](#258))
([b537c90](b537c90))

---
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>
  • Loading branch information
github-actions[bot] authored Nov 30, 2023
1 parent 6606d14 commit 1434696
Show file tree
Hide file tree
Showing 6 changed files with 21 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.13.1"
".": "0.13.2"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.13.2](https://github.com/open-feature/playground/compare/v0.13.1...v0.13.2) (2023-11-30)


### 🐛 Bug Fixes

* fix dependencies ([#260](https://github.com/open-feature/playground/issues/260)) ([6606d14](https://github.com/open-feature/playground/commit/6606d1434e2dcce50036820674c8018dd9c43758))


### 🧹 Chore

* **deps:** update ghcr.io/open-feature/flagd docker tag to v0.7.1 ([ce9ea0e](https://github.com/open-feature/playground/commit/ce9ea0e8203d9e08fe25383aae88975d21c22193))
* **deps:** update jaegertracing/all-in-one docker tag to v1.51.0 ([60134dc](https://github.com/open-feature/playground/commit/60134dc9bbb635e119bdfe1ed9a9072d911d8238))
* migrate from js-sdk to server-sdk ([#258](https://github.com/open-feature/playground/issues/258)) ([b537c90](https://github.com/open-feature/playground/commit/b537c902aca495302672967b637db0181c08b3e4))

## [0.13.1](https://github.com/open-feature/playground/compare/v0.13.0...v0.13.1) (2023-11-30)


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 @@ -88,7 +88,7 @@ spec:
spec:
containers:
- name: open-feature-demo
image: ghcr.io/open-feature/playground-app:v0.13.1 # x-release-please-version
image: ghcr.io/open-feature/playground-app:v0.13.2 # 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.13.1 # x-release-please-version
image: ghcr.io/open-feature/playground-app:v0.13.2 # x-release-please-version
# build:
# dockerfile: ./packages/app/Dockerfile
# context: .
Expand Down Expand Up @@ -46,7 +46,7 @@ services:
- FLAGD_TLS_WEB

fib-service:
image: ghcr.io/open-feature/playground-fib-service:v0.13.1 # x-release-please-version
image: ghcr.io/open-feature/playground-fib-service:v0.13.2 # 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.13.1",
"version": "0.13.2",
"license": "Apache-2.0",
"scripts": {
"ui": "nx run ui:serve",
Expand Down

0 comments on commit 1434696

Please sign in to comment.