diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bf1a075f3..45f2163e6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.12" + ".": "0.2.13" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 40b5eba97..c254fe0eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.13](https://github.com/open-feature/open-feature-operator/compare/v0.2.12...v0.2.13) (2022-10-25) + + +### Bug Fixes + +* set sbom dir ([#180](https://github.com/open-feature/open-feature-operator/issues/180)) ([616272d](https://github.com/open-feature/open-feature-operator/commit/616272d6d693115a22839cf52eb8fd448609ad6c)) + ## [0.2.12](https://github.com/open-feature/open-feature-operator/compare/v0.2.11...v0.2.12) (2022-10-25) diff --git a/Makefile b/Makefile index e33976617..32921e26f 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ IMG ?= controller:latest # ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary. FLAGD_VERSION=v0.2.5 -CHART_VERSION=v0.2.12# x-release-please-version +CHART_VERSION=v0.2.13# x-release-please-version ENVTEST_K8S_VERSION = 1.23 # Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set) diff --git a/README.md b/README.md index 30dabdded..0800a96a3 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ _Requires [cert manager](https://cert-manager.io/docs/installation/kubernetes/) ``` kubectl create namespace open-feature-operator-system -kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.12/release.yaml +kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.13/release.yaml ``` diff --git a/chart/Chart.yaml b/chart/Chart.yaml index c9bbba001..f7e1291ec 100755 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -18,4 +18,4 @@ version: 0.1.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v0.2.12" # x-release-please-version +appVersion: "v0.2.13" # x-release-please-version