github emqx/emqx-operator 2.2.11
EMQX Operator 2.2.11 Released

latest releases: 2.2.14, 2.2.13, 2.2.12...
pre-release8 months ago

Release Note 🍻

EMQX Operator 2.2.11 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

Fixes 🛠

  • apps.emqx.io/v2beta1 EMQX.

    • Fix the issue that the EMQX operator can't tell whether the EMQX config has been changed

    • Fix the issue that the .metadata.resourceVersion of the EMQX pod always be updated

Enhancements ✨

  • Make the revisionHistoryLimit available in the helm chart

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.11
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: fix config map always update by @Rory-Z in #997
  • chore: don't always change lastTransitionTime of pod conditon by @Rory-Z in #1000
  • build: make the revisionHistoryLimit available in the helm chart by @Rory-Z in #1001

Full Changelog: 2.2.10...2.2.11

Don't miss a new emqx-operator release

NewReleases is sending notifications on new releases.