diff --git a/RELEASE.md b/RELEASE.md index 4b1d2b6a..b6e92445 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,6 @@ # Release Note 🍻 -EMQX Operator 2.2.21 has been released. +EMQX Operator 2.2.22 has been released. ## Supported version + apps.emqx.io/v2beta1 @@ -13,11 +13,11 @@ EMQX Operator 2.2.21 has been released. + EMQX at 4.4.14 and later + EMQX Enterprise at 4.4.14 and later -## Enhancements 🚀 +## Fixes 🛠 + `apps.emqx.io/v2beta1 EMQX`. - + Support for topologySpreadConstraints + + Fix EMQX Operator compatibility issue with Kubernetes 1.20 ## Other Changes ✨ @@ -33,7 +33,7 @@ helm repo update helm upgrade --install emqx-operator emqx/emqx-operator \ --namespace emqx-operator-system \ --create-namespace \ - --version 2.2.21 + --version 2.2.22 kubectl wait --for=condition=Ready pods -l "control-plane=controller-manager" -n emqx-operator-system ``` diff --git a/deploy/charts/emqx-operator/Chart.yaml b/deploy/charts/emqx-operator/Chart.yaml index 7f286d19..2ae93730 100644 --- a/deploy/charts/emqx-operator/Chart.yaml +++ b/deploy/charts/emqx-operator/Chart.yaml @@ -15,12 +15,12 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.2.21 +version: 2.2.22 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 2.2.21 +appVersion: 2.2.22 sources: - https://github.com/emqx/emqx-operator/tree/main/deploy/charts/emqx-operator