Skip to content

EMQX Operator 2.1.3 Released

Compare
Choose a tag to compare
@emqx-ci-robot emqx-ci-robot released this 05 Jun 10:19
· 434 commits to main since this release

Release Note 🍻

EMQX Operator 2.1.3 is released.

Supported version

  • apps.emqx.io/v2alpha1

    • EMQX at 5.0.14 and later
    • EMQX Enterprise at 5.0.0 and later
  • apps.emqx.io/v1beta4

    • EMQX at 4.4.14 and later
    • EMQX Enterprise at 4.4.14 and later

Features 🌈

  • Add new CRD apps.emqx.io/v1beta4 rebalance to support the cluster load rebalancing, for more details, please refer to Cluster Load Rebalancing.

Fixes πŸ› 

  • apps.emqx.io/v2alpha1

    • Fixed an issue of the extra containers not working.

How to install/upgrade EMQX Operator 2.1.3 πŸ’‘

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

If you have deployed apps.emqx.io/v1beta3 resources, EMQX Operator will automatically convert them to apps.emqx.io/v1beta4 resources, all without any manual intervention.

The resources of apps.emqx.io/v2alpha1 will not receive any impact.

Warning 🚨

apps.emqx.io/v1beta3 will be dropped soon