From d17b623edefc2bb8621995123cf6a14351ba6209 Mon Sep 17 00:00:00 2001 From: Rory Z <16801068+Rory-Z@users.noreply.github.com> Date: Thu, 25 Jan 2024 09:24:15 +0800 Subject: [PATCH] chore: dump version to 2.2.14 Signed-off-by: Rory Z <16801068+Rory-Z@users.noreply.github.com> --- RELEASE.md | 6 +++--- deploy/charts/emqx-operator/Chart.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 89ed2f701..9a2d9dcf8 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,6 @@ # Release Note 🍻 -EMQX Operator 2.2.13 has been released. +EMQX Operator 2.2.14 has been released. ## Supported version + apps.emqx.io/v2beta1 @@ -17,7 +17,7 @@ EMQX Operator 2.2.13 has been released. + `apps.emqx.io/v2beta1 EMQX`. - + Fixed the issue where the EMQX operator would update read-only configurations through EMQX API. + + Fixed the nil pointer error, when the EMQX resource is in `coreNodesProgressing/replicantNodesProgressing` state, and the user manually deletes old statefulSet or old replicaSet, will get this error ## How to install/upgrade EMQX Operator 💡 @@ -29,7 +29,7 @@ helm repo update helm upgrade --install emqx-operator emqx/emqx-operator \ --namespace emqx-operator-system \ --create-namespace \ - --version 2.2.13 + --version 2.2.14 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 edce4d22e..f3e1a860d 100644 --- a/deploy/charts/emqx-operator/Chart.yaml +++ b/deploy/charts/emqx-operator/Chart.yaml @@ -15,9 +15,9 @@ 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.13 +version: 2.2.14 # 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.13 +appVersion: 2.2.14