Skip to content

Commit 11e671d

Browse files
chore(main): release 0.2.33 (#464)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 39a99c6 commit 11e671d

File tree

7 files changed

+15
-8
lines changed

7 files changed

+15
-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.32"
2+
".": "0.2.33"
33
}

CHANGELOG.md

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

3+
## [0.2.33](https://github.com/open-feature/open-feature-operator/compare/v0.2.32...v0.2.33) (2023-04-12)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* removed old prefix from flagd-proxy provider config ([#463](https://github.com/open-feature/open-feature-operator/issues/463)) ([39a99c6](https://github.com/open-feature/open-feature-operator/commit/39a99c622bb0a7a0fca63d07cc546b2a86f952a5))
9+
310
## [0.2.32](https://github.com/open-feature/open-feature-operator/compare/v0.2.31...v0.2.32) (2023-04-12)
411

512

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.2.32# x-release-please-version
9+
CHART_VERSION=v0.2.33# 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

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.2.32" # x-release-please-version
16+
version: "v0.2.33" # 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.32" # x-release-please-version
21+
appVersion: "v0.2.33" # 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
@@ -114,7 +114,7 @@ The command removes all the Kubernetes components associated with the chart and
114114
| `controllerManager.kubeRbacProxy.resources.requests.cpu` | `5m` | |
115115
| `controllerManager.kubeRbacProxy.resources.requests.memory` | `64Mi` | |
116116
| `controllerManager.manager.image.repository` | `ghcr.io/open-feature/open-feature-operator` | |
117-
| `controllerManager.manager.image.tag` | `v0.2.32` <!-- x-release-please-version --> | |
117+
| `controllerManager.manager.image.tag` | `v0.2.33` <!-- x-release-please-version --> | |
118118
| `controllerManager.manager.resources.limits.cpu` | `500m` | |
119119
| `controllerManager.manager.resources.limits.memory` | `128Mi` | |
120120
| `controllerManager.manager.resources.requests.cpu` | `10m` | |

chart/open-feature-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ controllerManager:
4040
manager:
4141
image:
4242
repository: ghcr.io/open-feature/open-feature-operator
43-
tag: v0.2.32 # x-release-please-version
43+
tag: v0.2.33 # x-release-please-version
4444
resources:
4545
limits:
4646
cpu: 500m

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ Apply the release yaml directly via kubectl
6464
<!-- x-release-please-start-version -->
6565
```sh
6666
kubectl create namespace open-feature-operator-system &&
67-
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.32/release.yaml
67+
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.33/release.yaml
6868
```
6969
<!-- x-release-please-end -->
7070
### Uninstall
7171
<!-- x-release-please-start-version -->
7272
```sh
73-
kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.32/release.yaml &&
73+
kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.33/release.yaml &&
7474
kubectl delete namespace open-feature-operator-system
7575
```
7676
<!-- x-release-please-end -->

0 commit comments

Comments
 (0)