Skip to content

Commit 945aa6b

Browse files
chore(main): release 0.2.30 (#363)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3e0a666 commit 945aa6b

File tree

7 files changed

+44
-8
lines changed

7 files changed

+44
-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.29"
2+
".": "0.2.30"
33
}

CHANGELOG.md

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

3+
## [0.2.30](https://github.com/open-feature/open-feature-operator/compare/v0.2.29...v0.2.30) (2023-03-16)
4+
5+
6+
### 📚 Documentation
7+
8+
* add AND operator to sequential commands ([#368](https://github.com/open-feature/open-feature-operator/issues/368)) ([6f73a62](https://github.com/open-feature/open-feature-operator/commit/6f73a6214d87771f9555469fe4d60dbb6d301198))
9+
10+
11+
### ✨ New Features
12+
13+
* enable flagd probes ([#390](https://github.com/open-feature/open-feature-operator/issues/390)) ([41efb15](https://github.com/open-feature/open-feature-operator/commit/41efb155994b3cfb768cc39e59bfc09781c57f2e))
14+
* improve deployment pattern ([#344](https://github.com/open-feature/open-feature-operator/issues/344)) ([572ba96](https://github.com/open-feature/open-feature-operator/commit/572ba961912ada2c07eb6143925d16ab6a6a85a3))
15+
16+
17+
### 🐛 Bug Fixes
18+
19+
* **deps:** update module sigs.k8s.io/controller-runtime to v0.14.5 ([#279](https://github.com/open-feature/open-feature-operator/issues/279)) ([8a80bff](https://github.com/open-feature/open-feature-operator/commit/8a80bff886af404e897e6a247cea2f4c88d88499))
20+
21+
22+
### 🧹 Chore
23+
24+
* add additional sections to the release notes ([4bec5af](https://github.com/open-feature/open-feature-operator/commit/4bec5af5fc5fc589d920f0c17a1213a036b558a0))
25+
* add artifact hub metadata ([#372](https://github.com/open-feature/open-feature-operator/issues/372)) ([c6f539f](https://github.com/open-feature/open-feature-operator/commit/c6f539f5bdd9dc18ac197eb3303d91131e863011))
26+
* **deps:** update dependency open-feature/flagd to v0.4.0 ([#342](https://github.com/open-feature/open-feature-operator/issues/342)) ([0640f46](https://github.com/open-feature/open-feature-operator/commit/0640f469daa3c0adce920bb73e901fe83bc275e7))
27+
* **deps:** update dependency open-feature/flagd to v0.4.1 ([#373](https://github.com/open-feature/open-feature-operator/issues/373)) ([756cf7a](https://github.com/open-feature/open-feature-operator/commit/756cf7a96c05fdfa8ffa2bf933225b84af400e37))
28+
* **deps:** update dependency open-feature/flagd to v0.4.4 ([#400](https://github.com/open-feature/open-feature-operator/issues/400)) ([3e0a666](https://github.com/open-feature/open-feature-operator/commit/3e0a666f2824071c49250a4467d62b96a5af5ee7))
29+
* **deps:** update docker/login-action digest to 219c305 ([#365](https://github.com/open-feature/open-feature-operator/issues/365)) ([ee84954](https://github.com/open-feature/open-feature-operator/commit/ee849546322516019ea19a205c22c4ee38ac36ed))
30+
* **deps:** update docker/metadata-action digest to 766400c ([#267](https://github.com/open-feature/open-feature-operator/issues/267)) ([38a1464](https://github.com/open-feature/open-feature-operator/commit/38a14644e687b928e51d1350f6d57ef9d493330c))
31+
* **deps:** update docker/metadata-action digest to 9ec57ed ([#366](https://github.com/open-feature/open-feature-operator/issues/366)) ([884d444](https://github.com/open-feature/open-feature-operator/commit/884d44422ad7bfa28a8fb88156cd66e252e2eba5))
32+
* **deps:** update gcr.io/kubebuilder/kube-rbac-proxy docker tag to v0.14.0 ([#376](https://github.com/open-feature/open-feature-operator/issues/376)) ([708e4bc](https://github.com/open-feature/open-feature-operator/commit/708e4bc44d8493d4f0aaa7f7036c2b7ecd2efd32))
33+
* **deps:** update ghcr.io/open-feature/flagd docker tag to v0.4.4 ([#381](https://github.com/open-feature/open-feature-operator/issues/381)) ([a253761](https://github.com/open-feature/open-feature-operator/commit/a253761af8565fdcf6e6f9ca92c740f25b4b0620))
34+
* **deps:** update golang docker tag to v1.20.2 ([#374](https://github.com/open-feature/open-feature-operator/issues/374)) ([e2de529](https://github.com/open-feature/open-feature-operator/commit/e2de52997b44835a4a8515e9fd37c976d3539272))
35+
* e2e test for openfeature.dev/enabled annotation set to false ([#375](https://github.com/open-feature/open-feature-operator/issues/375)) ([b03fb14](https://github.com/open-feature/open-feature-operator/commit/b03fb145e317f987727d76b98041fa783e5c2202))
36+
* improve formatting and content ([#384](https://github.com/open-feature/open-feature-operator/issues/384)) ([c5a6a32](https://github.com/open-feature/open-feature-operator/commit/c5a6a32f0ccccc6449fc581de08c283434c1adb6))
37+
* remove unneeded conversion webhooks + introduce unit tests for conversion functions ([#385](https://github.com/open-feature/open-feature-operator/issues/385)) ([dd34801](https://github.com/open-feature/open-feature-operator/commit/dd34801fd71ac4f1e6c0b0f39f78ddf738f5601d))
38+
339
## [0.2.29](https://github.com/open-feature/open-feature-operator/compare/v0.2.28...v0.2.29) (2023-02-23)
440

541

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.4.4
11-
CHART_VERSION=v0.2.29# x-release-please-version
11+
CHART_VERSION=v0.2.30# 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,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.29" # x-release-please-version
16+
version: "v0.2.30" # 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.29" # x-release-please-version
21+
appVersion: "v0.2.30" # 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.29` <!-- x-release-please-version --> |
117+
| `controllerManager.manager.image.tag` | `v0.2.30` <!-- 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
@@ -31,7 +31,7 @@ controllerManager:
3131
manager:
3232
image:
3333
repository: ghcr.io/open-feature/open-feature-operator
34-
tag: v0.2.29 # x-release-please-version
34+
tag: v0.2.30 # x-release-please-version
3535
resources:
3636
limits:
3737
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.29/release.yaml
67+
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.30/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.29/release.yaml &&
73+
kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.2.30/release.yaml &&
7474
kubectl delete namespace open-feature-operator-system
7575
```
7676
<!-- x-release-please-end -->

0 commit comments

Comments
 (0)