github emqx/emqx-operator 2.1.3-rc.1
EMQX Operator 2.1.3-rc.1 Released

latest releases: 2.2.14, 2.2.13, 2.2.12...
pre-release16 months ago

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

What's Changed

Full Changelog: 2.1.2...2.1.3-rc.1

Don't miss a new emqx-operator release

NewReleases is sending notifications on new releases.