File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.2.10 "
2+ "." : " 0.2.11 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.2.11] ( https://github.com/open-feature/open-feature-operator/compare/v0.2.10...v0.2.11 ) (2022-10-25)
4+
5+
6+ ### Bug Fixes
7+
8+ * Upload sbom ([ #175 ] ( https://github.com/open-feature/open-feature-operator/issues/175 ) ) ([ 813c646] ( https://github.com/open-feature/open-feature-operator/commit/813c6469ecc18101f60c593282ed32d7579f5880 ) )
9+ * Upload sbom by name ([ #176 ] ( https://github.com/open-feature/open-feature-operator/issues/176 ) ) ([ 7d0fcd0] ( https://github.com/open-feature/open-feature-operator/commit/7d0fcd0ba7eeee1b2424189c7e5f5f92bc1fffac ) )
10+
311## [ 0.2.10] ( https://github.com/open-feature/open-feature-operator/compare/v0.2.9...v0.2.10 ) (2022-10-25)
412
513
Original file line number Diff line number Diff line change 33IMG ?= controller:latest
44# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
55FLAGD_VERSION =v0.2.5
6- CHART_VERSION =v0.2.10 # x-release-please-version
6+ CHART_VERSION =v0.2.11 # x-release-please-version
77ENVTEST_K8S_VERSION = 1.23
88
99# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ _Requires [cert manager](https://cert-manager.io/docs/installation/kubernetes/)
2222
2323```
2424kubectl create namespace open-feature-operator-system
25- kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.10 /release.yaml
25+ kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.11 /release.yaml
2626```
2727
2828<!-- -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.10 " # x-release-please-version
21+ appVersion : " v0.2.11 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments