Skip to content

Commit

Permalink
chore(release): pre-release-1.1.4 (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiragoo authored Mar 10, 2022
1 parent 7cc0d3a commit 130a683
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 14 deletions.
21 changes: 12 additions & 9 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -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
- Fix `ACL` not work in emqx enterprise modules
- Fix can not use latest tag for emqx image
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ kind: Kustomization
images:
- name: controller
newName: emqx/emqx-operator-controller
newTag: 1.1.3
newTag: 1.1.4
2 changes: 1 addition & 1 deletion deploy/charts/emqx-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
appVersion: 1.1.4
2 changes: 1 addition & 1 deletion deploy/manifests/emqx-operator-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/en_US/getting-started/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/zh_CN/getting-started/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 安装
Expand Down

0 comments on commit 130a683

Please sign in to comment.