Skip to content

Commit

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


##
[0.2.0](v0.1.1...v0.2.0)
(2022-10-19)


### Features

* hide editor when flags config is not editable
([#101](#101))
([d1cefeb](d1cefeb))


### Bug Fixes

* auth guard returns proper error code
([#102](#102))
([7dd5c9c](7dd5c9c))

---
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 Oct 19, 2022
1 parent 094537c commit 023ce62
Show file tree
Hide file tree
Showing 6 changed files with 172 additions and 526 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.1.1"
".": "0.2.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.0](https://github.com/open-feature/playground/compare/v0.1.1...v0.2.0) (2022-10-19)


### Features

* hide editor when flags config is not editable ([#101](https://github.com/open-feature/playground/issues/101)) ([d1cefeb](https://github.com/open-feature/playground/commit/d1cefeb048b8bffc8f206ebcac24adc28114d27c))


### Bug Fixes

* auth guard returns proper error code ([#102](https://github.com/open-feature/playground/issues/102)) ([7dd5c9c](https://github.com/open-feature/playground/commit/7dd5c9c4c586e0eb329c75ff7f4ba4a7e86c8167))

## [0.1.1](https://github.com/open-feature/playground/compare/v0.1.0...v0.1.1) (2022-10-11)


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 @@ -70,7 +70,7 @@ spec:
spec:
containers:
- name: open-feature-demo
image: ghcr.io/open-feature/playground-app:v0.1.1 # x-release-please-version
image: ghcr.io/open-feature/playground-app:v0.2.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.1.1 # x-release-please-version
image: ghcr.io/open-feature/playground-app:v0.2.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.1.1 # x-release-please-version
image: ghcr.io/open-feature/playground-fib-service:v0.2.0 # x-release-please-version
# build:
# dockerfile: ./packages/fibonacci-service/Dockerfile
expose:
Expand Down
Loading

0 comments on commit 023ce62

Please sign in to comment.