Skip to content

Commit

Permalink
chore: dump version to 2.2.18
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 Mar 22, 2024
1 parent 8a1e1d1 commit a761bf3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Note 🍻

EMQX Operator 2.2.17 has been released.
EMQX Operator 2.2.18 has been released.

## Supported version
+ apps.emqx.io/v2beta1
Expand All @@ -13,11 +13,11 @@ EMQX Operator 2.2.17 has been released.
+ EMQX at 4.4.14 and later
+ EMQX Enterprise at 4.4.14 and later

## Fixes 🛠
## Enhancements ✨

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

+ Fixed sometimes EMQX operator controller can not request EMQX API, because it cannot find the correct EMQX pod.
+ Add podDisruptionBudget for EMQX customer resource.

## How to install/upgrade EMQX Operator 💡

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

Expand Down

0 comments on commit a761bf3

Please sign in to comment.