File tree Expand file tree Collapse file tree 7 files changed +26
-8
lines changed
chart/open-feature-operator Expand file tree Collapse file tree 7 files changed +26
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.7.1 " ,
2+ "." : " 0.7.2 " ,
33 "apis" : " 0.2.44"
44}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.7.2] ( https://github.com/open-feature/open-feature-operator/compare/v0.7.1...v0.7.2 ) (2024-08-02)
4+
5+
6+ ### ✨ New Features
7+
8+ * Custom labels and annotations for namespace. ([ #702 ] ( https://github.com/open-feature/open-feature-operator/issues/702 ) ) ([ a21f278] ( https://github.com/open-feature/open-feature-operator/commit/a21f278c2ee994223eb715796c963d109237dff5 ) )
9+
10+
11+ ### 🐛 Bug Fixes
12+
13+ * Case-align FROM and AS in Dockerfile ([ #699 ] ( https://github.com/open-feature/open-feature-operator/issues/699 ) ) ([ 4a43871] ( https://github.com/open-feature/open-feature-operator/commit/4a43871bfacbd9b38a0225b50520daa37bef97c9 ) )
14+ * Fix Kustomize installation ([ #700 ] ( https://github.com/open-feature/open-feature-operator/issues/700 ) ) ([ b5ad594] ( https://github.com/open-feature/open-feature-operator/commit/b5ad5943cc0edf4298efa571a50482f8991314e9 ) )
15+
16+
17+ ### 🧹 Chore
18+
19+ * ** deps:** update codecov/codecov-action action to v4 ([ #693 ] ( https://github.com/open-feature/open-feature-operator/issues/693 ) ) ([ 1588ef8] ( https://github.com/open-feature/open-feature-operator/commit/1588ef85202c14fb2bcf47925f99bb2ab5dd1ac3 ) )
20+
321## [ 0.7.1] ( https://github.com/open-feature/open-feature-operator/compare/v0.7.0...v0.7.1 ) (2024-07-23)
422
523
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.7.1 # x-release-please-version
9+ CHART_VERSION =v0.7.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
1212WAIT_TIMEOUT_SECONDS? =60
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.7.1 " # x-release-please-version
16+ version : " v0.7.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.7.1 " # x-release-please-version
21+ appVersion : " v0.7.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 @@ -138,7 +138,7 @@ controllerManager:
138138 # # @param controllerManager.manager.image.repository Sets the image for the operator.
139139 repository : ghcr.io/open-feature/open-feature-operator
140140 # # @param controllerManager.manager.image.tag Sets the version tag for the operator.
141- tag : v0.7.1 # x-release-please-version
141+ tag : v0.7.2 # x-release-please-version
142142 resources :
143143 limits :
144144 # # @param controllerManager.manager.resources.limits.cpu Sets cpu resource limits for operator.
Original file line number Diff line number Diff line change @@ -62,13 +62,13 @@ Apply the release yaml directly via kubectl
6262<!-- x-release-please-start-version -->
6363``` sh
6464kubectl create namespace open-feature-operator-system &&
65- kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.7.1 /release.yaml
65+ kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.7.2 /release.yaml
6666```
6767<!-- x-release-please-end -->
6868### Uninstall
6969<!-- x-release-please-start-version -->
7070``` sh
71- kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.7.1 /release.yaml &&
71+ kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.7.2 /release.yaml &&
7272kubectl delete namespace open-feature-operator-system
7373```
7474<!-- 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.7.1 /release.yaml
43+ kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.7.2 /release.yaml
4444```
4545<!-- x-release-please-end -->
4646
You can’t perform that action at this time.
0 commit comments