Skip to content

Commit b4bf8bf

Browse files
Merge pull request #160 from open-feature/release-please--branches--main
chore(main): release 0.2.7
2 parents 805ef4a + baf50be commit b4bf8bf

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.6"
2+
".": "0.2.7"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.2.7](https://github.com/open-feature/open-feature-operator/compare/v0.2.6...v0.2.7) (2022-10-24)
4+
5+
6+
### Features
7+
8+
* adding artifacthub information ([#144](https://github.com/open-feature/open-feature-operator/issues/144)) ([65a5244](https://github.com/open-feature/open-feature-operator/commit/65a524445d1db8bb5608b88282a4d97a9bb6b74f))
9+
* builds helm chart ([#137](https://github.com/open-feature/open-feature-operator/issues/137)) ([1525421](https://github.com/open-feature/open-feature-operator/commit/1525421229d43b17636dddb65d7b124e6477fe79))
10+
311
## [0.2.6](https://github.com/open-feature/open-feature-operator/compare/v0.2.5...v0.2.6) (2022-10-24)
412

513

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
IMG ?= controller:latest
44
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
55
FLAGD_VERSION=v0.2.5
6-
CHART_VERSION=v0.2.6# x-release-please-version
6+
CHART_VERSION=v0.2.7# x-release-please-version
77
ENVTEST_K8S_VERSION = 1.23
88

99
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ _Requires [cert manager](https://cert-manager.io/docs/installation/kubernetes/)
2222

2323
```
2424
kubectl create namespace open-feature-operator-system
25-
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.6/release.yaml
25+
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.7/release.yaml
2626
```
2727

2828
<!---x-release-please-end-->

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.6" # x-release-please-version
21+
appVersion: "v0.2.7" # x-release-please-version

0 commit comments

Comments
 (0)