Skip to content

Commit 2c18afc

Browse files
chore: release 0.7.1 (#687)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9997ea4 commit 2c18afc

File tree

7 files changed

+32
-8
lines changed

7 files changed

+32
-8
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
".": "0.7.0",
2+
".": "0.7.1",
33
"apis": "0.2.44"
44
}

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [0.7.1](https://github.com/open-feature/open-feature-operator/compare/v0.7.0...v0.7.1) (2024-07-23)
4+
5+
6+
### ✨ New Features
7+
8+
* Add labels and annotations to pods. ([#681](https://github.com/open-feature/open-feature-operator/issues/681)) ([7ec44a6](https://github.com/open-feature/open-feature-operator/commit/7ec44a6a06ce570bf80d2cf6d78632f61a73fe89))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* **deps:** update golang.org/x/exp digest to 8a7402a ([#691](https://github.com/open-feature/open-feature-operator/issues/691)) ([db53303](https://github.com/open-feature/open-feature-operator/commit/db53303d14ca0fada38db97981dd5ed95d95f7ad))
14+
* **deps:** update module github.com/stretchr/testify to v1.9.0 ([#671](https://github.com/open-feature/open-feature-operator/issues/671)) ([1d2713d](https://github.com/open-feature/open-feature-operator/commit/1d2713dad6381e56aa3b552c33e1cb3513574a6e))
15+
16+
17+
### 🧹 Chore
18+
19+
* **deps:** update actions/setup-go action to v5 ([#673](https://github.com/open-feature/open-feature-operator/issues/673)) ([b27a9eb](https://github.com/open-feature/open-feature-operator/commit/b27a9eb7163b23c4febec9721126639297a41217))
20+
* **deps:** update actions/setup-node action to v4 ([#675](https://github.com/open-feature/open-feature-operator/issues/675)) ([6f77899](https://github.com/open-feature/open-feature-operator/commit/6f77899bdefefdf43f4cee02c6f1def3ccaf758a))
21+
* **deps:** update docker/login-action digest to 9780b0c ([#605](https://github.com/open-feature/open-feature-operator/issues/605)) ([486a4fd](https://github.com/open-feature/open-feature-operator/commit/486a4fd8b2d647d1666f745ed07a601fcc8b7af8))
22+
* **deps:** update docker/metadata-action digest to 60a0d34 ([#690](https://github.com/open-feature/open-feature-operator/issues/690)) ([473929c](https://github.com/open-feature/open-feature-operator/commit/473929c3d80f1abe9a9dd92e5a4db542c8b32da8))
23+
* **deps:** update module golang.org/x/net to v0.27.0 ([#669](https://github.com/open-feature/open-feature-operator/issues/669)) ([0fdd6db](https://github.com/open-feature/open-feature-operator/commit/0fdd6db6e1809f3e94fe68ca6d3094725ce51b4c))
24+
* **deps:** update open-feature/flagd ([#689](https://github.com/open-feature/open-feature-operator/issues/689)) ([0d331a9](https://github.com/open-feature/open-feature-operator/commit/0d331a9bc5db752cb3aa49f7ce5afc0830f115fe))
25+
* release apis 0.2.44 ([#688](https://github.com/open-feature/open-feature-operator/issues/688)) ([9997ea4](https://github.com/open-feature/open-feature-operator/commit/9997ea443ecc025afd7aff2e33e92fb05acb3b1a))
26+
327
## [0.7.0](https://github.com/open-feature/open-feature-operator/compare/v0.6.1...v0.7.0) (2024-07-04)
428

529

Makefile

+1-1
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.7.0# x-release-please-version
9+
CHART_VERSION=v0.7.1# 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

+2-2
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.7.0" # x-release-please-version
16+
version: "v0.7.1" # 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.7.0" # x-release-please-version
21+
appVersion: "v0.7.1" # 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/values.yaml

+1-1
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.7.0 # x-release-please-version
132+
tag: v0.7.1 # x-release-please-version
133133
resources:
134134
limits:
135135
## @param controllerManager.manager.resources.limits.cpu Sets cpu resource limits for operator.

docs/installation.md

+2-2
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.7.0/release.yaml
65+
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.7.1/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.7.0/release.yaml &&
71+
kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.7.1/release.yaml &&
7272
kubectl delete namespace open-feature-operator-system
7373
```
7474
<!-- x-release-please-end -->

docs/quick_start.md

+1-1
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.7.0/release.yaml
43+
kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.7.1/release.yaml
4444
```
4545
<!-- x-release-please-end -->
4646

0 commit comments

Comments
 (0)