Skip to content

Commit 6a78925

Browse files
chore(main): release 0.2.24 (#300)
Signed-off-by: Todd Baert <[email protected]> Co-authored-by: James Milligan <[email protected]>
1 parent 152bf59 commit 6a78925

File tree

6 files changed

+14
-8
lines changed

6 files changed

+14
-8
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.23"
2+
".": "0.2.24"
33
}

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Changelog
22

3-
## [0.2.23](https://github.com/open-feature/open-feature-operator/compare/v0.2.22...v0.2.23) (2023-01-06)
3+
## [0.2.24](https://github.com/open-feature/open-feature-operator/compare/v0.2.23...v0.2.24) (2023-01-16)
4+
5+
6+
### Features
7+
8+
* backfill flagd-kubernetes-sync cluster role binding on startup ([#295](https://github.com/open-feature/open-feature-operator/pull/295))
9+
* decouple feature flag spec from flagd config ([#276](https://github.com/open-feature/open-feature-operator/pull/276))
410

511

612
### Features

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ IMG ?= controller:latest
55
KUSTOMIZE_OVERLAY ?= DEFAULT
66
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
77
FLAGD_VERSION=v0.3.1
8-
CHART_VERSION=v0.2.23# x-release-please-version
8+
CHART_VERSION=v0.2.24# x-release-please-version
99
ENVTEST_K8S_VERSION = 1.25
1010

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

chart/open-feature-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ type: application
1313
# This is the chart version. This version number should be incremented each time you make changes
1414
# to the chart and its templates, including the app version.
1515
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16-
version: "v0.2.23" # x-release-please-version
16+
version: "v0.2.24" # x-release-please-version
1717
# This is the version number of the application being deployed. This version number should be
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.23" # x-release-please-version
21+
appVersion: "v0.2.24" # x-release-please-version

chart/open-feature-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ controllerManager:
1616
manager:
1717
image:
1818
repository: ghcr.io/open-feature/open-feature-operator
19-
tag: v0.2.23 # x-release-please-version
19+
tag: v0.2.24 # x-release-please-version
2020
resources:
2121
limits:
2222
cpu: 500m

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ Apply the release yaml directly via kubectl
3232
<!-- x-release-please-start-version -->
3333
```sh
3434
kubectl create namespace open-feature-operator-system
35-
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.23/release.yaml
35+
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.24/release.yaml
3636
```
3737
<!-- x-release-please-end -->
3838
### Uninstall
3939
<!-- x-release-please-start-version -->
4040
```sh
41-
kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.23/release.yaml
41+
kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.24/release.yaml
4242
kubectl delete namespace open-feature-operator-system
4343
```
4444
<!-- x-release-please-end -->

0 commit comments

Comments
 (0)