Skip to content

Commit ed5f29b

Browse files
author
spyang
committed
release v2.0.0
1 parent f75d6e3 commit ed5f29b

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v2.0.0
2+
3+
- support snapshot
4+
- support clone/restore
5+
16
## v2.0.0-alpha
27

38
- update csi spec to v1.5.0

charts/curve-csi/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ version: 0.1.0
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.
2323
# It is recommended to use it with quotes.
24-
appVersion: "v2.0.0-alpha"
24+
appVersion: "v2.0.0"

charts/curve-csi/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ nodeplugin:
99
hostDir: /var/log/curve-csi-node
1010

1111
plugin:
12-
image: harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:v2.0.0-alpha
12+
image: harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:v2.0.0
1313
# add resources limit
1414
resources: {}
1515

@@ -39,7 +39,7 @@ controllerplugin:
3939
hostDir: /var/log/curve-csi-controller
4040

4141
plugin:
42-
image: harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:v2.0.0-alpha
42+
image: harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:v2.0.0
4343
# add resources limit
4444
resources: {}
4545

deploy/manifests/node-plugin-daemonset.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
capabilities:
4545
add: ["SYS_ADMIN"]
4646
allowPrivilegeEscalation: true
47-
image: harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:v2.0.0-alpha
47+
image: harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:v2.0.0
4848
args:
4949
- --endpoint=$(CSI_ENDPOINT)
5050
- --drivername=curve.csi.netease.com

deploy/manifests/provisioner-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ spec:
100100
privileged: true
101101
capabilities:
102102
add: ["SYS_ADMIN"]
103-
image: harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:v2.0.0-alpha
103+
image: harbor.cloud.netease.com/qzprod-k8s/k8scsi/curve-csi:v2.0.0
104104
args:
105105
- --endpoint=$(CSI_ENDPOINT)
106106
- --drivername=curve.csi.netease.com

0 commit comments

Comments
 (0)