diff --git a/RELEASE.md b/RELEASE.md index fb12be9d..f1cb62dc 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,6 @@ # Release Note 🍻 -EMQX Operator 2.2.19 has been released. +EMQX Operator 2.2.20 has been released. ## Supported version + apps.emqx.io/v2beta1 @@ -17,9 +17,7 @@ EMQX Operator 2.2.19 has been released. + `apps.emqx.io/v2beta1 EMQX`. - + Fix the issue that the EMQX operator can not update the K8s service port when the user changes EMQX's listener port by EMQX dashboard. - - + Fix the issue when the EMQX customer resources are updated with changes that affect both the statefulSet and the EMQX config, the statefulSet is updated last and this blocks the update process if the statefulSet changes are referenced in EMQX config. check: https://github.com/emqx/emqx-operator/issues/1027 + + Fix EMQX cluster always stuck on `CoreNodesProgressing` ## Other Changes ✨ @@ -35,7 +33,7 @@ helm repo update helm upgrade --install emqx-operator emqx/emqx-operator \ --namespace emqx-operator-system \ --create-namespace \ - --version 2.2.19 + --version 2.2.20 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 65908ec1..c92c255e 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.19 +version: 2.2.20 # 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.19 +appVersion: 2.2.20 sources: - https://github.com/emqx/emqx-operator/tree/main/deploy/charts/emqx-operator