Release Note π»
EMQX Operator 2.2.27 has been released.
Supported version
-
apps.emqx.io/v2beta1
- EMQX at 5.1.1 and later
- EMQX Enterprise at 5.1.1 and later
-
apps.emqx.io/v1beta4
- EMQX at 4.4.14 and later
- EMQX Enterprise at 4.4.14 and later
Enhancements π
-
EMQX operator helm chart can support the
podSecurityContext
andcontainerSecurityContext
configuration, which can be used to configure the security context of the operator pod. -
EMQX operator helm chart can disable web hooks by
webhook.enabled: false
in thevalues.yaml
file, it will disable the web hooks of the operator, if you have anyapps.emqx.io/v2alpha1
orapps.emqx.io/v1beta3
resources, please make sure the web hooks are enabled, otherwise the resources can not convert to theapps.emqx.io/v2beta1
andapps.emqx.io/v1beta4
resources.
How to install/upgrade EMQX Operator π‘
Need make sure the cert-manager is ready
helm repo add emqx https://repos.emqx.io/charts
helm repo update
helm upgrade --install emqx-operator emqx/emqx-operator \
--namespace emqx-operator-system \
--create-namespace \
--version 2.2.27
kubectl wait --for=condition=Ready pods -l "control-plane=controller-manager" -n emqx-operator-system
Warning π¨
apps.emqx.io/v1beta3
and apps.emqx.io/v2alpha1
will be dropped soon
What's Changed
- chore: add CRDs file to release assets by @Rory-Z in #1099
- chore: add security context for helm by @Rory-Z in #1100
- chore: can disable webhook in helm by @Rory-Z in #1101
Full Changelog: 2.2.26...2.2.27