Skip to content

Commit a35cc7e

Browse files
authored
Merge pull request #234 from open-feature/release-please--branches--main
chore(main): release 0.2.20
2 parents 276672b + 2f30759 commit a35cc7e

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
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.19"
2+
".": "0.2.20"
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.20](https://github.com/open-feature/open-feature-operator/compare/v0.2.19...v0.2.20) (2022-11-18)
4+
5+
6+
### Bug Fixes
7+
8+
* **deps:** update module sigs.k8s.io/controller-runtime to v0.13.1 ([edeffcd](https://github.com/open-feature/open-feature-operator/commit/edeffcd3ef6fe9a8d52d0d5c414512ef8cd80629))
9+
310
## [0.2.19](https://github.com/open-feature/open-feature-operator/compare/v0.2.18...v0.2.19) (2022-11-15)
411

512

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ IMG ?= controller:latest
55
KUSTOMIZE_OVERLAY ?= DEFAULT
66
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
77
FLAGD_VERSION=v0.2.5
8-
CHART_VERSION=v0.2.19# x-release-please-version
8+
CHART_VERSION=v0.2.20# x-release-please-version
99
ENVTEST_K8S_VERSION = 1.25
1010

1111
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ helm install ofo openfeature/ofo
3535

3636
```
3737
kubectl create namespace open-feature-operator-system
38-
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.19/release.yaml
38+
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.20/release.yaml
3939
```
4040

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

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ version: 0.1.0
1818
# incremented each time you make changes to the application. Versions are not expected to
1919
# follow Semantic Versioning. They should reflect the version the application is using.
2020
# It is recommended to use it with quotes.
21-
appVersion: "v0.2.19" # x-release-please-version
21+
appVersion: "v0.2.20" # x-release-please-version

chart/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ controllerManager:
1515
manager:
1616
image:
1717
repository: ghcr.io/open-feature/open-feature-operator
18-
tag: v0.2.19 # x-release-please-version
18+
tag: v0.2.20 # x-release-please-version
1919
resources:
2020
limits:
2121
cpu: 500m

0 commit comments

Comments
 (0)