Skip to content

Commit

Permalink
chore: pre relase 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory-Z committed May 18, 2022
1 parent 69bd713 commit 66db6a8
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 14 deletions.
7 changes: 1 addition & 6 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
## Release Note 🍻

### Features 🌈

- Add `SecurityContext` for `EMQX Custom Resource`
- Now we can monitor the EMQX Operator's metrics via `emqx-operator-controller-manager-metrics-service`

### Fixes 🛠

- Fixed an occasional `leader election lost` issue when restarting a node
- Fixed restart listener is not working when update `.spec.listener.certificate` for EMQX Custom Resource
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.6
newTag: 1.1.7
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.4
# 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.6
appVersion: 1.1.7
8 changes: 4 additions & 4 deletions deploy/manifests/emqx-operator-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8787,7 +8787,7 @@ spec:
- --health-probe-bind-address=:8081
command:
- /manager
image: emqx/emqx-operator-controller:1.1.6
image: emqx/emqx-operator-controller:1.1.7
livenessProbe:
httpGet:
path: /healthz
Expand All @@ -8796,12 +8796,12 @@ spec:
periodSeconds: 20
name: manager
ports:
- containerPort: 8080
name: metrics
protocol: TCP
- containerPort: 9443
name: webhook-server
protocol: TCP
- containerPort: 8080
name: metrics
protocol: TCP
readinessProbe:
httpGet:
path: /readyz
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.6/emqx-operator-controller.yaml" | kubectl apply -f -
$ curl -f -L "https://github.com/emqx/emqx-operator/releases/download/1.1.7/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.6/emqx-operator-controller.yaml" | kubectl apply -f -
$ curl -f -L "https://github.com/emqx/emqx-operator/releases/download/1.1.7/emqx-operator-controller.yaml" | kubectl apply -f -
```

### 通过 Helm 安装
Expand Down

0 comments on commit 66db6a8

Please sign in to comment.