File tree Expand file tree Collapse file tree 7 files changed +20
-8
lines changed
chart/open-feature-operator Expand file tree Collapse file tree 7 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.2.30 "
2+ "." : " 0.2.31 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.31] ( https://github.com/open-feature/open-feature-operator/compare/v0.2.30...v0.2.31 ) (2023-03-16)
4+
5+
6+ ### 📚 Documentation
7+
8+ * fix rendering issue with operator resource config table ([ #401 ] ( https://github.com/open-feature/open-feature-operator/issues/401 ) ) ([ 71ea8a6] ( https://github.com/open-feature/open-feature-operator/commit/71ea8a68bbb97052822552ffce3c498c3da0e52d ) )
9+
10+
11+ ### 🐛 Bug Fixes
12+
13+ * update flagd version ([ #402 ] ( https://github.com/open-feature/open-feature-operator/issues/402 ) ) ([ dc6aa3c] ( https://github.com/open-feature/open-feature-operator/commit/dc6aa3c3dd9fec6c508b34608384247b63b42eeb ) )
14+
315## [ 0.2.30] ( https://github.com/open-feature/open-feature-operator/compare/v0.2.29...v0.2.30 ) (2023-03-16)
416
517
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ IMG?=$(RELEASE_REGISTRY)/$(RELEASE_IMAGE)
88KUSTOMIZE_OVERLAY ?= DEFAULT
99# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
1010FLAGD_VERSION =v0.4.4
11- CHART_VERSION =v0.2.30 # x-release-please-version
11+ CHART_VERSION =v0.2.31 # x-release-please-version
1212ENVTEST_K8S_VERSION = 1.26.1
1313
1414# 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,12 +13,12 @@ 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.30 " # x-release-please-version
16+ version : " v0.2.31 " # 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.30 " # x-release-please-version
21+ appVersion : " v0.2.31 " # x-release-please-version
2222
2323home : https://openfeature.dev
2424icon : https://open-feature.github.io/open-feature-operator/chart/open-feature-operator/openfeature-logo.png
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ The command removes all the Kubernetes components associated with the chart and
114114| ` controllerManager.kubeRbacProxy.resources.requests.cpu ` | ` 5m ` | |
115115| ` controllerManager.kubeRbacProxy.resources.requests.memory ` | ` 64Mi ` | |
116116| ` controllerManager.manager.image.repository ` | ` ghcr.io/open-feature/open-feature-operator ` | |
117- | ` controllerManager.manager.image.tag ` | ` v0.2.30 ` <!-- x-release-please-version --> | |
117+ | ` controllerManager.manager.image.tag ` | ` v0.2.31 ` <!-- x-release-please-version --> | |
118118| ` controllerManager.manager.resources.limits.cpu ` | ` 500m ` | |
119119| ` controllerManager.manager.resources.limits.memory ` | ` 128Mi ` | |
120120| ` controllerManager.manager.resources.requests.cpu ` | ` 10m ` | |
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ controllerManager:
3131 manager :
3232 image :
3333 repository : ghcr.io/open-feature/open-feature-operator
34- tag : v0.2.30 # x-release-please-version
34+ tag : v0.2.31 # x-release-please-version
3535 resources :
3636 limits :
3737 cpu : 500m
Original file line number Diff line number Diff line change @@ -64,13 +64,13 @@ Apply the release yaml directly via kubectl
6464<!-- x-release-please-start-version -->
6565``` sh
6666kubectl create namespace open-feature-operator-system &&
67- kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.30 /release.yaml
67+ kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.31 /release.yaml
6868```
6969<!-- x-release-please-end -->
7070### Uninstall
7171<!-- x-release-please-start-version -->
7272``` sh
73- kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.30 /release.yaml &&
73+ kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.31 /release.yaml &&
7474kubectl delete namespace open-feature-operator-system
7575```
7676<!-- x-release-please-end -->
You can’t perform that action at this time.
0 commit comments