Skip to content

Commit

Permalink
chore: pre relase 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory-Z committed Jul 11, 2022
1 parent 232540b commit 6760104
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 16 deletions.
14 changes: 3 additions & 11 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
## Release Note 🍻

EMQX Operator 1.2.1 is released.

### Features 🌈

- When updating EMQX Plugin Custom Resources, it will not restart Pods.

- EMQX Operator automatically binds ports to Service resources even if plugins or modules are enabled via EMQX Dashboard
EMQX Operator 1.2.2 is released.

### Fix 🛠

- We have added sidecar containers to reload the EMQX plugins when their configuration is updated

### Broken Change 🚫
- Fix the issue that the service template default port will overwrite the user set port error.

- We no longer support the API version: `apps.emqx.io/v1beta2`
- Fix the issue that service nodePort is out of range when updating EMQX Custom Resources.
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.2.1
newTag: 1.2.2
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.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.1
appVersion: 1.2.2
2 changes: 1 addition & 1 deletion deploy/manifests/emqx-operator-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6618,7 +6618,7 @@ spec:
- --health-probe-bind-address=:8081
command:
- /manager
image: emqx/emqx-operator-controller:1.2.1
image: emqx/emqx-operator-controller:1.2.2
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 use a [cert-manager](https://github.com/jetstack/cert-manager) for provisioni
The default static configuration can be installed as follows:

```shell
kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.1/emqx-operator-controller.yaml"
kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.2/emqx-operator-controller.yaml"
```

### 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
kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.1/emqx-operator-controller.yaml"
kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.2/emqx-operator-controller.yaml"
```

### 通过 Helm 安装
Expand Down

0 comments on commit 6760104

Please sign in to comment.