Skip to content

Commit

Permalink
chore: dump version to 2.2.28
Browse files Browse the repository at this point in the history
Signed-off-by: Rory Z <16801068+Rory-Z@users.noreply.github.com>
  • Loading branch information
Rory-Z committed Feb 8, 2025
1 parent 2f245e5 commit 618e3db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 7 additions & 5 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 💡

Expand All @@ -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
```

Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/emqx-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 618e3db

Please sign in to comment.