diff --git a/RELEASE.md b/RELEASE.md index 2d07d0800..022b1b87c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,15 +1,18 @@ ## Release Note ๐Ÿป -### Features ๐ŸŒˆ -- Add telegraf sidecar container, sending metrics and events from `emqx_prometheus` plugin and emqx logs. -- Add `.spec.imagePullSecret` for Custom Resource -- Add `.spec.emqxTemplate.listener.certificate` for Custom Resource -- Add `.spec.emqxTemplate.listener.labels` for Custom Resource -- Add `.spec.emqxTemplate.listener.annotations` for Custom Resource -- Now update `.spec.license` in EmqxEnterprise does not require restart pods +**Now we no longer support the creation of new v1beta1 resources,but existing v1beta1 resources are not affected** + +### Features ๐ŸŒˆ +- For EMQX 4.4, a DNS cluster is used by default, no additional `serviceAccount` needs to be created, EMQX 4.3 still uses the k8s APIServer cluster +- The Telegraf container can now run more robustly + - Add `postStart` for Telegraf container +- The EMQX container can now be terminated more gracefully + - Add `terminationGracePeriodSeconds` for EMQX container + - Add `preStop` command for EMQX container + ### Fixes ๐Ÿ›  -- Fix update service failed in k8s 1.21 -- Fix `.spec.listener.nodePort` not work \ No newline at end of file +- Fix `ACL` not work in emqx enterprise modules +- Fix can not use latest tag for emqx image \ No newline at end of file diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 36102f954..bcef6f074 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.3 + newTag: 1.1.4 diff --git a/deploy/charts/emqx-operator/Chart.yaml b/deploy/charts/emqx-operator/Chart.yaml index e7e700422..bf0017c99 100644 --- a/deploy/charts/emqx-operator/Chart.yaml +++ b/deploy/charts/emqx-operator/Chart.yaml @@ -20,4 +20,4 @@ version: 1.0.3 # 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.3 \ No newline at end of file +appVersion: 1.1.4 \ No newline at end of file diff --git a/deploy/manifests/emqx-operator-controller.yaml b/deploy/manifests/emqx-operator-controller.yaml index 51a95c777..e6dc40fbe 100644 --- a/deploy/manifests/emqx-operator-controller.yaml +++ b/deploy/manifests/emqx-operator-controller.yaml @@ -8474,7 +8474,7 @@ spec: - --leader-elect command: - /manager - image: emqx/emqx-operator-controller:1.1.3 + image: emqx/emqx-operator-controller:1.1.4 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 26a09b49e..5df80ae7a 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.3/emqx-operator-controller.yaml" | kubectl apply -f - +$ curl -f -L "https://github.com/emqx/emqx-operator/releases/download/1.1.4/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 3f2dc7ebf..5589f97ff 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.3/emqx-operator-controller.yaml" | kubectl apply -f - +$ curl -f -L "https://github.com/emqx/emqx-operator/releases/download/1.1.4/emqx-operator-controller.yaml" | kubectl apply -f - ``` ### ้€š่ฟ‡ Helm ๅฎ‰่ฃ