File tree Expand file tree Collapse file tree 6 files changed +15
-7
lines changed
chart/open-feature-operator Expand file tree Collapse file tree 6 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.2.21 "
2+ "." : " 0.2.22 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.22] ( https://github.com/open-feature/open-feature-operator/compare/v0.2.21...v0.2.22 ) (2022-12-16)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** deps:** update module go.uber.org/zap to v1.24.0 ([ #268 ] ( https://github.com/open-feature/open-feature-operator/issues/268 ) ) ([ b7bdde8] ( https://github.com/open-feature/open-feature-operator/commit/b7bdde8944446621751e6ef70e6b0f0646adee21 ) )
9+ * Version fix ([ #284 ] ( https://github.com/open-feature/open-feature-operator/issues/284 ) ) ([ a9c6f15] ( https://github.com/open-feature/open-feature-operator/commit/a9c6f154589f1e00e60883c229b3ee29d7d2e9aa ) )
10+
311## [ 0.2.21] ( https://github.com/open-feature/open-feature-operator/compare/v0.2.20...v0.2.21 ) (2022-12-16)
412
513
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ IMG ?= controller:latest
55KUSTOMIZE_OVERLAY ?= DEFAULT
66# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
77FLAGD_VERSION =v0.2.7
8- CHART_VERSION =v0.2.21 # x-release-please-version
8+ CHART_VERSION =v0.2.22 # x-release-please-version
99ENVTEST_K8S_VERSION = 1.25
1010
1111# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ type: application
1313# This is the chart version. This version number should be incremented each time you make changes
1414# to the chart and its templates, including the app version.
1515# Versions are expected to follow Semantic Versioning (https://semver.org/)
16- version : " v0.2.21 " # x-release-please-version
16+ version : " v0.2.22 " # x-release-please-version
1717# This is the version number of the application being deployed. This version number should be
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.21 " # x-release-please-version
21+ appVersion : " v0.2.22 " # x-release-please-version
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ controllerManager:
1616 manager :
1717 image :
1818 repository : ghcr.io/open-feature/open-feature-operator
19- tag : v0.2.21 # x-release-please-version
19+ tag : v0.2.22 # x-release-please-version
2020 resources :
2121 limits :
2222 cpu : 500m
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ Apply the release yaml directly via kubectl
3232<!-- x-release-please-start-version -->
3333``` sh
3434kubectl create namespace open-feature-operator-system
35- kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.21 /release.yaml
35+ kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.22 /release.yaml
3636```
3737<!-- x-release-please-end -->
3838### Uninstall
3939<!-- x-release-please-start-version -->
4040``` sh
41- kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.21 /release.yaml
41+ kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.22 /release.yaml
4242kubectl delete namespace open-feature-operator-system
4343```
4444<!-- x-release-please-end -->
You can’t perform that action at this time.
0 commit comments