Skip to content

Commit

Permalink
release evs v0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
chengxiangdong committed Sep 26, 2024
1 parent b082aad commit 3e0a52f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/evs-csi-plugin/kubernetes/csi-evs-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ spec:
- mountPath: /var/lib/csi/sockets/pluginproxy/
name: socket-dir
- name: evs-csi-provisioner
image: swr.cn-north-4.myhuaweicloud.com/k8s-csi/evs-csi-plugin:v0.1.10
image: swr.cn-north-4.myhuaweicloud.com/k8s-csi/evs-csi-plugin:v0.1.11
args:
- /bin/evs-csi-plugin
- "-v=5"
Expand Down
2 changes: 1 addition & 1 deletion deploy/evs-csi-plugin/kubernetes/csi-evs-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
- all
privileged: true
readOnlyRootFilesystem: true
image: swr.cn-north-4.myhuaweicloud.com/k8s-csi/evs-csi-plugin:v0.1.10
image: swr.cn-north-4.myhuaweicloud.com/k8s-csi/evs-csi-plugin:v0.1.11
args:
- /bin/evs-csi-plugin
- "--v=5"
Expand Down
1 change: 1 addition & 0 deletions docs/evs/evs.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ For sidecar version compatibility, please refer compatibility matrix for each si
| v0.1.8 | v1.5.0 | v1.20 ~ 1.25 | encryption |
| v0.1.9 | v1.5.0 | v1.20 ~ 1.25 | GPSSD2 and ESSD2 type |
| v0.1.10 | v1.5.0 | v1.20 ~ 1.26 | |
| v0.1.11 | v1.5.0 | v1.23 ~ 1.28 | |

> **NOTE:**
> In `v0.1.8` version, the IAM policy of EVS CSI has changed, please update your policy/role if you use EVS IAM policy.
Expand Down

0 comments on commit 3e0a52f

Please sign in to comment.