File tree Expand file tree Collapse file tree 8 files changed +26
-8
lines changed Expand file tree Collapse file tree 8 files changed +26
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.2.18 "
2+ "." : " 0.2.19 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.19] ( https://github.com/open-feature/open-feature-operator/compare/v0.2.18...v0.2.19 ) (2022-11-15)
4+
5+
6+ ### Features
7+
8+ * introduced v1beta1 of featureflagconfiguration CRD with conversion webhook to v1alpha1 ([ a45bdef] ( https://github.com/open-feature/open-feature-operator/commit/a45bdef5eec87738ce731af5825daffeb69eb6cb ) )
9+ * structured the featureflagconfiguration CRD ([ b056c7c] ( https://github.com/open-feature/open-feature-operator/commit/b056c7cdd76f4653c1a728342687beaa8279e314 ) )
10+
311## [ 0.2.18] ( https://github.com/open-feature/open-feature-operator/compare/v0.2.17...v0.2.18 ) (2022-11-10)
412
513
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.2.5
8- CHART_VERSION =v0.2.18 # x-release-please-version
8+ CHART_VERSION =v0.2.19 # 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 @@ -35,7 +35,7 @@ helm install ofo openfeature/ofo
3535
3636```
3737kubectl create namespace open-feature-operator-system
38- kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.18 /release.yaml
38+ kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.19 /release.yaml
3939```
4040
4141<!-- -x-release-please-end-->
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ version: 0.1.0
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.18 " # x-release-please-version
21+ appVersion : " v0.2.19 " # x-release-please-version
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ controllerManager:
1515 manager :
1616 image :
1717 repository : ghcr.io/open-feature/open-feature-operator
18- tag : v0.2.18 # x-release-please-version
18+ tag : v0.2.19 # x-release-please-version
1919 resources :
2020 limits :
2121 cpu : 500m
Original file line number Diff line number Diff line change 11apiVersion : v1
22entries :
33 ofo :
4+ - apiVersion : v2
5+ appVersion : v0.2.19
6+ created : " 2022-11-15T16:30:49.34129Z"
7+ description : A feature flag operator for Kubernetes
8+ digest : 7228f7dec1d17929e19a99b6c083bb12ffdccc63170bf9e829e894a97052febd
9+ name : ofo
10+ type : application
11+ urls :
12+ - https://open-feature.github.io/open-feature-operator/charts/ofo-v0.2.19.tgz
13+ version : v0.2.19
414 - apiVersion : v2
515 appVersion : v0.2.18
6- created : " 2022-11-15T14 :30:16.46865Z "
16+ created : " 2022-11-15T16 :30:49.340987Z "
717 description : A feature flag operator for Kubernetes
818 digest : df428a5359d15ce3e92dd160eff55197e6c939b335343d1d5f3902dd5e8d4687
919 name : ofo
@@ -13,12 +23,12 @@ entries:
1323 version : v0.2.18
1424 - apiVersion : v2
1525 appVersion : v0.2.16
16- created : " 2022-11-15T14 :30:16.468211Z "
26+ created : " 2022-11-15T16 :30:49.340474Z "
1727 description : A feature flag operator for Kubernetes
1828 digest : 45169ec45bf063089f2c2b0ae7dbaa8c64ae2708418169f4e7a1f836d43a5c7c
1929 name : ofo
2030 type : application
2131 urls :
2232 - https://open-feature.github.io/open-feature-operator/charts/ofo-v0.2.16.tgz
2333 version : v0.2.16
24- generated : " 2022-11-15T14 :30:16.467537Z "
34+ generated : " 2022-11-15T16 :30:49.339967Z "
You can’t perform that action at this time.
0 commit comments