Skip to content

Commit 59bb002

Browse files
committed
chore: dump version to 2.2.27
Signed-off-by: Rory Z <[email protected]>
1 parent 8a5aac5 commit 59bb002

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

RELEASE.md

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

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

55
## Supported version
66
+ apps.emqx.io/v2beta1
@@ -15,11 +15,9 @@ EMQX Operator 2.2.26 has been released.
1515

1616
## Enhancements 🚀
1717

18-
+ `apps.emqx.io/v2beta1 EMQX`.
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.
1919

20-
+ Users can now configure the Pod Disruption Budget (PDB) for the EMQX cluster by setting `minAvailable` or `maxUnavailable` in `spec.coreTemplate.spec` or `spec.replicantTemplate.spec` within the EMQX CRD. The default setting is {"minAvailable": 1}.
21-
22-
+ EMQX operator can now be deployed in a single namespace scope, where it will only manage resources within that namespace. Just set `singleNamespace: true` in the `values.yaml` file of Helm chart, and then the operator will only manage resources in the namespace where it is deployed.
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.
2321

2422
## How to install/upgrade EMQX Operator 💡
2523

@@ -31,7 +29,7 @@ helm repo update
3129
helm upgrade --install emqx-operator emqx/emqx-operator \
3230
--namespace emqx-operator-system \
3331
--create-namespace \
34-
--version 2.2.26
32+
--version 2.2.27
3533
kubectl wait --for=condition=Ready pods -l "control-plane=controller-manager" -n emqx-operator-system
3634
```
3735

0 commit comments

Comments
 (0)