From 17bb1bae2d9570481e8b128da7dca0e91c513263 Mon Sep 17 00:00:00 2001 From: Rory Z Date: Wed, 15 Jun 2022 10:31:18 +0800 Subject: [PATCH] chore: pre relase 1.1.10 --- RELEASE.md | 2 +- config/manager/kustomization.yaml | 2 +- deploy/charts/emqx-operator/Chart.yaml | 2 +- deploy/manifests/emqx-operator-controller.yaml | 2 +- docs/en_US/getting-started/getting-started.md | 2 +- docs/zh_CN/getting-started/getting-started.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 50d3d2f5b..1ed7b1e7a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -2,4 +2,4 @@ ### Fixes ๐Ÿ›  -- When deploy emqx enterprise, default load `emqx_modules` plugin +- Delete the needless preStop command, there is a risk will that failed. When persistence is enabled, preStop failure can lead to inconsistent EMQX cluster data diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index d346ce495..8a378981b 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -13,4 +13,4 @@ kind: Kustomization images: - name: controller newName: emqx/emqx-operator-controller - newTag: 1.1.9 + newTag: 1.1.10 diff --git a/deploy/charts/emqx-operator/Chart.yaml b/deploy/charts/emqx-operator/Chart.yaml index 14c878d18..2e27b9416 100644 --- a/deploy/charts/emqx-operator/Chart.yaml +++ b/deploy/charts/emqx-operator/Chart.yaml @@ -20,4 +20,4 @@ version: 1.0.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: 1.1.9 \ No newline at end of file +appVersion: 1.1.10 \ No newline at end of file diff --git a/deploy/manifests/emqx-operator-controller.yaml b/deploy/manifests/emqx-operator-controller.yaml index d64f6dc35..2d93c7bed 100644 --- a/deploy/manifests/emqx-operator-controller.yaml +++ b/deploy/manifests/emqx-operator-controller.yaml @@ -8787,7 +8787,7 @@ spec: - --health-probe-bind-address=:8081 command: - /manager - image: emqx/emqx-operator-controller:1.1.9 + image: emqx/emqx-operator-controller:1.1.10 livenessProbe: httpGet: path: /healthz diff --git a/docs/en_US/getting-started/getting-started.md b/docs/en_US/getting-started/getting-started.md index ced5e714c..c151e2cb5 100644 --- a/docs/en_US/getting-started/getting-started.md +++ b/docs/en_US/getting-started/getting-started.md @@ -21,7 +21,7 @@ We using [cert manager](https://github.com/jetstack/cert-manager) for provisioni The default static configuration can be installed as follows: ```shell -$ curl -f -L "https://github.com/emqx/emqx-operator/releases/download/1.1.9/emqx-operator-controller.yaml" | kubectl apply -f - +$ curl -f -L "https://github.com/emqx/emqx-operator/releases/download/1.1.10/emqx-operator-controller.yaml" | kubectl apply -f - ``` ### Installing with Helm diff --git a/docs/zh_CN/getting-started/getting-started.md b/docs/zh_CN/getting-started/getting-started.md index 9a6a65681..7c74d22bc 100644 --- a/docs/zh_CN/getting-started/getting-started.md +++ b/docs/zh_CN/getting-started/getting-started.md @@ -17,7 +17,7 @@ ๅฎ‰่ฃ…้ป˜่ฎค้™ๆ€้…็ฝฎๆ–‡ไปถ ```bash -$ curl -f -L "https://github.com/emqx/emqx-operator/releases/download/1.1.9/emqx-operator-controller.yaml" | kubectl apply -f - +$ curl -f -L "https://github.com/emqx/emqx-operator/releases/download/1.1.10/emqx-operator-controller.yaml" | kubectl apply -f - ``` ### ้€š่ฟ‡ Helm ๅฎ‰่ฃ