File tree Expand file tree Collapse file tree 7 files changed +22
-8
lines changed
chart/open-feature-operator Expand file tree Collapse file tree 7 files changed +22
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.5.1 " ,
2+ "." : " 0.5.2 " ,
33 "apis" : " 0.2.38"
44}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.5.2] ( https://github.com/open-feature/open-feature-operator/compare/v0.5.1...v0.5.2 ) (2023-12-06)
4+
5+
6+ ### 🐛 Bug Fixes
7+
8+ * bump flagd and flagd proxy version ([ #577 ] ( https://github.com/open-feature/open-feature-operator/issues/577 ) ) ([ 5d8c829] ( https://github.com/open-feature/open-feature-operator/commit/5d8c8299bc3030a2b14baaa6a0fb5b4f6f0d47ea ) )
9+
10+
11+ ### 🧹 Chore
12+
13+ * add helm migration section ([ #573 ] ( https://github.com/open-feature/open-feature-operator/issues/573 ) ) ([ 361d068] ( https://github.com/open-feature/open-feature-operator/commit/361d068a46d8d6ca5c96aa0889cdbe1ac53d538b ) )
14+ * ** deps:** update docker/metadata-action digest to 31cebac ([ #520 ] ( https://github.com/open-feature/open-feature-operator/issues/520 ) ) ([ 5262fa7] ( https://github.com/open-feature/open-feature-operator/commit/5262fa7dc15458330cdc13c277a7b0a115199326 ) )
15+ * migration docs ([ #571 ] ( https://github.com/open-feature/open-feature-operator/issues/571 ) ) ([ 8bf9e42] ( https://github.com/open-feature/open-feature-operator/commit/8bf9e42fbc8300d614b398e0b91146082a66abba ) )
16+
317## [ 0.5.1] ( https://github.com/open-feature/open-feature-operator/compare/v0.5.0...v0.5.1 ) (2023-12-01)
418
519
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ARCH?=amd64
66IMG? =$(RELEASE_REGISTRY ) /$(RELEASE_IMAGE )
77# customize overlay to be used in the build, DEFAULT or HELM
88KUSTOMIZE_OVERLAY ?= DEFAULT
9- CHART_VERSION =v0.5.1 # x-release-please-version
9+ CHART_VERSION =v0.5.2 # x-release-please-version
1010# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
1111ENVTEST_K8S_VERSION = 1.26.1
1212
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.5.1 " # x-release-please-version
16+ version : " v0.5.2 " # 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.5.1 " # x-release-please-version
21+ appVersion : " v0.5.2 " # 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 @@ -74,7 +74,7 @@ controllerManager:
7474 # # @param controllerManager.manager.image.repository Sets the image for the operator.
7575 repository : ghcr.io/open-feature/open-feature-operator
7676 # # @param controllerManager.manager.image.tag Sets the version tag for the operator.
77- tag : v0.5.1 # x-release-please-version
77+ tag : v0.5.2 # x-release-please-version
7878 resources :
7979 limits :
8080 # # @param controllerManager.manager.resources.limits.cpu Sets cpu resource limits for operator.
Original file line number Diff line number Diff line change @@ -65,13 +65,13 @@ Apply the release yaml directly via kubectl
6565<!-- x-release-please-start-version -->
6666``` sh
6767kubectl create namespace open-feature-operator-system &&
68- kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.5.1 /release.yaml
68+ kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.5.2 /release.yaml
6969```
7070<!-- x-release-please-end -->
7171### Uninstall
7272<!-- x-release-please-start-version -->
7373``` sh
74- kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.5.1 /release.yaml &&
74+ kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.5.2 /release.yaml &&
7575kubectl delete namespace open-feature-operator-system
7676```
7777<!-- x-release-please-end -->
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ helm upgrade --install openfeature openfeature/open-feature-operator
4040<!-- x-release-please-start-version -->
4141``` sh
4242kubectl create namespace open-feature-operator-system &&
43- kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.5.1 /release.yaml
43+ kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.5.2 /release.yaml
4444```
4545<!-- x-release-please-end -->
4646
You can’t perform that action at this time.
0 commit comments