EMQX Operator 2.1.3-rc.1 Released
Pre-release
Pre-release
emqx-ci-robot
released this
30 May 09:12
·
441 commits
to main
since this release
Release Note π»
EMQX Operator 2.1.3 is released.
Supported version
-
apps.emqx.io/v2alpha1
-
apps.emqx.io/v1beta4
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
- ci: remove pre-releases from the document version list by @Swilder-M in #767
- docs: update monitor task by @logo306142054 in #774
- fix: fix extra container not work by @Rory-Z in #778
- feat(main2-1): support rebalance for v1teta4 by @Gala-R in #775
- docs(main-2.1): add rebalance doc by @Gala-R in #781
Full Changelog: 2.1.2...2.1.3-rc.1