From ee0da04d38adcd9a01cf8d7f1bdcda52b34762cd Mon Sep 17 00:00:00 2001 From: Rory Z <16801068+Rory-Z@users.noreply.github.com> Date: Wed, 6 Mar 2024 14:08:57 +0800 Subject: [PATCH] chore: dump version to 2.2.17 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 3edbb1b8c..6138cc941 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,6 @@ # Release Note 🍻 -EMQX Operator 2.2.16 has been released. +EMQX Operator 2.2.17 has been released. ## Supported version + apps.emqx.io/v2beta1 @@ -17,7 +17,7 @@ EMQX Operator 2.2.16 has been released. + `apps.emqx.io/v2beta1 EMQX`. - + Fixed the issue that the configMap of the EMQX configs always be updated, even if the user does not change the EMQX configs. + + Fixed sometimes EMQX operator controller can not request EMQX API, because it cannot find the correct EMQX pod. ## 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.16 + --version 2.2.17 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 2dc075dfb..5a5971ac7 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.16 +version: 2.2.17 # 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.16 +appVersion: 2.2.17 sources: - https://github.com/emqx/emqx-operator/tree/main/deploy/charts/emqx-operator