Skip to content

Releases: kubernetes-sigs/azurefile-csi-driver

v1.22.0 release

30 Sep 03:38
Compare
Choose a tag to compare

Features 🌈

  • support cross subscription with management api (#1077)
  • support https proxy and http proxy in chart config (#1091)
  • add support for labels, annotations, podLabels and podAnnotations (#1096)

Bug Fixes 🐞

  • fix: delete volume failure when management api is throttled (#1082)
  • fix: CVE-2022-27664 (#1084)
  • fix: cancel the context when timeout of deleting file share (#1085)

What's Changed

New Contributors

Full Changelog: v1.21.0...v1.22.0

v1.21.0 release

26 Aug 06:33
Compare
Choose a tag to compare

Features 🌈

  • add requireInfraEncryption parameter in storage class (#1065)

Bug Fixes 🐞

  • fix: don't return error if request size is smaller than existing quota (#1058)
  • fix: increase sidecar container memory limits on Windows (#1044)

What's Changed

New Contributors

Full Changelog: v1.20.0...v1.21.0

v1.20.0 release

15 Jul 08:34
Compare
Choose a tag to compare

Features 🌈

  • support pv/pvc metadata for shareName parameter (#1046)
  • add affinity, nodeSelector in chart config (#1042)

Bug Fixes 🐞

  • fix: CSI function should return internal error (#1053)
  • fix: ControllerUnpublishVolume errors for inline volume unmount (#1044)

What's Changed

Full Changelog: v1.19.0...v1.20.0

v1.19.0 release

10 Jun 08:48
Compare
Choose a tag to compare

Features 🌈

  • add controller.runOnControlPlane in chart config (#1036)
  • add new option to allow VHD feature opt-out (#1023)

Bug Fixes 🐞

  • fix: incorrect runOnMaster label config (#1032)
  • fix: panic when create private endpoint using azurefile NFS (#1038)

What's Changed

New Contributors

Full Changelog: v1.18.0...v1.19.0

v1.18.0 release

20 May 12:30
Compare
Choose a tag to compare

Features 🌈

  • skip chmod if mountPermissions is 0 after mount (#1011)
  • set fsGroupChangePolicy as OnRootMismatch for nfs by default (#1013, #1024)
  • set fsGroupPolicy in CSIDriver as ReadWriteOnceWithFSType by default (#1017)

Bug Fixes 🐞

  • fix: bypass chmod if mounting point permissions are correct (#1019)
  • fix: inline volume mount options passing issue (#1026)

Notion about CSI driver version upgrade

  • fsGroupPolicy in CSIDriver is set as ReadWriteOnceWithFSType from v1.18.0, if you are going to upgrade CSI driver to 1.18+, please run kubectl delete CSIDriver file.csi.azure.com before upgrade

What's Changed

Full Changelog: v1.17.0...v1.18.0

v1.17.0 release

29 Apr 07:33
Compare
Choose a tag to compare

Features 🌈

  • upgrade sidecar image versions (#1005 )

What's Changed

Full Changelog: v1.16.0...v1.17.0

v1.16.0 release

22 Apr 10:50
Compare
Choose a tag to compare

Bug Fixes 🐞

  • fix: expand volume failure in csi migration scenario (#986)
  • fix: CVE-2022-1271 in image build (#991)
  • fix: disallow disableDeleteRetentionPolicy on Standard account type (#996)

What's Changed

Full Changelog: v1.15.0...v1.16.0

v1.15.0 release

15 Apr 07:18
Compare
Choose a tag to compare

Bug Fixes 🐞

  • fix: CVE issues in image build (#978)
  • fix: disable match tags by default in account search when creating file share (#980)

What's Changed

Full Changelog: v1.14.0...v1.15.0

v1.14.0 release

08 Apr 05:58
Compare
Choose a tag to compare

Features 🌈

  • provide a flag to allow accessing storage account key using cluster identity for inline volume (#961)
  • support mount smb file share in another subscription (#964)
  • add shareNamePrefix parameter in storage class (#966)

Bug Fixes 🐞

  • fix: CVE issues in image build (#954, #960)

What's Changed

New Contributors

Full Changelog: v1.13.0...v1.14.0

v1.13.0 release

25 Mar 02:57
Compare
Choose a tag to compare

Features 🌈

  • feat: provide latency data in logs (#945)
  • feat: add azureGoSDKLogLevel config in chart (#946)

Bug Fixes 🐞

  • fix: add tags matching in storage account search (#933)
  • fix: reduce account api throttling in removing tags (#938)
  • fix: CVE-2022-0778 in image build (#943)
  • fix: leader-election namespace issue (#950)

What's Changed

New Contributors

Full Changelog: v1.12.0...v1.13.0