File tree Expand file tree Collapse file tree 8 files changed +23
-9
lines changed
chart/open-feature-operator Expand file tree Collapse file tree 8 files changed +23
-9
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.8.6 " ,
2+ "." : " 0.8.7 " ,
33 "apis" : " 0.2.45"
44}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.8.7] ( https://github.com/open-feature/open-feature-operator/compare/v0.8.6...v0.8.7 ) (2025-07-14)
4+
5+
6+ ### 🐛 Bug Fixes
7+
8+ * API server warning for empty imagePullSecrets ([ #774 ] ( https://github.com/open-feature/open-feature-operator/issues/774 ) ) ([ 6f7152c] ( https://github.com/open-feature/open-feature-operator/commit/6f7152cffc75b1b00a4f941afc9e8ee2593151d7 ) )
9+ * end-to-end.yaml ([ #771 ] ( https://github.com/open-feature/open-feature-operator/issues/771 ) ) ([ 4b76e47] ( https://github.com/open-feature/open-feature-operator/commit/4b76e479c44c3dd90ab237ac7ba319617b61f6b9 ) )
10+ * Ingress annotations not reconciling ([ #773 ] ( https://github.com/open-feature/open-feature-operator/issues/773 ) ) ([ 6cbc0fa] ( https://github.com/open-feature/open-feature-operator/commit/6cbc0fa1a19ef89660b0816b0e92425d1e414d96 ) )
11+
12+
13+ ### 🧹 Chore
14+
15+ * ** deps:** update actions/setup-node action to v4.4.0 ([ #767 ] ( https://github.com/open-feature/open-feature-operator/issues/767 ) ) ([ 1e5af9d] ( https://github.com/open-feature/open-feature-operator/commit/1e5af9d5f0933d93fb55c8df0c6e2b463fae4b4c ) )
16+
317## [ 0.8.6] ( https://github.com/open-feature/open-feature-operator/compare/v0.8.5...v0.8.6 ) (2025-06-03)
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.8.6 # x-release-please-version
9+ CHART_VERSION =v0.8.7 # 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.8.6 " # x-release-please-version
16+ version : " v0.8.7 " # 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.8.6 " # x-release-please-version
21+ appVersion : " v0.8.7 " # 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 @@ -179,7 +179,7 @@ The command removes all the Kubernetes components associated with the chart and
179179| Name | Description | Value |
180180| ------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | -------------------------------------------- |
181181| ` controllerManager.manager.image.repository ` | Sets the image for the operator. | ` ghcr.io/open-feature/open-feature-operator ` |
182- | ` controllerManager.manager.image.tag ` | Sets the version tag for the operator. | ` v0.8.6 ` |
182+ | ` controllerManager.manager.image.tag ` | Sets the version tag for the operator. | ` v0.8.7 ` |
183183| ` controllerManager.manager.resources.limits.cpu ` | Sets cpu resource limits for operator. | ` 500m ` |
184184| ` controllerManager.manager.resources.limits.memory ` | Sets memory resource limits for operator. | ` 128Mi ` |
185185| ` controllerManager.manager.resources.requests.cpu ` | Sets cpu resource requests for operator. | ` 10m ` |
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ controllerManager:
129129 # # @param controllerManager.manager.image.repository Sets the image for the operator.
130130 repository : ghcr.io/open-feature/open-feature-operator
131131 # # @param controllerManager.manager.image.tag Sets the version tag for the operator.
132- tag : v0.8.6 # x-release-please-version
132+ tag : v0.8.7 # x-release-please-version
133133 resources :
134134 limits :
135135 # # @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.8.6 /release.yaml
65+ kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.8.7 /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.8.6 /release.yaml &&
71+ kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.8.7 /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.8.6 /release.yaml
43+ kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.8.7 /release.yaml
4444```
4545<!-- x-release-please-end -->
4646
You can’t perform that action at this time.
0 commit comments