Release Note π»
EMQX Operator 2.2.29 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
Fix π
-
Fix the issue that the replicas of the statefulSet is not current when the
emqx
CR is updated -
Correct TopologySpreadConstraints reference in generateReplicaSet function
Chore π
-
Helm chart
-
Make webhook into namespace scope when singleNamespace=true @
-
Remove wrong usage of imagePullSecrets
-
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.29
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
- fix: change scale down strategy when blue green update by @Rory-Z in #1108
- make webhook into namespace scope when singleNamespace=true by @phosae in #1116
- helm chart README: fix typo by @phosae in #1114
- Helm Chart: Remove wrong image pull usage in SA by @K4iM4k3r in #1119
- fix: correct TopologySpreadConstraints reference in generateReplicaSet by @bluicezhen in #1122
- docs: use consistent docker image tag by @id in #1127
- chore(rbac): add patch permission for event by @Rory-Z in #1133
- fix(blue-green update): fix set sts replicas less than 0 by @Rory-Z in #1132
New Contributors
- @phosae made their first contribution in #1116
- @K4iM4k3r made their first contribution in #1119
- @bluicezhen made their first contribution in #1122
Full Changelog: 2.2.28...2.2.29