File tree Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Expand file tree Collapse file tree 5 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.2.11 "
2
+ "." : " 0.2.12 "
3
3
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.2.12] ( https://github.com/open-feature/open-feature-operator/compare/v0.2.11...v0.2.12 ) (2022-10-25)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * set sbom dir ([ #178 ] ( https://github.com/open-feature/open-feature-operator/issues/178 ) ) ([ 143adf9] ( https://github.com/open-feature/open-feature-operator/commit/143adf910fe15a8b8af31dff48743352ab203d83 ) )
9
+
3
10
## [ 0.2.11] ( https://github.com/open-feature/open-feature-operator/compare/v0.2.10...v0.2.11 ) (2022-10-25)
4
11
5
12
Original file line number Diff line number Diff line change 3
3
IMG ?= controller:latest
4
4
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5
5
FLAGD_VERSION =v0.2.5
6
- CHART_VERSION =v0.2.11 # x-release-please-version
6
+ CHART_VERSION =v0.2.12 # x-release-please-version
7
7
ENVTEST_K8S_VERSION = 1.23
8
8
9
9
# 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/)
22
22
23
23
```
24
24
kubectl create namespace open-feature-operator-system
25
- kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.11 /release.yaml
25
+ kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.12 /release.yaml
26
26
```
27
27
28
28
<!-- -x-release-please-end-->
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ version: 0.1.0
18
18
# incremented each time you make changes to the application. Versions are not expected to
19
19
# follow Semantic Versioning. They should reflect the version the application is using.
20
20
# It is recommended to use it with quotes.
21
- appVersion : " v0.2.11 " # x-release-please-version
21
+ appVersion : " v0.2.12 " # x-release-please-version
You can’t perform that action at this time.
0 commit comments