Skip to content

Commit

Permalink
chore: pre release 1.2.7-ecp.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory-Z committed Jun 14, 2023
1 parent 6bc3c94 commit 618acea
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
## Release Note 🍻

EMQX Operator 1.2.7-ecp.1 is released.
EMQX Operator 1.2.7-ecp.2 is released.

### Supported EMQX version

- EMQX 4.4.8 and later

- EMQX Enterprise 4.4.8 and later

### Features 🌈
### Fixes 🛠

- Add a new field `.spec`.emqxTemplate.reloaderImage` to specify the reloader image
- Fixed the bug where the service port disappears when a node in the EMQX cluster crashes.
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.7-ecp.1
newTag: 1.2.7-ecp.2
4 changes: 2 additions & 2 deletions deploy/charts/emqx-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.11-ecp.1
version: 1.0.11-ecp.2

# 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.7-ecp.1
appVersion: 1.2.7-ecp.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 @@ -13252,7 +13252,7 @@ spec:
- --health-probe-bind-address=:8081
command:
- /manager
image: emqx/emqx-operator-controller:1.2.7-ecp.1
image: emqx/emqx-operator-controller:1.2.7-ecp.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 @@ -27,7 +27,7 @@ EMQX Operator provides helm and static yaml install, we recommend using helm to
The default static configuration can be installed as follows(If you have already installed using Helm, please ignore this step):

```shell
kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.7-ecp.1/emqx-operator-controller.yaml"
kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.7-ecp.2/emqx-operator-controller.yaml"
```

### Check EMQX Operator Controller status
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 @@ -24,7 +24,7 @@ helm install emqx-operator emqx/emqx-operator --set installCRDs=true --namespace
安装默认静态配置文件(如果已经通过helm安装,则跳过该步骤)

```bash
kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.7-ecp.1/emqx-operator-controller.yaml"
kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.7-ecp.2/emqx-operator-controller.yaml"
```

### 检查 EMQX Operator 控制器状态
Expand Down

0 comments on commit 618acea

Please sign in to comment.