Commit 275fe4e 1 parent 0479540 commit 275fe4e Copy full SHA for 275fe4e
File tree 7 files changed +38
-8
lines changed
chart/open-feature-operator
7 files changed +38
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "." : " 0.5.4 " ,
2
+ "." : " 0.5.5 " ,
3
3
"apis" : " 0.2.40"
4
4
}
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.5.5] ( https://github.com/open-feature/open-feature-operator/compare/v0.5.4...v0.5.5 ) (2024-05-13)
4
+
5
+
6
+ ### ✨ New Features
7
+
8
+ * introduce validating webhook for FeatureFlag CR ([ #622 ] ( https://github.com/open-feature/open-feature-operator/issues/622 ) ) ([ c4831a3] ( https://github.com/open-feature/open-feature-operator/commit/c4831a3cdc00aec36f3fe9bec9abceafba1f8aa8 ) )
9
+ * operator interval ([ #621 ] ( https://github.com/open-feature/open-feature-operator/issues/621 ) ) ([ bcc5912] ( https://github.com/open-feature/open-feature-operator/commit/bcc59120423610a37a3e0aec2d6c347f7fed095b ) )
10
+
11
+
12
+ ### 🐛 Bug Fixes
13
+
14
+ * Add capability to skip crd installation during helm install ([ #625 ] ( https://github.com/open-feature/open-feature-operator/issues/625 ) ) ([ a40e13b] ( https://github.com/open-feature/open-feature-operator/commit/a40e13b421e7a95c1d4635a87cde8b3203b4571b ) )
15
+
16
+
17
+ ### 🧹 Chore
18
+
19
+ * bump operator builder tools versions ([ #626 ] ( https://github.com/open-feature/open-feature-operator/issues/626 ) ) ([ 918a697] ( https://github.com/open-feature/open-feature-operator/commit/918a69732fabb34af2f83ca8f650e433e87d0212 ) )
20
+ * ** deps:** update actions/checkout action to v4 ([ #603 ] ( https://github.com/open-feature/open-feature-operator/issues/603 ) ) ([ 4eda2ca] ( https://github.com/open-feature/open-feature-operator/commit/4eda2ca837c7a8c967d53d4902ed223cbc7e1a6e ) )
21
+ * ** deps:** update helm/kind-action action to v1.9.0 ([ #608 ] ( https://github.com/open-feature/open-feature-operator/issues/608 ) ) ([ 8800728] ( https://github.com/open-feature/open-feature-operator/commit/8800728e14998b88a7f2b86977d980a3200e4e1d ) )
22
+ * ** deps:** update module golang.org/x/net to v0.24.0 ([ #613 ] ( https://github.com/open-feature/open-feature-operator/issues/613 ) ) ([ b6daece] ( https://github.com/open-feature/open-feature-operator/commit/b6daece6c4bb6dc42e059fcbef4544cb7825e0c2 ) )
23
+ * release apis 0.2.40 ([ #620 ] ( https://github.com/open-feature/open-feature-operator/issues/620 ) ) ([ e39e763] ( https://github.com/open-feature/open-feature-operator/commit/e39e7638a1cc7985e665229303f18dcb57b4b95a ) )
24
+ * update API to the latest version ([ #631 ] ( https://github.com/open-feature/open-feature-operator/issues/631 ) ) ([ 2c39428] ( https://github.com/open-feature/open-feature-operator/commit/2c394282592bf9f6626c80bdeea2e5e20cabd274 ) )
25
+ * use workspaces to make api changes easier ([ #635 ] ( https://github.com/open-feature/open-feature-operator/issues/635 ) ) ([ 0479540] ( https://github.com/open-feature/open-feature-operator/commit/04795403f69d64f85ad53a7e8d0fa5cbc908c169 ) )
26
+
27
+
28
+ ### 📚 Documentation
29
+
30
+ * bump cert manager version ([ 2e59477] ( https://github.com/open-feature/open-feature-operator/commit/2e594773444087a109bfccef54a091f23ff7f9c6 ) )
31
+ * bump cert manager version ([ de2f2b5] ( https://github.com/open-feature/open-feature-operator/commit/de2f2b59b39911b29cca1b22ffd0c5dd32b32e9b ) )
32
+
3
33
## [ 0.5.4] ( https://github.com/open-feature/open-feature-operator/compare/v0.5.3...v0.5.4 ) (2024-02-21)
4
34
5
35
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ARCH?=amd64
6
6
IMG? =$(RELEASE_REGISTRY ) /$(RELEASE_IMAGE )
7
7
# customize overlay to be used in the build, DEFAULT or HELM
8
8
KUSTOMIZE_OVERLAY ?= DEFAULT
9
- CHART_VERSION =v0.5.4 # x-release-please-version
9
+ CHART_VERSION =v0.5.5 # x-release-please-version
10
10
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
11
11
ENVTEST_K8S_VERSION = 1.26.1
12
12
WAIT_TIMEOUT_SECONDS? =60
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ type: application
13
13
# This is the chart version. This version number should be incremented each time you make changes
14
14
# to the chart and its templates, including the app version.
15
15
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16
- version : " v0.5.4 " # x-release-please-version
16
+ version : " v0.5.5 " # x-release-please-version
17
17
# This is the version number of the application being deployed. This version number should be
18
18
# incremented each time you make changes to the application. Versions are not expected to
19
19
# follow Semantic Versioning. They should reflect the version the application is using.
20
20
# It is recommended to use it with quotes.
21
- appVersion : " v0.5.4 " # x-release-please-version
21
+ appVersion : " v0.5.5 " # x-release-please-version
22
22
23
23
home : https://openfeature.dev
24
24
icon : https://open-feature.github.io/open-feature-operator/chart/open-feature-operator/openfeature-logo.png
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ controllerManager:
74
74
# # @param controllerManager.manager.image.repository Sets the image for the operator.
75
75
repository : ghcr.io/open-feature/open-feature-operator
76
76
# # @param controllerManager.manager.image.tag Sets the version tag for the operator.
77
- tag : v0.5.4 # x-release-please-version
77
+ tag : v0.5.5 # x-release-please-version
78
78
resources :
79
79
limits :
80
80
# # @param controllerManager.manager.resources.limits.cpu Sets cpu resource limits for operator.
Original file line number Diff line number Diff line change @@ -62,13 +62,13 @@ Apply the release yaml directly via kubectl
62
62
<!-- x-release-please-start-version -->
63
63
``` sh
64
64
kubectl create namespace open-feature-operator-system &&
65
- kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.5.4 /release.yaml
65
+ kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.5.5 /release.yaml
66
66
```
67
67
<!-- x-release-please-end -->
68
68
### Uninstall
69
69
<!-- x-release-please-start-version -->
70
70
``` sh
71
- kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.5.4 /release.yaml &&
71
+ kubectl delete -f https://github.com/open-feature/open-feature-operator/releases/download/v0.5.5 /release.yaml &&
72
72
kubectl delete namespace open-feature-operator-system
73
73
```
74
74
<!-- x-release-please-end -->
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ helm upgrade --install openfeature openfeature/open-feature-operator
40
40
<!-- x-release-please-start-version -->
41
41
``` sh
42
42
kubectl create namespace open-feature-operator-system &&
43
- kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.5.4 /release.yaml
43
+ kubectl apply -f https://github.com/open-feature/open-feature-operator/releases/download/v0.5.5 /release.yaml
44
44
```
45
45
<!-- x-release-please-end -->
46
46
You can’t perform that action at this time.
0 commit comments