Skip to content

Releases: kubernetes-sigs/azurefile-csi-driver

v1.7.0 release

11 Oct 06:48
Compare
Choose a tag to compare

Features 🌈

  • rename storage account tag key created by driver (#793)
  • ReadWriteOncePod support (#797)
  • upgrade snapshot CRD to v4.2.1 (#798)
  • support 20H2, WS2022 windows images (#807, #808)
  • set allowBlobPublicAccess as false by default (#806)
  • add registrar liveness probe on Linux (#813)

Bug Fixes 🐞

  • fix: upgrade to debian 11.0 base image to fix vulnerability (#801)
  • fix: driver pod crash issue on Windows (#809)

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.7.0

v1.6.0 release

05 Sep 07:08
Compare
Choose a tag to compare

Features 🌈

  • change driver userAgent in ARM request (#754, #766)
  • support custom userAgent in driver setting (#764, #768)
  • implement Volume_mount_group capability (#755)
  • support file share accessTier setting (#781)
  • support allowBlobPublicAccess setting in storage class (#782)

Bug Fixes 🐞

  • fix: driver register issue on Windows node (#760)

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.6.0

v1.5.0 release

24 Jul 03:52
Compare
Choose a tag to compare

Features 🌈

  • remove cloud config dependency (#711)
  • set TLS1.2 in account creation (#713)
  • support alternative driver name, deployment name in helm install (#722, #729)
  • support private endpoint for smb protocol (#738)
  • add cloudConfigSecret in helm install (#741)
  • customize controller hostNetwork setting in helm install (#743)

Bug Fixes 🐞

  • fix: unmount failure due to incorrect mount path check (#739)
  • fix: respect VnetResourceGroup in private link creation (#744)

What's Changed

Full Changelog: v1.4.0...v1.5.0

v1.4.0 release

15 Jun 01:24
Compare
Choose a tag to compare

Features 🌈

  • add tolerations customization support in chart (#703)
  • add mountOptions parameter for smb inline volume (#702)
  • add snapshot GA version (#694)

Bug Fixes 🐞

  • fix: read cloud config from secret regression in v1.3.0 (#699)

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

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