Skip to content

Commit 618e3db

Browse files
committed
chore: dump version to 2.2.28
Signed-off-by: Rory Z <[email protected]>
1 parent 2f245e5 commit 618e3db

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

RELEASE.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release Note 🍻
22

3-
EMQX Operator 2.2.27 has been released.
3+
EMQX Operator 2.2.28 has been released.
44

55
## Supported version
66
+ apps.emqx.io/v2beta1
@@ -13,11 +13,13 @@ EMQX Operator 2.2.27 has been released.
1313
+ EMQX at 4.4.14 and later
1414
+ EMQX Enterprise at 4.4.14 and later
1515

16-
## Enhancements 🚀
16+
## Fixes 🛠
17+
18+
+ Fix the Helm template formatting issue, thanks to [Rouke Broersma](https://github.com/rouke-broersma) for their contribution in [PR#1102](https://github.com/emqx/emqx-operator/pull/1102)
1719

18-
+ EMQX operator helm chart can support the `podSecurityContext` and `containerSecurityContext` configuration, which can be used to configure the security context of the operator pod.
20+
## Enhancements 🚀
1921

20-
+ EMQX operator helm chart can disable web hooks by `webhook.enabled: false` in the `values.yaml` file, it will disable the web hooks of the operator, if you have any `apps.emqx.io/v2alpha1` or `apps.emqx.io/v1beta3` resources, please make sure the web hooks are enabled, otherwise the resources can not convert to the `apps.emqx.io/v2beta1` and `apps.emqx.io/v1beta4` resources.
22+
+ Better documents
2123

2224
## How to install/upgrade EMQX Operator 💡
2325

@@ -29,7 +31,7 @@ helm repo update
2931
helm upgrade --install emqx-operator emqx/emqx-operator \
3032
--namespace emqx-operator-system \
3133
--create-namespace \
32-
--version 2.2.27
34+
--version 2.2.28
3335
kubectl wait --for=condition=Ready pods -l "control-plane=controller-manager" -n emqx-operator-system
3436
```
3537

deploy/charts/emqx-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 2.2.27
18+
version: 2.2.28
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 2.2.27
23+
appVersion: 2.2.28
2424

2525
sources:
2626
- https://github.com/emqx/emqx-operator/tree/main/deploy/charts/emqx-operator

0 commit comments

Comments
 (0)