EMQX Operator 2.2.26-rc.1 Released
Pre-release
Pre-release
emqx-ci-robot
released this
23 Dec 08:11
·
12 commits
to main
since this release
Release Note π»
EMQX Operator 2.2.26-rc.1 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
Enhancements π
- EMQX operator can now be deployed in a single namespace scope, where it will only manage resources within that namespace. Just set
singleNamespace: true
in thevalues.yaml
file of Helm chart, and then the operator will only manage resources in the namespace where it is deployed.
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.26-rc.1
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
- ci: change args for install cert-manager by @Rory-Z in #1080
- chore: fix status field name error by @Rory-Z in #1082
- docs: add new document for hello operator by @Rory-Z in #1079
- docs: update huaweicloud link by @Rory-Z in #1085
- feat(deploy): support single namespace by @Rory-Z in #1091
Full Changelog: 2.2.25...2.2.26-rc.1