Skip to content

Commit

Permalink
chore: dump 2.2.1-rc.4 version
Browse files Browse the repository at this point in the history
Signed-off-by: Rory Z <[email protected]>
  • Loading branch information
Rory-Z committed Aug 17, 2023
1 parent c847ac4 commit 0946838
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Note 🍻

EMQX Operator 2.2.1-rc.3 is released.
EMQX Operator 2.2.1-rc.4 is released.

## Supported version
+ apps.emqx.io/v2beta1
Expand All @@ -19,6 +19,8 @@ EMQX Operator 2.2.1-rc.3 is released.

+ The window period when the service is unavailable during blue-green deployment has been canceled. Now, even during the blue-green release process, the EMQX service remains available.

+ Delete mutating webhook and validating webhook.

## Fixes 🛠

+ `apps.emqx.io/v2beta1 EMQX`.
Expand All @@ -31,6 +33,8 @@ EMQX Operator 2.2.1-rc.3 is released.

+ Fix the issue where EMQX customer resource status is still `Ready` when deleting a Pod.

+ Fix the issue where the Pod cannot be ready when the EMQX custom resource has the labelsync_pods_suite_test.go:230s from third-party settings.

## How to install/upgrade EMQX Operator 💡

> Need make sure the [cert-manager](https://cert-manager.io/) is ready
Expand All @@ -41,7 +45,7 @@ helm repo update
helm upgrade --install emqx-operator emqx/emqx-operator \
--namespace emqx-operator-system \
--create-namespace \
--version 2.2.1-rc.3
--version 2.2.1-rc.4
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,9 +15,9 @@ 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.1-rc.3
version: 2.2.1-rc.4

# 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.1-rc.3
appVersion: 2.2.1-rc.4

0 comments on commit 0946838

Please sign in to comment.