Skip to content

Releases: kubernetes-csi/csi-driver-smb

v1.0.0 GA release

03 Jun 04:00
187b281

Choose a tag to compare

Features 🌈

  • add GetVolumeStats support(#195)
  • add runOnMaster in helm installation(#223)
  • reset labels to follow Helm Best Practices, prevent pod recreation(#239)
  • create subDir in CreateVolume and delete subDir in DeleteVolume(#259)
  • remove createSubDir parameter(#295)

Bug Fixes 🐞

  • fix: CVE-2021-3121(#256)
  • fix: unmount stuck issue when smb file share is not found(#277)
  • fix: convert source path on Windows(#280)

What's Changed

New Contributors

Read more

v0.6.0 release

29 Dec 08:01

Choose a tag to compare

Features 🌈

  • support linuxPath setting in helm install

Bug Fixes 🐞

  • fix domain setting issue on Windows

v0.5.0 release

22 Nov 12:18
20a4e18

Choose a tag to compare

Features 🌈

  • add ARM64 support
  • support multi OS versions(1809, 1903, 1909, 2004) on Windows

Bug Fixes 🐞

  • fix driver panic on Windows

v0.4.0 release

06 Oct 04:57

Choose a tag to compare

Features 🌈

  • add imagePullSecrets in Helm chart for secret used to pull Docker images

Bug Fixes 🐞

  • fix cifs mount broken after driver restart

v0.3.0 beta release

19 Aug 07:19

Choose a tag to compare

Features 🌈

  • support helm installation

Bug Fixes 🐞

  • fix initial delay(1s) when mount azure disk
  • fix password logging issue in Windows node driver logs
  • fix createSubDir issue on Windows node

Other

  • added e2e test pipeline on both Linux and Windows
  • added SMB provisioner

v0.2.0 release

12 Jul 03:26

Choose a tag to compare

Features 🌈

  • add windows support(alpha)
  • add domain support
  • add dynamic provioning(storage class) support

Other

  • add doc for Samba Server setup
  • set up testing pipeline including: sanity tests, integration tests
  • improved unit test coverage from 20% to 88%

v0.1.0 release

09 Jun 12:00

Choose a tag to compare

Features 🌈

  • static provisioning is supported
  • works on Linux node