Skip to content

Commit 1de6abc

Browse files
chore(main): release 0.2.4 (#124)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3365e44 commit 1de6abc

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.3"
2+
".": "0.2.4"
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.4](https://github.com/open-feature/open-feature-operator/compare/v0.2.3...v0.2.4) (2022-10-18)
4+
5+
6+
### Bug Fixes
7+
8+
* build and push to docker registry with tag as current release ([#123](https://github.com/open-feature/open-feature-operator/issues/123)) ([d4abda1](https://github.com/open-feature/open-feature-operator/commit/d4abda119e4a7c2dab7a2e0d335d44b1df07ec62))
9+
310
## [0.2.3](https://github.com/open-feature/open-feature-operator/compare/v0.2.2...v0.2.3) (2022-10-18)
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.3/certificate.yaml
23-
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.3/release.yaml
22+
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.4/certificate.yaml
23+
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.4/release.yaml
2424
```
2525

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

0 commit comments

Comments
 (0)