File tree Expand file tree Collapse file tree 6 files changed +14
-8
lines changed
chart/open-feature-operator Expand file tree Collapse file tree 6 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.2.23 "
2+ "." : " 0.2.24 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ 0.2.23] ( https://github.com/open-feature/open-feature-operator/compare/v0.2.22...v0.2.23 ) (2023-01-06)
3+ ## [ 0.2.24] ( https://github.com/open-feature/open-feature-operator/compare/v0.2.23...v0.2.24 ) (2023-01-16)
4+
5+
6+ ### Features
7+
8+ * backfill flagd-kubernetes-sync cluster role binding on startup ([ #295 ] ( https://github.com/open-feature/open-feature-operator/pull/295 ) )
9+ * decouple feature flag spec from flagd config ([ #276 ] ( https://github.com/open-feature/open-feature-operator/pull/276 ) )
410
511
612### Features
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.3.1
8- CHART_VERSION =v0.2.23 # x-release-please-version
8+ CHART_VERSION =v0.2.24 # 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.23 " # x-release-please-version
16+ version : " v0.2.24 " # 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.23 " # x-release-please-version
21+ appVersion : " v0.2.24 " # 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.23 # x-release-please-version
19+ tag : v0.2.24 # 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.23 /release.yaml
35+ kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.24 /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.23 /release.yaml
41+ kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.24 /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