Skip to content

Commit 43bcc65

Browse files
chore: release 0.9.0 (#827)
Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Signed-off-by: Todd Baert <todd.baert@dynatrace.com> Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
1 parent 85c315a commit 43bcc65

8 files changed

Lines changed: 42 additions & 9 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.8.9",
2+
".": "0.9.0",
33
"api": "0.2.47"
44
}

CHANGELOG.md

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

3+
## [0.9.0](https://github.com/open-feature/open-feature-operator/compare/v0.8.9...v0.9.0) (2026-04-17)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* CLUSTER_DOMAIN env var is now FLAGD_CLUSTER_DOMAIN.
9+
10+
### ✨ New Features
11+
12+
* add flag metadata to FeatureFlag CRD ([#808](https://github.com/open-feature/open-feature-operator/issues/808)) ([33168bb](https://github.com/open-feature/open-feature-operator/commit/33168bb17685c6ba77db700c3091f16817a09ee3))
13+
* add latest flagd config fields, bump deps ([#818](https://github.com/open-feature/open-feature-operator/issues/818)) ([bf6c1ec](https://github.com/open-feature/open-feature-operator/commit/bf6c1ecb37106acd66b699b844cb4c185e1e0f37))
14+
* rename api module name (apis -&gt; api) ([#823](https://github.com/open-feature/open-feature-operator/issues/823)) ([70e9a3b](https://github.com/open-feature/open-feature-operator/commit/70e9a3b6abac590061a245ced9f0f7b576e83c65))
15+
16+
17+
### 🐛 Bug Fixes
18+
19+
* correct capabilities drop value to "ALL" for PodSecurity restricted compliance ([#804](https://github.com/open-feature/open-feature-operator/issues/804)) ([0c87d05](https://github.com/open-feature/open-feature-operator/commit/0c87d05c94971be92cf2198fcea1492531aba7af))
20+
* **envconfig:** rename CLUSTER_DOMAIN env var to FLAGD_CLUSTER_DOMAIN ([#792](https://github.com/open-feature/open-feature-operator/issues/792)) ([0668bd6](https://github.com/open-feature/open-feature-operator/commit/0668bd63998d8a0e88e0ccdafbc2b5fbb549c0c5))
21+
* rename CLUSTER_DOMAIN env var to FLAGD_CLUSTER_DOMAIN ([3cf6a6a](https://github.com/open-feature/open-feature-operator/commit/3cf6a6a0ecf273b5b667fc89c061462f94a754c1))
22+
* **security:** pin all GitHub Actions to SHA digests ([#810](https://github.com/open-feature/open-feature-operator/issues/810)) ([9cd944a](https://github.com/open-feature/open-feature-operator/commit/9cd944a368c900d0f2fb303e658322b304c4505b))
23+
* Set appProtocol for service resources ([#797](https://github.com/open-feature/open-feature-operator/issues/797)) ([fd99ee5](https://github.com/open-feature/open-feature-operator/commit/fd99ee58862d27a35a72e6b8c90f46f44f18e6c6))
24+
25+
26+
### 🧹 Chore
27+
28+
* **deps:** pin dependencies ([#812](https://github.com/open-feature/open-feature-operator/issues/812)) ([1047003](https://github.com/open-feature/open-feature-operator/commit/1047003fcd23133a00e9524eb14a4aeebbd08e12))
29+
* fix release-please config for apis module path ([c25617e](https://github.com/open-feature/open-feature-operator/commit/c25617eb98ee060fb7eeac40444a3f434d9779cc))
30+
* latest flagd ([#826](https://github.com/open-feature/open-feature-operator/issues/826)) ([c6a5601](https://github.com/open-feature/open-feature-operator/commit/c6a5601b1828391078f49f3cc12520d545b2d9c5))
31+
* release api 0.2.47 ([#824](https://github.com/open-feature/open-feature-operator/issues/824)) ([3d77eda](https://github.com/open-feature/open-feature-operator/commit/3d77eda4e390939a45591335e75c8451c1495bbb))
32+
* release apis 0.2.46 ([#816](https://github.com/open-feature/open-feature-operator/issues/816)) ([a9653a9](https://github.com/open-feature/open-feature-operator/commit/a9653a9ab82c557d4d2d4131963e328198bf024a))
33+
* remove replace, use new module ([#825](https://github.com/open-feature/open-feature-operator/issues/825)) ([38672cd](https://github.com/open-feature/open-feature-operator/commit/38672cd461772116fcd5266f77ed3f0dcc200ece))
34+
* update cosign ([85c315a](https://github.com/open-feature/open-feature-operator/commit/85c315a0f94c80823574ecbb2db109b9da0e6ca0))
35+
336
## [0.8.9](https://github.com/open-feature/open-feature-operator/compare/v0.8.8...v0.8.9) (2026-01-05)
437

538

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARCH?=amd64
66
IMG?=$(RELEASE_REGISTRY)/$(RELEASE_IMAGE)
77
# customize overlay to be used in the build, DEFAULT or HELM
88
KUSTOMIZE_OVERLAY ?= DEFAULT
9-
CHART_VERSION=v0.8.9# x-release-please-version
9+
CHART_VERSION=v0.9.0# x-release-please-version
1010
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
1111
ENVTEST_K8S_VERSION = 1.26.1
1212
WAIT_TIMEOUT_SECONDS?=60

chart/open-feature-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ 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.8.9" # x-release-please-version
16+
version: "v0.9.0" # 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.8.9" # x-release-please-version
21+
appVersion: "v0.9.0" # x-release-please-version
2222

2323
home: https://openfeature.dev
2424
icon: https://open-feature.github.io/open-feature-operator/chart/open-feature-operator/openfeature-logo.png

chart/open-feature-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ The command removes all the Kubernetes components associated with the chart and
179179
| Name | Description | Value |
180180
| ------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | -------------------------------------------- |
181181
| `controllerManager.manager.image.repository` | Sets the image for the operator. | `ghcr.io/open-feature/open-feature-operator` |
182-
| `controllerManager.manager.image.tag` | Sets the version tag for the operator. | `v0.8.9` |
182+
| `controllerManager.manager.image.tag` | Sets the version tag for the operator. | `v0.9.0` |
183183
| `controllerManager.manager.resources.limits.cpu` | Sets cpu resource limits for operator. | `500m` |
184184
| `controllerManager.manager.resources.limits.memory` | Sets memory resource limits for operator. | `128Mi` |
185185
| `controllerManager.manager.resources.requests.cpu` | Sets cpu resource requests for operator. | `10m` |

chart/open-feature-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ controllerManager:
129129
## @param controllerManager.manager.image.repository Sets the image for the operator.
130130
repository: ghcr.io/open-feature/open-feature-operator
131131
## @param controllerManager.manager.image.tag Sets the version tag for the operator.
132-
tag: v0.8.9 # x-release-please-version
132+
tag: v0.9.0 # x-release-please-version
133133
resources:
134134
limits:
135135
## @param controllerManager.manager.resources.limits.cpu Sets cpu resource limits for operator.

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ Apply the release yaml directly via kubectl
6262
<!-- x-release-please-start-version -->
6363
```sh
6464
kubectl create namespace open-feature-operator-system &&
65-
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.8.9/release.yaml
65+
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.9.0/release.yaml
6666
```
6767
<!-- x-release-please-end -->
6868
### Uninstall
6969
<!-- x-release-please-start-version -->
7070
```sh
71-
kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.8.9/release.yaml &&
71+
kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.9.0/release.yaml &&
7272
kubectl delete namespace open-feature-operator-system
7373
```
7474
<!-- x-release-please-end -->

docs/quick_start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ helm upgrade --install openfeature openfeature/open-feature-operator
4040
<!-- x-release-please-start-version -->
4141
```sh
4242
kubectl create namespace open-feature-operator-system &&
43-
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.8.9/release.yaml
43+
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.9.0/release.yaml
4444
```
4545
<!-- x-release-please-end -->
4646

0 commit comments

Comments
 (0)