Releases: kubernetes-csi/csi-proxy
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
RC1 of Alpha version of csi-proxy
New Features
- csi-proxy.exe binary that surfaces named pipes exposing APIs for exercising storage operations on Windows hosts
- v1alpha1 File System APIs to support operations related to directories and files on Windows hosts
- v1alpha1 Disk APIs to support operations related to physical disk objects on Windows hosts
- v1alpha1 Volume APIs to support operations related to volume objects on Windows hosts
- v1alpha1 SMB APIs to support operations related to remote file system over SMB on Windows hosts