From e38ba6e7c3e200cd308eeb8449eeb4a8759fff9b Mon Sep 17 00:00:00 2001 From: Rory Z <16801068+Rory-Z@users.noreply.github.com> Date: Fri, 22 Sep 2023 14:30:07 +0800 Subject: [PATCH] chore: dump version to 1.2.7-ecp.7 Signed-off-by: Rory Z <16801068+Rory-Z@users.noreply.github.com> --- RELEASE.md | 4 ++-- config/manager/kustomization.yaml | 2 +- deploy/charts/emqx-operator/Chart.yaml | 4 ++-- 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, 8 insertions(+), 8 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 0b46498cf..d1b0b29c8 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,6 @@ ## Release Note 🍻 -EMQX Operator 1.2.7-ecp.5 is released. +EMQX Operator 1.2.7-ecp.7 is released. ### Supported EMQX version @@ -10,4 +10,4 @@ EMQX Operator 1.2.7-ecp.5 is released. ### Fixes 🛠 -- Fixed the unnecessary updates of EMQX customer resource when replicas = 0 +- Fixed the pod will not be deleted when scale down the replicas = 0 of EMQX customer resource diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 8c60fc1f2..159dab170 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.2.7-ecp.6 + newTag: 1.2.7-ecp.7 diff --git a/deploy/charts/emqx-operator/Chart.yaml b/deploy/charts/emqx-operator/Chart.yaml index 8a0c0e1bb..5e9c6aa14 100644 --- a/deploy/charts/emqx-operator/Chart.yaml +++ b/deploy/charts/emqx-operator/Chart.yaml @@ -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: 1.0.11-ecp.6 +version: 1.0.11-ecp.7 # 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.2.7-ecp.6 +appVersion: 1.2.7-ecp.7 diff --git a/deploy/manifests/emqx-operator-controller.yaml b/deploy/manifests/emqx-operator-controller.yaml index d3dd2a187..537aabd93 100644 --- a/deploy/manifests/emqx-operator-controller.yaml +++ b/deploy/manifests/emqx-operator-controller.yaml @@ -13248,7 +13248,7 @@ spec: - --health-probe-bind-address=:8081 command: - /manager - image: emqx/emqx-operator-controller:1.2.7-ecp.6 + image: emqx/emqx-operator-controller:1.2.7-ecp.7 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 5887743ad..1db818e09 100644 --- a/docs/en_US/getting-started/getting-started.md +++ b/docs/en_US/getting-started/getting-started.md @@ -27,7 +27,7 @@ EMQX Operator provides helm and static yaml install, we recommend using helm to The default static configuration can be installed as follows(If you have already installed using Helm, please ignore this step): ```shell -kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.7-ecp.6/emqx-operator-controller.yaml" +kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.7-ecp.7/emqx-operator-controller.yaml" ``` ### Check EMQX Operator Controller status diff --git a/docs/zh_CN/getting-started/getting-started.md b/docs/zh_CN/getting-started/getting-started.md index b6683716e..5f14d4eff 100644 --- a/docs/zh_CN/getting-started/getting-started.md +++ b/docs/zh_CN/getting-started/getting-started.md @@ -24,7 +24,7 @@ helm install emqx-operator emqx/emqx-operator --set installCRDs=true --namespace 安装默认静态配置文件(如果已经通过helm安装,则跳过该步骤) ```bash -kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.7-ecp.6/emqx-operator-controller.yaml" +kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.7-ecp.7/emqx-operator-controller.yaml" ``` ### 检查 EMQX Operator 控制器状态