From 618e3db7e877373d24eaa5b7d50c207de21e8541 Mon Sep 17 00:00:00 2001 From: Rory Z <16801068+Rory-Z@users.noreply.github.com> Date: Sat, 8 Feb 2025 10:24:53 +0800 Subject: [PATCH] chore: dump version to 2.2.28 Signed-off-by: Rory Z <16801068+Rory-Z@users.noreply.github.com> --- RELEASE.md | 12 +++++++----- deploy/charts/emqx-operator/Chart.yaml | 4 ++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 98736a27..74b47763 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,6 @@ # Release Note 🍻 -EMQX Operator 2.2.27 has been released. +EMQX Operator 2.2.28 has been released. ## Supported version + apps.emqx.io/v2beta1 @@ -13,11 +13,13 @@ EMQX Operator 2.2.27 has been released. + EMQX at 4.4.14 and later + EMQX Enterprise at 4.4.14 and later -## Enhancements 🚀 +## Fixes 🛠 + ++ Fix the Helm template formatting issue, thanks to [Rouke Broersma](https://github.com/rouke-broersma) for their contribution in [PR#1102](https://github.com/emqx/emqx-operator/pull/1102) -+ EMQX operator helm chart can support the `podSecurityContext` and `containerSecurityContext` configuration, which can be used to configure the security context of the operator pod. +## Enhancements 🚀 -+ EMQX operator helm chart can disable web hooks by `webhook.enabled: false` in the `values.yaml` file, it will disable the web hooks of the operator, if you have any `apps.emqx.io/v2alpha1` or `apps.emqx.io/v1beta3` resources, please make sure the web hooks are enabled, otherwise the resources can not convert to the `apps.emqx.io/v2beta1` and `apps.emqx.io/v1beta4` resources. ++ Better documents ## How to install/upgrade EMQX Operator 💡 @@ -29,7 +31,7 @@ helm repo update helm upgrade --install emqx-operator emqx/emqx-operator \ --namespace emqx-operator-system \ --create-namespace \ - --version 2.2.27 + --version 2.2.28 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 e72b4ecc..4f447f96 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.27 +version: 2.2.28 # 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.27 +appVersion: 2.2.28 sources: - https://github.com/emqx/emqx-operator/tree/main/deploy/charts/emqx-operator