Skip to content

Releases: kubernetes-csi/csi-proxy

Beta.1 version of csi-proxy binary

15 Sep 16:36
c76bbd5
Compare
Choose a tag to compare

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

15 Sep 16:41
c76bbd5
Compare
Choose a tag to compare

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

08 Sep 08:03
2768ba0
Compare
Choose a tag to compare

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

02 Sep 05:06
a37f58f
Compare
Choose a tag to compare

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

11 Aug 18:47
f51118c
Compare
Choose a tag to compare
Pre-release

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 supersedes GetDiskNumberWithID 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

30 Mar 17:09
6077942
Compare
Choose a tag to compare

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

24 Mar 21:07
9118629
Compare
Choose a tag to compare
Pre-release

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