File tree Expand file tree Collapse file tree 6 files changed +14
-6
lines changed Expand file tree Collapse file tree 6 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.2.16 "
2+ "." : " 0.2.17 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.17] ( https://github.com/open-feature/open-feature-operator/compare/v0.2.16...v0.2.17 ) (2022-11-07)
4+
5+
6+ ### Bug Fixes
7+
8+ * ** deps:** update github.com/open-feature/schemas digest to d638ecf ([ a984836] ( https://github.com/open-feature/open-feature-operator/commit/a98483696f467270783858046132f02b3d338ac2 ) )
9+ * for helm issues ([ #206 ] ( https://github.com/open-feature/open-feature-operator/issues/206 ) ) ([ 39febd7] ( https://github.com/open-feature/open-feature-operator/commit/39febd76d1b996afdbc24399bcd08b502621c6cc ) )
10+
311## [ 0.2.16] ( https://github.com/open-feature/open-feature-operator/compare/v0.2.15...v0.2.16 ) (2022-10-27)
412
513
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ 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.16 # x-release-please-version
9- CHART_VERSION=v0.2.16 # x-release-please-version
8+ CHART_VERSION =v0.2.17 # x-release-please-version
9+ CHART_VERSION=v0.2.17 # x-release-please-version
1010ENVTEST_K8S_VERSION = 1.23
1111
1212# 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.16 /release.yaml
38+ kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.17 /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.16 " # x-release-please-version
21+ appVersion : " v0.2.17 " # 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.16 # x-release-please-version
18+ tag : v0.2.17 # x-release-please-version
1919 resources :
2020 limits :
2121 cpu : 500m
You can’t perform that action at this time.
0 commit comments