From 527eb483fd4886102f40d57318b433e4d2d49213 Mon Sep 17 00:00:00 2001 From: Rory Z <16801068+Rory-Z@users.noreply.github.com> Date: Thu, 10 Aug 2023 17:33:39 +0800 Subject: [PATCH] chore: dump 2.2.1-rc.3 version --- RELEASE.md | 13 +++++++++++-- deploy/charts/emqx-operator/Chart.yaml | 4 ++-- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 5bfa04623..cea46e133 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,6 @@ # Release Note 🍻 -EMQX Operator 2.2.1-rc.2 is released. +EMQX Operator 2.2.1-rc.3 is released. ## Supported version + apps.emqx.io/v2beta1 @@ -13,6 +13,12 @@ EMQX Operator 2.2.1-rc.2 is released. + EMQX at 4.4.14 and later + EMQX Enterprise at 4.4.14 and later +## Enhancements ✨ + ++ `apps.emqx.io/v2beta1 EMQX`. + + + The window period when the service is unavailable during blue-green deployment has been canceled. Now, even during the blue-green release process, the EMQX service remains available. + ## Fixes 🛠 + `apps.emqx.io/v2beta1 EMQX`. @@ -23,6 +29,8 @@ EMQX Operator 2.2.1-rc.2 is released. + Fix nil pointer error caused by not finding statefulSet in certain situations. + + Fix the issue where EMQX customer resource status is still `Ready` when deleting a Pod. + ## How to install/upgrade EMQX Operator 💡 > Need make sure the [cert-manager](https://cert-manager.io/) is ready @@ -32,7 +40,8 @@ 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 + --create-namespace \ + --version 2.2.1-rc.3 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 9551bafcf..120625de9 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.1-rc.2 +version: 2.2.1-rc.3 # 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.1-rc.2 +appVersion: 2.2.1-rc.3