EMQX Operator 2.1.0 Released
Release Note π»
EMQX Operator 2.1.0 is released.
Supported version
-
apps.emqx.io/v1beta4
-
apps.emqx.io/v2alpha1
EMQX
at 5.0.14 and later
Features π
New API version: apps.emqx.io/v1beta4
, support for EMQX 4.4 and EMQX Enterprise 4.4, please check out reference docs
-
Fully compatible with
apps.emqx.io/v1beta3
-
The new blue-green updating feature ensures smooth migration of client connections during EMQX cluster upgrades, reducing peak server pressure, For more info please check: https://github.com/emqx/emqx-operator/blob/2.1.0/docs/en_US/tasks/configure-emqx-blueGreenUpdate.md
-
EMQX Operator now uses the EMQX Bootstrap user to access the EMQX API, no longer the EMQX Dashboard user
How to upgrade EMQX Operator 2.1 from EMQX Operator 2.0 π‘
Take Helm Chart as an example:
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 in EMQX Operator 2.1.1
What's Changed
- docs: update directory by @brianbinbin in #551
- docs: add some notes in getting-started doc by @Gala-R in #553
- docs: update directory and reference by @brianbinbin in #558
- Main 2.1 by @Rory-Z in #582
- docs: add blue-green update doc by @Gala-R in #583
- docs: add blue-green update doc by @Gala-R in #584
- chore(CI): add action for update dockerhub describe by @Rory-Z in #585
- add task docs by @Rory-Z in #586
- fix: fix doc error by @Gala-R in #587
Full Changelog: 2.0.3...2.1.0