Skip to content

Commit 36a286c

Browse files
chore: release 0.8.6 (#752)
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 349c176 commit 36a286c

File tree

8 files changed

+37
-12
lines changed

8 files changed

+37
-12
lines changed

.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.5",
2+
".": "0.8.6",
33
"apis": "0.2.45"
44
}

CHANGELOG.md

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

3+
## [0.8.6](https://github.com/open-feature/open-feature-operator/compare/v0.8.5...v0.8.6) (2025-06-03)
4+
5+
6+
### ✨ New Features
7+
8+
* **flagd:** add support for GCS ([#765](https://github.com/open-feature/open-feature-operator/issues/765)) ([349c176](https://github.com/open-feature/open-feature-operator/commit/349c176ee5eb9f2738f1354c8987760620363aa6))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* **deps:** update kubernetes packages to v0.32.3 ([#756](https://github.com/open-feature/open-feature-operator/issues/756)) ([a4b4216](https://github.com/open-feature/open-feature-operator/commit/a4b4216d2009a5703214cfb9efacea60d9e1f8d0))
14+
* **deps:** update open-feature/flagd ([#755](https://github.com/open-feature/open-feature-operator/issues/755)) ([20f6f40](https://github.com/open-feature/open-feature-operator/commit/20f6f4095669e4b0b0f895da683a2fe9e580ee5e))
15+
* namespace for ca injection for mutatingwebhook solving [#759](https://github.com/open-feature/open-feature-operator/issues/759) ([#763](https://github.com/open-feature/open-feature-operator/issues/763)) ([d39973b](https://github.com/open-feature/open-feature-operator/commit/d39973b0ea9801829d146ad7649a2b25985fb7af))
16+
17+
18+
### 🧹 Chore
19+
20+
* **deps:** update dependency ubuntu to v24 ([#748](https://github.com/open-feature/open-feature-operator/issues/748)) ([3014013](https://github.com/open-feature/open-feature-operator/commit/301401391ec352a4e23ba96a479aad0a42ddb07f))
21+
* **deps:** update helm/kind-action action to v1.12.0 ([#744](https://github.com/open-feature/open-feature-operator/issues/744)) ([3fc56cd](https://github.com/open-feature/open-feature-operator/commit/3fc56cd89d3f220f8131184fbe4e9245f554c680))
22+
23+
24+
### 📚 Documentation
25+
26+
* Replace the old events calendar by the OpenFeature community Page link ([#751](https://github.com/open-feature/open-feature-operator/issues/751)) ([c4c0c59](https://github.com/open-feature/open-feature-operator/commit/c4c0c59f7f522c8c2f4d3f7fed57dd1cda4e92bb))
27+
328
## [0.8.5](https://github.com/open-feature/open-feature-operator/compare/v0.8.4...v0.8.5) (2025-01-31)
429

530

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.5# x-release-please-version
9+
CHART_VERSION=v0.8.6# 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.5" # x-release-please-version
16+
version: "v0.8.6" # 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.5" # x-release-please-version
21+
appVersion: "v0.8.6" # 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The command removes all the Kubernetes components associated with the chart and
123123
| `sidecarConfiguration.managementPort` | Sets the value of the `XXX_MANAGEMENT_PORT` environment variable for the injected sidecar. | `8014` |
124124
| `sidecarConfiguration.socketPath` | Sets the value of the `XXX_SOCKET_PATH` environment variable for the injected sidecar. | `""` |
125125
| `sidecarConfiguration.image.repository` | Sets the image for the injected sidecar. | `ghcr.io/open-feature/flagd` |
126-
| `sidecarConfiguration.image.tag` | Sets the version tag for the injected sidecar. | `v0.12.0` |
126+
| `sidecarConfiguration.image.tag` | Sets the version tag for the injected sidecar. | `v0.12.4` |
127127
| `sidecarConfiguration.providerArgs` | Used to append arguments to the sidecar startup command. This value is a comma separated string of key values separated by '=', e.g. `key=value,key2=value2` results in the appending of `--sync-provider-args key=value --sync-provider-args key2=value2`. | `""` |
128128
| `sidecarConfiguration.envVarPrefix` | Sets the prefix for all environment variables set in the injected sidecar. | `FLAGD` |
129129
| `sidecarConfiguration.defaultSyncProvider` | Sets the value of the `XXX_SYNC_PROVIDER` environment variable for the injected sidecar container. There are 4 valid sync providers: `kubernetes`, `grpc`, `file` and `http`. | `kubernetes` |
@@ -159,7 +159,7 @@ The command removes all the Kubernetes components associated with the chart and
159159
| `flagdProxyConfiguration.port` | Sets the port to expose the sync API on. | `8015` |
160160
| `flagdProxyConfiguration.managementPort` | Sets the port to expose the management API on. | `8016` |
161161
| `flagdProxyConfiguration.image.repository` | Sets the image for the flagd-proxy deployment. | `ghcr.io/open-feature/flagd-proxy` |
162-
| `flagdProxyConfiguration.image.tag` | Sets the tag for the flagd-proxy deployment. | `v0.7.0` |
162+
| `flagdProxyConfiguration.image.tag` | Sets the tag for the flagd-proxy deployment. | `v0.7.4` |
163163
| `flagdProxyConfiguration.debugLogging` | Controls the addition of the `--debug` flag to the container startup arguments. | `false` |
164164

165165
### Flagd configuration
@@ -171,15 +171,15 @@ The command removes all the Kubernetes components associated with the chart and
171171
| `flagdConfiguration.syncPort` | Sets the port to expose the sync API on. | `8015` |
172172
| `flagdConfiguration.managementPort` | Sets the port to expose the management API on. | `8014` |
173173
| `flagdConfiguration.image.repository` | Sets the image for the flagd deployment. | `ghcr.io/open-feature/flagd` |
174-
| `flagdConfiguration.image.tag` | Sets the tag for the flagd deployment. | `v0.12.0` |
174+
| `flagdConfiguration.image.tag` | Sets the tag for the flagd deployment. | `v0.12.4` |
175175
| `flagdConfiguration.debugLogging` | Controls the addition of the `--debug` flag to the container startup arguments. | `false` |
176176

177177
### Operator resource configuration
178178

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.5` |
182+
| `controllerManager.manager.image.tag` | Sets the version tag for the operator. | `v0.8.6` |
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.5 # x-release-please-version
132+
tag: v0.8.6 # 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.5/release.yaml
65+
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.8.6/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.5/release.yaml &&
71+
kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.8.6/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.5/release.yaml
43+
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.8.6/release.yaml
4444
```
4545
<!-- x-release-please-end -->
4646

0 commit comments

Comments
 (0)