From 740dc17bce53ec831c4c5e36f987ea176ea3740c Mon Sep 17 00:00:00 2001 From: Rory Z Date: Fri, 16 Jun 2023 19:33:19 +0800 Subject: [PATCH] chore: pre release 2.1.4 --- RELEASE.md | 12 ++++-------- deploy/charts/emqx-operator/Chart.yaml | 4 ++-- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 8d5257945..41348ed2e 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,6 @@ # Release Note 🍻 -EMQX Operator 2.1.3 is released. +EMQX Operator 2.1.4 is released. ## Supported version @@ -14,17 +14,13 @@ EMQX Operator 2.1.3 is released. - `EMQX` at [4.4.14](https://www.emqx.com/en/changelogs/broker/4.4.14) and later - `EMQX Enterprise` at [4.4.14](https://www.emqx.com/en/changelogs/enterprise/4.4.14) and later -## Features 🌈 - -- Add new CRD `apps.emqx.io/v1beta4 rebalance` to support the cluster load rebalancing, for more details, please refer to [Cluster Load Rebalancing](https://docs.emqx.com/en/emqx-operator/latest/tasks/configure-emqx-rebalance.html). - ## Fixes 🛠 -- `apps.emqx.io/v2alpha1` +- `apps.emqx.io/v1beta4` - - Fixed an issue of the extra containers not working. + - Fixed volumes mount error caused by Golang slice shallow copy. -## How to install/upgrade EMQX Operator 2.1.3 💡 +## How to install/upgrade EMQX Operator 2.1.4 💡 > Need make sure the [cert-manager](https://cert-manager.io) is ready diff --git a/deploy/charts/emqx-operator/Chart.yaml b/deploy/charts/emqx-operator/Chart.yaml index d94b26931..0046d4a69 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.1.3 +version: 2.1.4 # 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.1.3 +appVersion: 2.1.4