Skip to content

Commit 27f7d4d

Browse files
chore(main): release 0.2.25 (#306)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 99edfeb commit 27f7d4d

File tree

7 files changed

+23
-10
lines changed

7 files changed

+23
-10
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.24"
2+
".": "0.2.25"
33
}

CHANGELOG.md

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

3+
## [0.2.25](https://github.com/open-feature/open-feature-operator/compare/v0.2.24...v0.2.25) (2023-01-25)
4+
5+
6+
### Features
7+
8+
* Helm configuration ([#304](https://github.com/open-feature/open-feature-operator/issues/304)) ([99edfeb](https://github.com/open-feature/open-feature-operator/commit/99edfeb8c32ada435f830c6799540ebdf3b5fcdd))
9+
10+
11+
### Bug Fixes
12+
13+
* removed duplicate config map generation, resolve permissions issue ([#305](https://github.com/open-feature/open-feature-operator/issues/305)) ([eec16af](https://github.com/open-feature/open-feature-operator/commit/eec16af28eb963a3d0f276d382e808079e663a50))
14+
* update x/net for CVE-2022-41721 ([#301](https://github.com/open-feature/open-feature-operator/issues/301)) ([bbe9837](https://github.com/open-feature/open-feature-operator/commit/bbe983786ff74b59046b95082d79f71089fe2b67))
15+
316
## [0.2.24](https://github.com/open-feature/open-feature-operator/compare/v0.2.23...v0.2.24) (2023-01-16)
417

518

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.24# x-release-please-version
8+
CHART_VERSION=v0.2.25# 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.24" # x-release-please-version
16+
version: "v0.2.25" # 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.24" # x-release-please-version
21+
appVersion: "v0.2.25" # x-release-please-version

chart/open-feature-operator/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,20 @@ The command removes all the Kubernetes components associated with the chart and
5959
| ----------- | ----------- |
6060
| `defaultNamespace` | `open-feature-operator` | [INTERNAL USE ONLY] To override the namespace use the `--namespace` flag. This default is provided to ensure that the kustomize build charts in `/templates` deploy correctly when no `namespace` is provided via the `-n` flag.|
6161
| `controllerManager.kubeRbacProxy.image.repository` | `gcr.io/kubebuilder/kube-rbac-proxy` |
62-
| `controllerManager.kubeRbacProxy.image.tag` | `v0.13.1` |
62+
| `controllerManager.kubeRbacProxy.image.tag` | `v0.2.25` |
6363
| `controllerManager.kubeRbacProxy.resources.limits.cpu` | `500m` |
6464
| `controllerManager.kubeRbacProxy.resources.limits.memory` | `128Mi` |
6565
| `controllerManager.kubeRbacProxy.resources.requests.cpu` | `5m` |
6666
| `controllerManager.kubeRbacProxy.resources.requests.memory` | `64Mi` |
6767
| `controllerManager.manager.image.repository` | `ghcr.io/open-feature/open-feature-operator` |
68-
| `controllerManager.manager.image.tag` | `v0.2.23` |
68+
| `controllerManager.manager.image.tag` | `v0.2.25` |
6969
| `controllerManager.manager.resources.limits.cpu` | `500m` |
7070
| `controllerManager.manager.resources.limits.memory` | `128Mi` |
7171
| `controllerManager.manager.resources.requests.cpu` | `10m` |
7272
| `controllerManager.manager.resources.requests.memory` | `64Mi` |
7373
| `managerConfig.controllerManagerConfigYaml` | `1` |
7474
| `managerConfig.replicas.health.healthProbeBindAddress` | `:8081` |
75-
| `managerConfig.replicas.metrics.bindAddress` | `127.0.0.1:8080` |
75+
| `managerConfig.replicas.metrics.bindAddress` | `0.2.25.1:8080` |
7676
| `managerConfig.replicas.webhook.port` | `9443` |
7777
<!-- x-release-please-end -->
7878
## Changelog

chart/open-feature-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ controllerManager:
2727
manager:
2828
image:
2929
repository: ghcr.io/open-feature/open-feature-operator
30-
tag: v0.2.24 # x-release-please-version
30+
tag: v0.2.25 # x-release-please-version
3131
resources:
3232
limits:
3333
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.24/release.yaml
35+
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.25/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.24/release.yaml
41+
kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.25/release.yaml
4242
kubectl delete namespace open-feature-operator-system
4343
```
4444
<!-- x-release-please-end -->

0 commit comments

Comments
 (0)