Skip to content

Releases: kubernetes-sigs/azurefile-csi-driver

v1.3.0 release

01 Jun 07:34
Compare
Choose a tag to compare

Features 🌈

  • add inline volume support for SMB protocol(#657)
  • enable creation of storage account that supports large file shares(#643)
  • support on-premise smb server mount(#683)
  • driver could run in on-premise cluster without azure cloud config(#685)

Bug Fixes 🐞

  • fix: second pod mount error for static provisioning(sharename specified)(#648)
  • fix: upgrade base image to fix CVE issue(#653)
  • fix: CentOS/RedHat cert issue in chart installation(#661)
  • fix: unmount stuck issue when azure file is not found(#671)

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.3.0

v1.2.0 release

02 May 14:07
Compare
Choose a tag to compare

Features 🌈

  • support SMB version(v3.1.1) negotiation
  • increase driver memory limit to support 10K volumes

Bug Fixes 🐞

  • fix: honor useDataPlaneAPI in resize operation
  • fix: Bump K8s to v0.21.0 to address CVE-2021-3121

v1.1.0 release

11 Mar 12:25
Compare
Choose a tag to compare

Features 🌈

  • support large mount of file share creation(10K volumes)
    • add useDataPlaneAPI support
    • increase cpu & memory limit of driver sidecar containers
  • add disableDeleteRetentionPolicy support

Bug Fixes 🐞

  • fix throttling issue in large mount of file share creation scenario(10K volumes)

v1.0.0 GA release

05 Feb 08:49
Compare
Choose a tag to compare

Features 🌈

  • support more than 100TB total file share size creation in multiple accounts
  • add kubeletPath support in Helm chart
  • add controller prometheus metrics

Bug Fixes 🐞

  • reduce driver logs
  • fix latest helm chart installation issue

v0.10.0 release

02 Jan 14:49
Compare
Choose a tag to compare

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

16 Sep 05:45
Compare
Choose a tag to compare

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

31 Jul 13:56
Compare
Choose a tag to compare

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

24 May 01:10
Compare
Choose a tag to compare

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

10 Apr 13:48
Compare
Choose a tag to compare

Features 🌈

  • Windows support(alpha)
  • Promote vhd disk feature to beta

v0.5.0 release

17 Mar 03:26
Compare
Choose a tag to compare

Features 🌈

  • vhd disk feature support
  • volume expansion support
  • MSI support

Bug Fixes 🐞

  • fix mount timeout issue