EMQX Operator 2.2.15 Released
Release Note 🍻
EMQX Operator 2.2.15 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
Fixes 🛠
-
apps.emqx.io/v2beta1 EMQX
.- Fixed the issue that the configMap of the EMQX configs always be updated, even if the user does not change the EMQX configs.
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.15
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
- build: Set sources list in helm chart by @rouke-broersma in #1007
- fix: fix always update configmap by @Rory-Z in #1016
New Contributors
- @rouke-broersma made their first contribution in #1007
Full Changelog: 2.2.14...2.2.15