Releases: kubernetes-sigs/alibaba-cloud-csi-driver
v1.6.1
Mainly Update
- Support EED of alibabacloud: https://www.alibabacloud.com/help/en/ecs/user-guide/elastic-ephemeral-disks
- Support Regional disk of alibabacloud: https://www.alibabacloud.com/help/en/ecs/user-guide/regional-essd-disks
- VolumeGroupSnapshot can be enabled by Featuregate
- Bump CSI spec to 1.10
Warning
The v1beta1 version of VolumeSnapshot
, VolumeSnapshotContent
and VolumeSnapshotClass
CR is no longer served, API requests to this version receive a not found error in the server response. Please use v1 as instead.
What's Changed
- deploy: cleanup kubelet root dir and add slash to volumeMounts by @huww98 in #1140
- Refactor oss mount process by @tydra-wang in #1139
- disk: remove instant access snapshot params by @huww98 in #880
- remove csicommon and bump CSI spec to v1.9 by @huww98 in #1116
- disk: support for EED by @huww98 in #1135
- deploy: use new header env by @huww98 in #1145
- metadata: split ack-cluster-profile to another provider by @huww98 in #1131
- chart: add ossfs tag on provisioner by @AlbeeSo in #1149
- metadata: ignore empty k8s node label by @huww98 in #1128
- OSS: set default ossfs default log level to err by @AlbeeSo in #1147
- Fix oss mount options parsing by @tydra-wang in #1150
- Disable recycle bin check when deleting subpath by @tydra-wang in #1143
- chore: reduce error logs from metrics collector by @tydra-wang in #1067
- feat(OSS) rewrite: allow update token by external secret through secretRef by @AlbeeSo in #1146
- deploy: only add init container for nas/oss driver by @huww98 in #1123
- disk: fixes for EED by @huww98 in #1148
- disk: also count EED when getAttachedCloudDisks by @huww98 in #1076
- init: refine cleaning up old volume staging path by @huww98 in #1091
- test: update cluster config for 1.30 by @huww98 in #1093
- deploy: speed up the rollout by @huww98 in #1110
- Support byte-level NAS capacity metrics by @iltyty in #1120
- support for regional disk by @huww98 in #1114
- deploy: only install fuse namespace if OSS is enabled by @huww98 in #1151
- deploy: bump image tags by @huww98 in #1152
- test/cluster: use flannel & cleanups by @huww98 in #1153
- bump csi-provisioner & csi-resizer by @huww98 in #1154
- deploy: move DEFAULT_REGISTRY env from local-csi-provisioner to csi-p… by @AlbeeSo in #1156
- OSS: bump ossfs version to 1.91.3.ack.3 to fix metrics by @AlbeeSo in #1158
- deploy: fix ossfs image name by @huww98 in #1159
- disk: do resizefs regardless of snapshot by @huww98 in #1164
- disk: use DescribeEndpoints for internal mode by @huww98 in #1163
- install CRDs with helm by @huww98 in #1029
- redirect logs to klog by @huww98 in #1054
- oss: trimspace for ak&sk by @AlbeeSo in #1172
- Don't install iohub-vfhp-helper by @huww98 in #1169
- doc: update readme by @mowangdk in #1095
- deploy: fix local external provisioner leader election args by @huww98 in #1178
- oss: translate OSS bucket domain name to endpoint automatically by @AlbeeSo in #1173
- disk: refine error message for rwx filesystem by @huww98 in #1167
- disk: cleanup formatCSISnapshot by @huww98 in #1157
- bump csi-attacher to v4.6.1 by @huww98 in #1160
- Make ack drain skip fuse pods by @tydra-wang in #1181
- disk: cancel waiting for attach/detach when GRPC cancelled by @huww98 in #1027
- disk: avoid concurrent operation on the same disk by @huww98 in #1170
- Add csi-agent for oss mounting in ACS rund by @tydra-wang in #1141
- oss: support get sts endpoint from env for private cloud by @AlbeeSo in #1174
- oss: ossfs bump to 1.91.4 and support OSS signature v4 by @AlbeeSo in #1180
- oss: cnfs-oss support use subpath by @AlbeeSo in #1185
- deploy: tune disk sidecar flow control to 2x by @huww98 in #1186
- metadata: use ECS security hardening mode by @huww98 in #1132
- disk: reduce 1 DescribeDisks OpenAPI request on delete by @huww98 in #1184
- disk: add a feature gate to disable expand auto snapshot by @huww98 in #1182
- rename disable-auto-snapshots feature to keep consistent with sidecar by @AlbeeSo in #1187
- disk: rename regional essd to cloud_regional_disk_auto by @huww98 in #1188
- deploy: tune oss attacher flow control to 2x by @huww98 in #1189
- Fix: ossfs mime-support config not work by @tydra-wang in #1196
- remove special character check by @huww98 in #1101
- Check VBM node type automatically and support csi rund 3.0 protocol by @mowangdk in #1177
- bump CSI spec to v1.10 by @huww98 in #1144
- csi-agent/disk: node expand volume by @huww98 in #1183
- deploy: remove local by @huww98 in #1201
- disk: distinguish attach from node/controller by @huww98 in #1087
- unify node/controller service enabling by @huww98 in #993
- csi-agent: disable sub-directory check in NodeServerWithValidator by @huww98 in #1202
- Get available disk count from node annotation by @iltyty in #1203
- feat: add volume attachment time & csi grpc execution time metrics by @iltyty in #1142
- deploy/external: fix for OSS driver by @huww98 in #1212
- Fix kubelet restart grpc calling bugs of runD by @mowangdk in #1204
- Revert "deploy: remove local" by @huww98 in #1219
- Private cloud/oss protocol by @AlbeeSo in #1205
- bump external-snapshotter to v8.1.0 by @huww98 in #1197
- cleanup: remove single snapshot request limit logic by @AlbeeSo in #1193
- Cleanups about mount.New() by @huww98 i...
v1.6.0
Mainly Update
- Support EED of alibabacloud: https://www.alibabacloud.com/help/en/ecs/user-guide/elastic-ephemeral-disks
- Support Regional disk of alibabacloud: https://www.alibabacloud.com/help/en/ecs/user-guide/regional-essd-disks
- Bump CSI spec to 1.10
Warning
The v1beta1 version of VolumeSnapshot
, VolumeSnapshotContent
and VolumeSnapshotClass
CR is no longer served, API requests to this version receive a not found error in the server response. Please use v1 as instead.
What's Changed
- deploy: cleanup kubelet root dir and add slash to volumeMounts by @huww98 in #1140
- Refactor oss mount process by @tydra-wang in #1139
- disk: remove instant access snapshot params by @huww98 in #880
- remove csicommon and bump CSI spec to v1.9 by @huww98 in #1116
- disk: support for EED by @huww98 in #1135
- deploy: use new header env by @huww98 in #1145
- metadata: split ack-cluster-profile to another provider by @huww98 in #1131
- chart: add ossfs tag on provisioner by @AlbeeSo in #1149
- metadata: ignore empty k8s node label by @huww98 in #1128
- OSS: set default ossfs default log level to err by @AlbeeSo in #1147
- Fix oss mount options parsing by @tydra-wang in #1150
- Disable recycle bin check when deleting subpath by @tydra-wang in #1143
- chore: reduce error logs from metrics collector by @tydra-wang in #1067
- feat(OSS) rewrite: allow update token by external secret through secretRef by @AlbeeSo in #1146
- deploy: only add init container for nas/oss driver by @huww98 in #1123
- disk: fixes for EED by @huww98 in #1148
- disk: also count EED when getAttachedCloudDisks by @huww98 in #1076
- init: refine cleaning up old volume staging path by @huww98 in #1091
- test: update cluster config for 1.30 by @huww98 in #1093
- deploy: speed up the rollout by @huww98 in #1110
- Support byte-level NAS capacity metrics by @iltyty in #1120
- support for regional disk by @huww98 in #1114
- deploy: only install fuse namespace if OSS is enabled by @huww98 in #1151
- deploy: bump image tags by @huww98 in #1152
- test/cluster: use flannel & cleanups by @huww98 in #1153
- bump csi-provisioner & csi-resizer by @huww98 in #1154
- deploy: move DEFAULT_REGISTRY env from local-csi-provisioner to csi-p… by @AlbeeSo in #1156
- OSS: bump ossfs version to 1.91.3.ack.3 to fix metrics by @AlbeeSo in #1158
- deploy: fix ossfs image name by @huww98 in #1159
- disk: do resizefs regardless of snapshot by @huww98 in #1164
- disk: use DescribeEndpoints for internal mode by @huww98 in #1163
- install CRDs with helm by @huww98 in #1029
- redirect logs to klog by @huww98 in #1054
- oss: trimspace for ak&sk by @AlbeeSo in #1172
- Don't install iohub-vfhp-helper by @huww98 in #1169
- doc: update readme by @mowangdk in #1095
- deploy: fix local external provisioner leader election args by @huww98 in #1178
- oss: translate OSS bucket domain name to endpoint automatically by @AlbeeSo in #1173
- disk: refine error message for rwx filesystem by @huww98 in #1167
- disk: cleanup formatCSISnapshot by @huww98 in #1157
- bump csi-attacher to v4.6.1 by @huww98 in #1160
- Make ack drain skip fuse pods by @tydra-wang in #1181
- disk: cancel waiting for attach/detach when GRPC cancelled by @huww98 in #1027
- disk: avoid concurrent operation on the same disk by @huww98 in #1170
- Add csi-agent for oss mounting in ACS rund by @tydra-wang in #1141
- oss: support get sts endpoint from env for private cloud by @AlbeeSo in #1174
- oss: ossfs bump to 1.91.4 and support OSS signature v4 by @AlbeeSo in #1180
- oss: cnfs-oss support use subpath by @AlbeeSo in #1185
- deploy: tune disk sidecar flow control to 2x by @huww98 in #1186
- metadata: use ECS security hardening mode by @huww98 in #1132
- disk: reduce 1 DescribeDisks OpenAPI request on delete by @huww98 in #1184
- disk: add a feature gate to disable expand auto snapshot by @huww98 in #1182
- rename disable-auto-snapshots feature to keep consistent with sidecar by @AlbeeSo in #1187
- disk: rename regional essd to cloud_regional_disk_auto by @huww98 in #1188
- deploy: tune oss attacher flow control to 2x by @huww98 in #1189
- Fix: ossfs mime-support config not work by @tydra-wang in #1196
- remove special character check by @huww98 in #1101
- Check VBM node type automatically and support csi rund 3.0 protocol by @mowangdk in #1177
- bump CSI spec to v1.10 by @huww98 in #1144
- csi-agent/disk: node expand volume by @huww98 in #1183
- deploy: remove local by @huww98 in #1201
- disk: distinguish attach from node/controller by @huww98 in #1087
- unify node/controller service enabling by @huww98 in #993
- csi-agent: disable sub-directory check in NodeServerWithValidator by @huww98 in #1202
- Get available disk count from node annotation by @iltyty in #1203
- feat: add volume attachment time & csi grpc execution time metrics by @iltyty in #1142
- deploy/external: fix for OSS driver by @huww98 in #1212
- Fix kubelet restart grpc calling bugs of runD by @mowangdk in #1204
- Revert "deploy: remove local" by @huww98 in #1219
- Private cloud/oss protocol by @AlbeeSo in #1205
- bump external-snapshotter to v8.1.0 by @huww98 in #1197
- cleanup: remove single snapshot request limit logic by @AlbeeSo in #1193
- Cleanups about mount.New() by @huww98 in https://github.com/kubernetes-sigs/alibaba-cloud-cs...
v1.5.0
What's Changed
- build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @huww98 in #1020
- build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #1018
- Add security doc by @mowangdk in #1019
- Add more security reported infos by @mowangdk in #1024
- replace plain yaml manifest with helm chart by @huww98 in #870
- deploy: rename sa/role plugin -> node by @huww98 in #1036
- docs: update related documentation by @vie-serendipity in #1035
- remove direct deps on github.com/golang/protobuf by @huww98 in #981
- Refactor get device by volumeID routines by @huww98 in #940
- helm: bump image version to release v1.4.0 by @huww98 in #1033
- helm: fix service account name by @huww98 in #1039
- deploy: remove plain nonecs yaml by @huww98 in #1034
- feat: tag disk when creating static volume by @vie-serendipity in #1040
- disk: fix partition detection by @huww98 in #1041
- retry ResizeDisk in case of last order processing by @huww98 in #1015
- feat: support UpdatedOssfsVersion feature-gate by @AlbeeSo in #1023
- disk: fix sysConfig by @huww98 in #1048
- build: update asi Dockerfile by @huww98 in #1051
- docs,helm: disable controller on non-ECS by @huww98 in #1045
- disk: fix error when mounting parted disks by @huww98 in #1053
- Feature/cherry pick rund csi3.0 by @mowangdk in #1043
- cloud/metadata: retry on http 429 by @huww98 in #1017
- avoid two level of status.Error by @huww98 in #1025
- helm: remove csinodeinfos from RBAC by @huww98 in #1050
- disk/device_manager: replace syscall with unix package by @huww98 in #1049
- feautre: add featuregate parameters by @mowangdk in #1055
- fix: compatible with the old OSS accelerator endpoint by @AlbeeSo in #1058
- fix: rund protocol file path by @tydra-wang in #1061
- helm: add separated local driver by @huww98 in #1037
- NAS: make rund protocol work without skipmount by @tydra-wang in #1065
- disk: fix false warning about udevadm by @huww98 in #1021
- Kubernetes e2e external storage manifest by @huww98 in #1042
- don't bring our own nsenter by @huww98 in #990
- test: scripts for integration tests and collect coverage by @huww98 in #1032
- disk/ListSnapshots: refactor to comply with CSI by @huww98 in #1016
- build(deps): bump golang.org/x/net from 0.17.0 to 0.23.0 by @dependabot in #1031
- add more reviewers by @huww98 in #1059
- cleanup the go.mod by @huww98 in #874
- feat: add helm deploy for edge by @vie-serendipity in #1056
- Fix volume setup for rund 2.0 by @tydra-wang in #1068
- disk: verify VolumeCapabilities by @huww98 in #902
- disk: support specify disk tags with diskTags/key: value by @huww98 in #1000
- disk: ensure the tags order is consistent by @huww98 in #1073
- cleanup: remove jindofs temporarily by @AlbeeSo in #1074
- test: dereference while gather logs by @huww98 in #1070
- local: bump to v0.1.0 by @huww98 in #1077
- combine the init script of different arch into one by @huww98 in #1072
- helm: nas driver no longer needs /mnt by @huww98 in #1047
- Add support for ACK-one register clusters by @tydra-wang in #1078
- ossfs: bump to 1.91.3 by @AlbeeSo in #1082
- bump golang to 1.22.3 by @huww98 in #1075
- build: install alinas-utils on Ubuntu by @huww98 in #1079
- Remove SPM and non-ascii chars in log by @denverdino in #1084
- doc: add ram policy example for nas driver by @tydra-wang in #1080
- update alinas-utils rpm package to support tls mount on alinux3 by @tydra-wang in #1085
- CGroup V2 support by @huww98 in #1081
- Fix helm upgrade by @huww98 in #1088
- deploy: ensure daemonset can upgrade by @huww98 in #1089
- init: fix restart and downgrade for yum by @huww98 in #1092
- no longer use /mnt as tmp mount path by @tydra-wang in #1094
- feat: support assume role for RRSA by @AlbeeSo in #1107
- oss: support concatenated mountoptions like -ogid=1000,uid=1000 by @AlbeeSo in #1104
- disk: ensure NodeUnstageVolume is called if attached but not mounted by @huww98 in #992
- deploy: optimize controller template by @huww98 in #1105
- fix: typo error by @fm2022aa in #1108
- feat(OSS): allow customized roleName for STS by @AlbeeSo in #1109
- disk: serial detach ad-slot by @huww98 in #1026
- Nas unit tests by @iltyty in #1112
- disk: refactor create disk by @huww98 in #1083
- chore: Add new support filesystem type by @mowangdk in #1115
- deploy: support customized kubelet root dir by @huww98 in #1121
- disk: use the new snapshot Available field by @huww98 in #1030
- disk: skip read xattr for files other than block device by @huww98 in #1130
- build: disable shell in container image by @huww98 in #1133
- deploy: refine for disk only deployments by @huww98 in #1129
- disk: fix performance level not effective by @huww98 in #1134
- Add new env for private cloud by @mowangdk in #1136
Image Address:
registry.cn-beijing.aliyuncs.com/acs/csi-plugin:v1.30.3-90b225e-aliyun-init
registry.cn-beijing.aliyuncs.com/acs/csi-plugin:v1.30.3-90b225e-aliyun
We have updated daemonset yaml for csi-plugin, Be careful when...
v1.4.0
What's Changed
- fix(nas): set /proc/sys/sunrpc/tcp_slot_table_entries to 128 by @tydra-wang in #922
- disk: fix parameter checks in NewNodeServer by @dongjiang1989 in #917
- fix(oss): do not kill ossfs pods when failed to unmount by @tydra-wang in #923
- fix: support sts authtype in containerized version by @AlbeeSo in #925
- fix: configure mlocate cron.daily by @AlbeeSo in #924
- feat-oss: encryption kms, aes236, byok by @AlbeeSo in #926
- metadata: support for old ecs-instance-id label by @huww98 in #929
- support customized annotations and labels on fuse pod by @AlbeeSo in #928
- build(asi): update dockerfile by @tydra-wang in #932
- ossfs entrypoint should not delay termination if no mountpoints by @tydra-wang in #933
- deploy: remove GA feature gate by @huww98 in #936
- feature: support all disk types auto resize by @mowangdk in #937
- disk: remove the size limit of some categories by @huww98 in #906
- local: allow volume to be removed from deleted node by @huww98 in #939
- disk: refine attach error codes by @huww98 in #901
- fix: use "mime" key to compatible with s3fs by @AlbeeSo in #941
- bump k8s.io/client-go and related to v0.26.12 by @huww98 in #942
- unify version by @huww98 in #862
- feat: add rootfs and ephemeral storage metrics by @tydra-wang in #944
- fix(nas): fix error handling when deleting mounttarget not existing by @tydra-wang in #943
- store disk type and performance level as slice by @huww98 in #878
- fix metrics collector panic by @tydra-wang in #949
- disk: fix config file leakage if VolumeDevice is detached from DeleteVolume by @huww98 in #953
- support debug level log for ossfs in configmap by @AlbeeSo in #955
- support alibabacloud.com/kms-key-id CreateVolume parameter by @huww98 in #948
- umount ossfs global mountpoint if corrupted by @tydra-wang in #957
- cleanup /etc/csi-tool by @huww98 in #958
- skip setup for provisioner by @huww98 in #920
- fix build version injection by @huww98 in #961
- disk: refined volume count detection by @huww98 in #960
- enable embed git revision in binary by @huww98 in #962
- disk: add tags to ECS snapshot by @huww98 in #905
- update issue template by @huww98 in #965
- disk: set IO limit before mount by @huww98 in #967
- disk: wait to serialize attach & detach by @huww98 in #930
- cleanup: Remove useless code module by @mowangdk in #971
- oss: do not panic when metadata server unavailable by @huww98 in #968
- batch dead code removal by @huww98 in #854
- remove pkg/log by @huww98 in #974
- disk: support running provisioner without ECS metadata by @huww98 in #973
- Unified loopdevice name by @mowangdk in #975
- Revert "Unified loopdevice name" by @mowangdk in #976
- fix panic when using parallel attach detach by @huww98 in #977
- feature: support specific http header by @mowangdk in #978
- use google protobuf with ttrpc by @huww98 in #979
- bug: fix string float conversion by @mowangdk in #980
- chore: refact token decrypt by @mowangdk in #983
- disk: fallback on unsupported PL by @huww98 in #984
- disk/NodeExpandVolume: return NotFound if VolumePath not found by @huww98 in #986
- avoid two level of status.Error by @huww98 in #985
- fix: containerized ossfs metrics by @AlbeeSo in #931
- oss-perf: modify default protocol for ossfs URL by @AlbeeSo in #972
- disk: remove shell usage by @huww98 in #989
- move local driver into seperate repository by @huww98 in #982
- feat: containerized ossfs auth enhanced by @AlbeeSo in #927
- remove deprecated k8s.io/utils/mount by @huww98 in #991
- Remove deprecated cpfs plugin by @tydra-wang in #995
- Refactor nas plugin and support accesspoint by @tydra-wang in #914
- feature: remove system disk check failed by @mowangdk in #997
- fix(nas): extreme subpath provision by @tydra-wang in #998
- feat: organize csi rbac privilege by @mowangdk in #999
- bump NAS SDK by @huww98 in #1001
- update serviceAccountName in Pod by @huww98 in #1003
- fix(nas): do not set vpc endpoint for all regions by @tydra-wang in #1002
- disk: NodeGetInfo cleanups by @huww98 in #1004
- disk: only count cloud disks by @huww98 in #1005
- fix RBAC for csi-snapshotter by @huww98 in #1006
- feat: organize node expand logics by @mowangdk in #1008
- Remove all shell command by @huww98 in #1011
- disk: fix and cleanup NodeExpandVolume by @huww98 in #1013
- feat: add featuregate by @vie-serendipity in #1010
Image Address:
registry.cn-beijing.aliyuncs.com/acs/csi-plugin:v1.30.1-242df8a-aliyun-init
registry.cn-beijing.aliyuncs.com/acs/csi-plugin:v1.30.1-242df8a-aliyun
We have updated daemonset yaml for csi-plugin, please be careful when you update existing cluster component, please refer to
https://github.com/kubernetes-sigs/alibaba-cloud-csi-driver/blob/master/deploy/ecs/csi-plugin.yaml
New Contributors
- @dongjiang1989 made their first contribution in #917
- @vie-serendipity made their first contribution in #1010
Full Changelog: v1.3.0...v1.4.0
v1.3.0
Mainly Changed
bugfixs
- bugfix: Fix max volume count by @huww98 in #829
- bugfix: remove empty OSS mount point to avoid mount point retain problem by @AlbeeSo in #793
- bugfix(metrics): get disk pv globalmount path correctly by @tydra-wang in #852
- bugfix: silence metrics volume devices logic by @mowangdk in #826
- bugfix: use original URL from PV volume attributes if cannot get regionId for network policy check by @AlbeeSo in #825
- bugfix: oss-bugfix: remove yum cmd in entrypoint for lifseaOS by @AlbeeSo in #841
- bugfix: disk: fix unmountDuplicateMountPoint to handle no data disk node by @huww98 in #911
- bugfix: Fix IO limits not effective by @huww98 in #891
- bugfix: Fix host_os detection by @tydra-wang in #896
- bugfix: Fix nfs vers parsing by @tydra-wang in #851
- bugfix: fix guaranteed QoS blkio cgroup path by @huww98 in #904
CVE
- CVE-2023-44487: bump golang.org/x/net to v0.17.0 by @dobsonj in #894
Features
- Changes to get reasonable csi-sanity test results by @huww98 in #827
- Validate that all parameters required by CSI spec is provided by @huww98 in #834
- chore: add vendor check actions by @mowangdk in #822
- Add disk tags about PV/PVC by @huww98 in #838
- introduce allocatable-disk node annotation by @huww98 in #848
- rbac: add node patch permission by @huww98 in #855
- update external provisioner to v3.5.0 by @huww98 in #857
- always force delete disk snapshot by @huww98 in #856
- adding checks to getInstanceDoc by @huww98 in #858
- cleanup: delete RemoveAll MkdirAll method by @mowangdk in #859
- oss-feat: add ro mount options in ReadOnly mode by @AlbeeSo in #860
- nas: serialize operations on the same volume by @tydra-wang in #861
- Unit test for deleteDisk by @huww98 in #867
- feature: enable bdf check for pov driver by @mowangdk in #869
- oss: support CoCo direct volume feature by @mozillazg in #882
- feature: Lowering the minimum essd-pl0 capacity limit by @mowangdk in #889
- feature: support reschedule disk with resource exhausted error in del… by @mowangdk in #890
- Feature: narrow down reschedule scenario by @mowangdk in #892
- Feature: support restricted resource code error retry by @mowangdk in #895
- Cleanup: support read kubecfg from command line by @mowangdk in #897
- disk: support cloud_essd_entry category by @huww98 in #909
- add rbac for csi-plugin to get svc of storage-monitor by @tydra-wang in #907
- disable podInformer in external-resizer by @huww98 in #919
- containerized ossfs mount by @tydra-wang in #918
Image Address:
registry.cn-beijing.aliyuncs.com/acs/csi-plugin:v1.28.2-15f6e0e-aliyun
New Contributors
- @mozillazg made their first contribution in #882
Full Changelog: v1.2.1...v1.3.0
v1.2.1
CHANGELOG:
cleanup: cleanup go.mod replace
feature: support disk auto detected
feature: support pov driver
bump: upgrade ossfs version to v1.88.1
Image Address:
registry.cn-hangzhou.aliyuncs.com/acs/csi-plugin:v1.26.4-e7e52e9-aliyun
v1.2.0
v1.1.7
v1.1.6
v1.1.5
CHANGELOG:
Support waitforfirstconsumer in eci mode; #563
Support LVM volume iops limitation; #586
Support volume expand in rund runtime; #573
Upgrade cpfs driver package; #580
Image Address:
registry.cn-hangzhou.aliyuncs.com/acs/csi-plugin:v1.22.8-5d23546-aliyun
registry.cn-hangzhou.aliyuncs.com/acs/csi-provisioner:v3.0.0-b7fdbbf-aliyun
registry.cn-hangzhou.aliyuncs.com/acs/csi-attacher:v3.3-37d8f31-aliyun
registry.cn-hangzhou.aliyuncs.com/acs/csi-resizer:v1.3-e42ee11-aliyun
registry.cn-hangzhou.aliyuncs.com/acs/csi-snapshotter:v4.0.0-c91a964-aliyun
registry.cn-hangzhou.aliyuncs.com/acs/snapshot-controller:v4.0.0-c91a964-aliyun
registry.cn-hangzhou.aliyuncs.com/acs/csi-node-driver-registrar:v2.3.0-038aeb6-aliyun