diff --git a/RELEASE.md b/RELEASE.md index b7e2d3f72..be4eced93 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,10 +1,5 @@ ## Release Note ๐Ÿป -### Features ๐ŸŒˆ - -- Add `SecurityContext` for `EMQX Custom Resource` -- Now we can monitor the EMQX Operator's metrics via `emqx-operator-controller-manager-metrics-service` - ### Fixes ๐Ÿ›  -- Fixed an occasional `leader election lost` issue when restarting a node \ No newline at end of file +- Fixed restart listener is not working when update `.spec.listener.certificate` for EMQX Custom Resource \ No newline at end of file diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 7cc6b1dd2..e19537b4d 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.6 + newTag: 1.1.7 diff --git a/deploy/charts/emqx-operator/Chart.yaml b/deploy/charts/emqx-operator/Chart.yaml index 57858ac68..7de9cce81 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.6 \ No newline at end of file +appVersion: 1.1.7 \ No newline at end of file diff --git a/deploy/manifests/emqx-operator-controller.yaml b/deploy/manifests/emqx-operator-controller.yaml index 7d3d52a97..d5364ba06 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.6 + image: emqx/emqx-operator-controller:1.1.7 livenessProbe: httpGet: path: /healthz @@ -8796,12 +8796,12 @@ spec: periodSeconds: 20 name: manager ports: - - containerPort: 8080 - name: metrics - protocol: TCP - containerPort: 9443 name: webhook-server protocol: TCP + - containerPort: 8080 + name: metrics + protocol: TCP readinessProbe: httpGet: path: /readyz diff --git a/docs/en_US/getting-started/getting-started.md b/docs/en_US/getting-started/getting-started.md index f5c908608..dd0d4f45f 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.6/emqx-operator-controller.yaml" | kubectl apply -f - +$ curl -f -L "https://github.com/emqx/emqx-operator/releases/download/1.1.7/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 f504ae66b..6715f81f0 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.6/emqx-operator-controller.yaml" | kubectl apply -f - +$ curl -f -L "https://github.com/emqx/emqx-operator/releases/download/1.1.7/emqx-operator-controller.yaml" | kubectl apply -f - ``` ### ้€š่ฟ‡ Helm ๅฎ‰่ฃ