Releases: kubernetes-csi/csi-proxy
v1 rc1 version of csi-proxy
Overall status
Release Candidate 1 of V1 of the csi-proxy binary
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
--kubelet-pod-path
and --kubelet-csi-plugins-path
parameters for csi-proxy.exe is replaced with --kubelet-path
. No changes are necessary if default values for the parameters were being used to initialize csi-proxy.exe. If custom values are specified for the previous parameters, please use --kubelet-path
now.
Deprecations
None
Full Changelog
https://github.com/kubernetes-csi/csi-proxy/blob/master/CHANGELOG/CHANGELOG-1.0.0-rc1.md
v1 rc1 version of csi proxy API
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
Beta.2 version of csi-proxy binary
Overall status
Beta
Supported CSI spec versions
1.0
Minimum Kubernetes version
1.18: For support for CSI plugins in kubelet.exe targeting Windows nodes
Breaking Changes
None
Deprecations
None
Full Changelog
https://github.com/kubernetes-csi/csi-proxy/blob/master/CHANGELOG/CHANGELOG-0.2.2.md
Beta.2 version of csi-proxy client
Overall status
Beta
Supported CSI spec versions
1.0
Minimum Kubernetes version
1.18: For support for CSI plugins in kubelet.exe targeting Windows nodes
Breaking Changes
None
Deprecations
None
Full Changelog
https://github.com/kubernetes-csi/csi-proxy/blob/master/CHANGELOG/CHANGELOG-0.2.2.md
Beta.1 version of csi-proxy binary
Overall status
Beta
Supported CSI spec versions
1.0
Minimum Kubernetes version
1.18: For support for CSI plugins in kubelet.exe targeting Windows nodes
Breaking Changes
None
Deprecations
None
Full Changelog
https://github.com/kubernetes-csi/csi-proxy/blob/master/CHANGELOG/CHANGELOG-0.2.1.md
Beta.1 version of csi-proxy client
Overall status
Beta
Supported CSI spec versions
1.0
Minimum Kubernetes version
1.18: For support for CSI plugins in kubelet.exe targeting Windows nodes
Breaking Changes
None
Deprecations
None
Full Changelog
https://github.com/kubernetes-csi/csi-proxy/blob/master/CHANGELOG/CHANGELOG-0.2.1.md
Beta version of csi-proxy client
Overall status
Beta
Supported CSI spec versions
1.0
Minimum Kubernetes version
1.18: For support for CSI plugins in kubelet.exe targeting Windows nodes
Breaking Changes
None
Deprecations
None
Full Changelog
https://github.com/kubernetes-csi/csi-proxy/blob/master/CHANGELOG/CHANGELOG-0.2.0.md
Beta version of csi-proxy binary
Overall status
Beta
Supported CSI spec versions
1.0
Minimum Kubernetes version
1.18: For support for CSI plugins in kubelet.exe targeting Windows nodes
Breaking Changes
None
Deprecations
None
Full Changelog
https://github.com/kubernetes-csi/csi-proxy/blob/master/CHANGELOG/CHANGELOG-0.2.0.md
RC1 of Beta version of csi-proxy
Overall status
Beta RC1
Supported CSI spec versions
1.0.0
Recommended Kubernetes version
1.18 or above: For support for CSI plugins in kubelet.exe targeting Windows nodes
Container
N/A - csi-proxy.exe is a binary
Breaking Changes
None
Deprecations
- v1alpha1 Volume API group to support operations related to volume objects on Windows hosts. Specifically, the API
GetDiskNumberWithID
(that required a custom exe to query page 83 IDs for a disk object) is now deprecated
New Features
- v1beta1 Volume API group to support operations related to volume objects on Windows hosts. Specifically, the API
ListDiskIDs
supersedesGetDiskNumberWithID
and performs all ID gathering using go bindings and IOCTLs directly to Windows. - Ability to build and publish csi-proxy binary to gcs bucket k8s-artifacts-csi
Alpha version of csi-proxy
Overall status
Alpha
Supported CSI spec versions
1.0.0
Recommended Kubernetes version
1.18: For support for CSI plugins in kubelet.exe targeting Windows nodes
Container
N/A - csi-proxy.exe is a binary
Breaking Changes
None
Deprecations
None
New Features
- csi-proxy.exe binary that surfaces named pipes exposing versioned APIs for exercising storage operations on Windows hosts
- v1alpha1 File System API group to support operations related to directories and files on Windows hosts
- v1alpha1 Disk API group to support operations related to physical disk objects on Windows hosts
- v1alpha1 Volume API group to support operations related to volume objects on Windows hosts
- v1alpha1 SMB API group to support operations related to remote file system over SMB on Windows hosts
- CI using prow framework to build csi-proxy.exe and run unit tests