Releases: kubernetes-sigs/azurefile-csi-driver
Releases · kubernetes-sigs/azurefile-csi-driver
v0.10.0 release
Features 🌈
- Windows beta support (switch to csi-proxy v0.2.2 API)
- NFS beta support (support storage account dynamic provisioning)
- support multi OS versions for Windows images
Bug Fixes 🐞
- fix account list throttling issue in CreateVolume
- fix: not schedule driver pod on virtual node
v0.9.0 release
Features 🌈
- use "protocol: nfs" to replace "fsType: nfs"
- add mountOptions support on NFS
- bring your own account key for dynamic provisioning
- change image repo address
Bug Fixes 🐞
- set timeout(30s) for csi-provisioner
- add lock to prevent list account throttling
v0.8.0 release
Features 🌈
- add storage account private link support
- support NodeGetVolumestats
- add helm3 repo support
- NFS support
- tags parameter support
Bug Fixes 🐞
- remove secret logging in NodeStageVolume
- use MountSensitive to prevent password logging leak
- initial delay(5s) when mount azure file
- fix snapshot issue
v0.7.0 release
Features 🌈
- read cloud config from secret
- store account key to k8s secret by default
- support user defined azure credential file
Bug Fixes 🐞
- MSI issue
v0.6.0 release
Features 🌈
- Windows support(alpha)
- Promote vhd disk feature to beta
v0.5.0 release
Features 🌈
- vhd disk feature support
- volume expansion support
- MSI support
Bug Fixes 🐞
- fix mount timeout issue
v0.4.0 release
Features 🌈
- snapshot support
- enable leader election for controller component(2 replicas by default)
- NodeStageVolume (PV mount share for multiple pods on one node)
Bug Fixes 🐞
v0.3.0 beta release
- switch to CSI 1.1.0
- switch to use kubernetes-1.15.0 azure cloud provider library
- fix all sanity test failures
- add e2e tests
- add Prometheus metrics support
v0.2.0-alpha
- switch to use CSI 1.0.0
- fixed a few sanity test failures
- more CI coverage
- support v1.13.x, v1.14.x
First release of azure file CSI Driver
- based on CSI 0.3.0