Skip to content

v1 rc1 version of csi proxy API

Compare
Choose a tag to compare
@ddebroy ddebroy released this 22 Jun 14:53
· 196 commits to master since this release
327ebfb

Overall status

Release Candidate 1 of V1 of the csi-proxy client API

Supported CSI spec versions

1.0 and above

Minimum Kubernetes version

1.18: For support for CSI plugins in kubelet.exe targeting Windows nodes

Breaking Changes

None

Deprecations

None

Major Changes

The following is a list of API modifications introduced in this API release:

FileSystem API group v1beta2:
LinkPath renamed to CreateSymlink
IsMountPoint renamed to IsSymlink
error field removed from all API response msgs

Disk API group v1beta3:
DiskStats renamed to GetDiskStats
SetAttachState renamed to SetDiskState
SetAttachState renamed to GetDiskState

Volume API group v1beta3:
DismountVolume renamed to UnmountVolume
VolumeStats renamed to GetVolumeStats
GetVolumeDiskNumber renamed to GetDiskNumberFromVolumeID
GetVolumeIDFromTargetPath renamed to GetVolumeIDFromMount

SMB API group v1beta2: error field removed from all API response msgs

Full Changelog

https://github.com/kubernetes-csi/csi-proxy/blob/master/CHANGELOG/CHANGELOG-1.0.0-rc1.md