Skip to content

Commit 8b779b1

Browse files
chore(main): release 0.2.29 (#339)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e708990 commit 8b779b1

File tree

7 files changed

+22
-8
lines changed

7 files changed

+22
-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.28"
2+
".": "0.2.29"
33
}

CHANGELOG.md

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

3+
## [0.2.29](https://github.com/open-feature/open-feature-operator/compare/v0.2.28...v0.2.29) (2023-02-23)
4+
5+
6+
### Features
7+
8+
* add log format configuration options through helm chart ([#346](https://github.com/open-feature/open-feature-operator/issues/346)) ([bcef736](https://github.com/open-feature/open-feature-operator/commit/bcef7368fc4905b351f81f5dfa10eb4c26bf8764))
9+
* Introduced context to the readyz endpoint, added wait to test suite ([#336](https://github.com/open-feature/open-feature-operator/issues/336)) ([ed81c02](https://github.com/open-feature/open-feature-operator/commit/ed81c0284f8d759eb228d3af7030efb0b94ee280))
10+
11+
12+
### Bug Fixes
13+
14+
* Security issues ([#348](https://github.com/open-feature/open-feature-operator/issues/348)) ([5bd0b19](https://github.com/open-feature/open-feature-operator/commit/5bd0b192a5db7f1557e1161e4bb425bbf0e31e2a))
15+
* set defaultTag to INPUT_FLAGD_VERSION ([#332](https://github.com/open-feature/open-feature-operator/issues/332)) ([23547a1](https://github.com/open-feature/open-feature-operator/commit/23547a1e155e0cde2f085882bfd43128681466cd))
16+
317
## [0.2.28](https://github.com/open-feature/open-feature-operator/compare/v0.2.27...v0.2.28) (2023-01-28)
418

519

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ IMG?=$(RELEASE_REGISTRY)/$(RELEASE_IMAGE)
88
KUSTOMIZE_OVERLAY ?= DEFAULT
99
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
1010
FLAGD_VERSION=v0.3.4
11-
CHART_VERSION=v0.2.28# x-release-please-version
11+
CHART_VERSION=v0.2.29# x-release-please-version
1212
ENVTEST_K8S_VERSION = 1.26.1
1313

1414
# 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.28" # x-release-please-version
16+
version: "v0.2.29" # 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.28" # x-release-please-version
21+
appVersion: "v0.2.29" # x-release-please-version

chart/open-feature-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The command removes all the Kubernetes components associated with the chart and
7474
| `controllerManager.manager.resources.requests.memory` | `64Mi` |
7575
| `managerConfig.controllerManagerConfigYaml` | `1` |
7676
| `managerConfig.replicas.health.healthProbeBindAddress` | `:8081` |
77-
| `managerConfig.replicas.metrics.bindAddress` | `127.0.0.1:8080` |
77+
| `managerConfig.replicas.metrics.bindAddress` | `0.2.29.1:8080` |
7878
| `managerConfig.replicas.webhook.port` | `9443` |
7979

8080
## Changelog

chart/open-feature-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ controllerManager:
2929
manager:
3030
image:
3131
repository: ghcr.io/open-feature/open-feature-operator
32-
tag: v0.2.28 # x-release-please-version
32+
tag: v0.2.29 # x-release-please-version
3333
resources:
3434
limits:
3535
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.28/release.yaml
67+
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.29/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.28/release.yaml
73+
kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.29/release.yaml
7474
kubectl delete namespace open-feature-operator-system
7575
```
7676
<!-- x-release-please-end -->

0 commit comments

Comments
 (0)