Skip to content

Releases: kubernetes-csi/csi-driver-smb

v1.7.0 release

28 May 07:09
Compare
Choose a tag to compare

Features 🌈

  • support guest login option (#457, #462)

Bug Fixes 🐞

  • fix: CVE-2022-1271 in image build (#456)
  • fix: add serviceAccount for driver daemonset running on the node (#480)

What's Changed

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

v1.6.0 release

11 Apr 14:09
Compare
Choose a tag to compare

Features 🌈

  • change dnsPolicy to Default and add dnsPolicy setting in chart (#422)

Bug Fixes 🐞

  • fix: CVE issues in image build (#412, #431, #437, #439, #442)
  • fix: adjust memory requests and limits on Windows node (#421)
  • fix: gid conflict issue between sc and fsGroup setting (#436)
  • fix: disallow block volume capability (#449)

What's Changed

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

v1.5.0 release

15 Jan 01:54
Compare
Choose a tag to compare

Features 🌈

  • arm64 support (#386)
  • remove 1903 1909 2004 Windows image which is end of life (#391)
  • add subDir in storage class parameters (#400)
  • add workingMountDir in chart config (#403)
  • disable GET_VOLUME_STATS by default (#381)

Bug Fixes 🐞

  • fix: support mountOptions in DeleteVolume (#402)

What's Changed

New Contributors

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

v1.4.0 release

26 Nov 08:34
Compare
Choose a tag to compare

Features 🌈

  • support Windows Server 2022 (#375, #377)
  • Support CSI fsGroup interface (#379)
  • disable GET_VOLUME_STATS by default (#381)

Bug Fixes 🐞

  • fix: install updated packages to fix CVE issues (#368)
  • fix: increase sidecar container cpu limit (#372)

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.4.0

v1.3.0 release

18 Oct 07:04
Compare
Choose a tag to compare

Features 🌈

  • support armv7 image Linux build (#349)
  • ReadWriteOncePod support (#352)
  • support 20H2, WS2022 windows images (#357)
  • add registrar liveness probe on Linux (#362)

Bug Fixes 🐞

  • fix: upgrade to debian 11.0 base image to fix vulnerability (#354)
  • fix: driver register issue on Windows node (#337)

What's Changed

Full Changelog: v1.2.0...v1.3.0

v1.2.0 release

19 Jul 02:00
Compare
Choose a tag to compare

Features 🌈

  • support alternative driver name, deployment in helm install(#315)

Bug Fixes 🐞

  • fix: unmount failure due to incorrect mount path check on Linux(#322)

What's Changed

Full Changelog: v1.1.0...v1.2.0

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0 release

27 Jun 07:38
Compare
Choose a tag to compare

Features 🌈

  • Helm Chart pod labels/annotations; configurable limits per component(#298)
  • Bump CSIDriver to v1(#303)

Bug Fixes 🐞

  • fix: resolve svc.cluster.local domain name to ip before passing to csi-proxy on Windows(#309)

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0 GA release

03 Jun 04:00
187b281
Compare
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
Compare
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
Compare
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