Release Note 🍻
EMQX Operator 2.2.1-rc.4 is 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 ✨
-
apps.emqx.io/v2beta1 EMQX
.-
The window period when the service is unavailable during blue-green deployment has been canceled. Now, even during the blue-green release process, the EMQX service remains available.
-
Delete mutating webhook and validating webhook.
-
Fixes 🛠
-
apps.emqx.io/v2beta1 EMQX
.-
Fix EMQX Operator controller will crash when getting EMQX listeners failed.
-
Fix always update statefulSet when set volume template in EMQX customer resource.
-
Fix nil pointer error caused by not finding statefulSet in certain situations.
-
Fix the issue where EMQX customer resource status is still
Ready
when deleting a Pod. -
Fix the issue where the Pod cannot be ready when the EMQX custom resource has the labelsync_pods_suite_test.go:230s from third-party settings.
-
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.1-rc.4
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
- chore: rename labels key by @Rory-Z in #921
- chore: move default dashboard config from webhook to controller by @Rory-Z in #922
- chore: delete default svc template in webhook by @Rory-Z in #923
- chore: delete default metadata in webhook by @Rory-Z in #924
- chore: change svc template to pointer by @Rory-Z in #925
- chore: delete valiedate webhook function by @Rory-Z in #926
- chore: delete valiedate webhook and default webhook for emqx by @Rory-Z in #927
Full Changelog: 2.2.1-rc.3...2.2.1-rc.4