Skip to content

Releases: kubernetes-csi/csi-proxy

v1 rc1 version of csi-proxy

22 Jun 14:23
327ebfb
Compare
Choose a tag to compare

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

22 Jun 14:53
327ebfb
Compare
Choose a tag to compare

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

26 Oct 08:05
ffb169f
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.2.md

Beta.2 version of csi-proxy client

26 Oct 08:02
ffb169f
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.2.md

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