Skip to content

Commit

Permalink
chore: dump version to 2.2.11
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 Jan 9, 2024
1 parent a499823 commit dd376af
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Note 🍻

EMQX Operator 2.2.10 has been released.
EMQX Operator 2.2.11 has been released.

## Supported version
+ apps.emqx.io/v2beta1
Expand All @@ -17,7 +17,13 @@ EMQX Operator 2.2.10 has been released.

+ `apps.emqx.io/v2beta1 EMQX`.

+ Fix when the `spec.type` is `LoadBalancer` or `NodePort`. the Kubernetes service of the EMQX CR always updates.
+ Fix the issue that the EMQX operator can't tell whether the EMQX config has been changed

+ Fix the issue that the `.metadata.resourceVersion` of the EMQX pod always be updated

## Enhancements ✨

+ Make the `revisionHistoryLimit` available in the helm chart

## How to install/upgrade EMQX Operator 💡

Expand All @@ -29,7 +35,7 @@ helm repo update
helm upgrade --install emqx-operator emqx/emqx-operator \
--namespace emqx-operator-system \
--create-namespace \
--version 2.2.10
--version 2.2.11
kubectl wait --for=condition=Ready pods -l "control-plane=controller-manager" -n emqx-operator-system
```

Expand Down

0 comments on commit dd376af

Please sign in to comment.