Skip to content

Commit e38ba6e

Browse files
committed
chore: dump version to 1.2.7-ecp.7
Signed-off-by: Rory Z <[email protected]>
1 parent 051588b commit e38ba6e

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Release Note 🍻
22

3-
EMQX Operator 1.2.7-ecp.5 is released.
3+
EMQX Operator 1.2.7-ecp.7 is released.
44

55
### Supported EMQX version
66

@@ -10,4 +10,4 @@ EMQX Operator 1.2.7-ecp.5 is released.
1010

1111
### Fixes 🛠
1212

13-
- Fixed the unnecessary updates of EMQX customer resource when replicas = 0
13+
- Fixed the pod will not be deleted when scale down the replicas = 0 of EMQX customer resource

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: emqx/emqx-operator-controller
16-
newTag: 1.2.7-ecp.6
16+
newTag: 1.2.7-ecp.7

deploy/charts/emqx-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.0.11-ecp.6
18+
version: 1.0.11-ecp.7
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: 1.2.7-ecp.6
23+
appVersion: 1.2.7-ecp.7

deploy/manifests/emqx-operator-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13248,7 +13248,7 @@ spec:
1324813248
- --health-probe-bind-address=:8081
1324913249
command:
1325013250
- /manager
13251-
image: emqx/emqx-operator-controller:1.2.7-ecp.6
13251+
image: emqx/emqx-operator-controller:1.2.7-ecp.7
1325213252
livenessProbe:
1325313253
httpGet:
1325413254
path: /healthz

docs/en_US/getting-started/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ EMQX Operator provides helm and static yaml install, we recommend using helm to
2727
The default static configuration can be installed as follows(If you have already installed using Helm, please ignore this step):
2828

2929
```shell
30-
kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.7-ecp.6/emqx-operator-controller.yaml"
30+
kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.7-ecp.7/emqx-operator-controller.yaml"
3131
```
3232

3333
### Check EMQX Operator Controller status

docs/zh_CN/getting-started/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ helm install emqx-operator emqx/emqx-operator --set installCRDs=true --namespace
2424
安装默认静态配置文件(如果已经通过helm安装,则跳过该步骤)
2525

2626
```bash
27-
kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.7-ecp.6/emqx-operator-controller.yaml"
27+
kubectl apply -f "https://github.com/emqx/emqx-operator/releases/download/1.2.7-ecp.7/emqx-operator-controller.yaml"
2828
```
2929

3030
### 检查 EMQX Operator 控制器状态

0 commit comments

Comments
 (0)