From 1a67e5b908d74ac833554ea1cbff231a3ebee824 Mon Sep 17 00:00:00 2001 From: Bin <50078747+brianbinbin@users.noreply.github.com> Date: Fri, 20 May 2022 17:44:27 +0800 Subject: [PATCH] chore: pre relase 1.1.8 (#209) --- 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 be4eced93..9c53c0030 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -2,4 +2,4 @@ ### Fixes ๐Ÿ›  -- Fixed restart listener is not working when update `.spec.listener.certificate` for EMQX Custom Resource \ No newline at end of file +- fix regex to validate image tag which contains `ip:port` \ No newline at end of file diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index e19537b4d..498b8c1b6 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.7 + newTag: 1.1.8 diff --git a/deploy/charts/emqx-operator/Chart.yaml b/deploy/charts/emqx-operator/Chart.yaml index 7de9cce81..c7361c7cf 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.7 \ No newline at end of file +appVersion: 1.1.8 \ No newline at end of file diff --git a/deploy/manifests/emqx-operator-controller.yaml b/deploy/manifests/emqx-operator-controller.yaml index d5364ba06..26830c7c4 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.7 + image: emqx/emqx-operator-controller:1.1.8 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 dd0d4f45f..a6784dc57 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.7/emqx-operator-controller.yaml" | kubectl apply -f - +$ curl -f -L "https://github.com/emqx/emqx-operator/releases/download/1.1.8/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 6715f81f0..786dfa683 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.7/emqx-operator-controller.yaml" | kubectl apply -f - +$ curl -f -L "https://github.com/emqx/emqx-operator/releases/download/1.1.8/emqx-operator-controller.yaml" | kubectl apply -f - ``` ### ้€š่ฟ‡ Helm ๅฎ‰่ฃ