Skip to content

Commit

Permalink
chore: dump version to 2.2.17
Browse files Browse the repository at this point in the history
Signed-off-by: Rory Z <[email protected]>
  • Loading branch information
Rory-Z committed Mar 6, 2024
1 parent 5c3cbf4 commit ee0da04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 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.16 has been released.
EMQX Operator 2.2.17 has been released.

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

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

+ Fixed the issue that the configMap of the EMQX configs always be updated, even if the user does not change the EMQX configs.
+ Fixed sometimes EMQX operator controller can not request EMQX API, because it cannot find the correct EMQX pod.

## 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.16
--version 2.2.17
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.16
version: 2.2.17

# 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.16
appVersion: 2.2.17

sources:
- https://github.com/emqx/emqx-operator/tree/main/deploy/charts/emqx-operator
Expand Down

0 comments on commit ee0da04

Please sign in to comment.