Skip to content

Commit b1ed770

Browse files
chore(main): release 0.2.2 (#115)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 421cab6 commit b1ed770

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.1"
2+
".": "0.2.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.2.2](https://github.com/open-feature/open-feature-operator/compare/v0.2.1...v0.2.2) (2022-10-14)
4+
5+
6+
### Bug Fixes
7+
8+
* bump flagd version to include change detection fix ([421cab6](https://github.com/open-feature/open-feature-operator/commit/421cab651f6ebe2ece1380fda7dc24d92838d6b5))
9+
310
## [0.2.1](https://github.com/open-feature/open-feature-operator/compare/v0.2.0...v0.2.1) (2022-10-13)
411

512

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ _Requires [cert manager](https://cert-manager.io/docs/installation/kubernetes/)
1919

2020
```
2121
kubectl create namespace open-feature-operator-system
22-
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.1/certificate.yaml
23-
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.1/release.yaml
22+
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.2/certificate.yaml
23+
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.2/release.yaml
2424
```
2525

2626
<!---x-release-please-end-->

0 commit comments

Comments
 (0)