Skip to content

Releases: kubernetes-csi/csi-driver-smb

v1.14.0 release

17 Jan 03:05
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v1.13.0 release

09 Nov 10:21
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v1.12.0 release

11 Aug 13:35
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.11.0...v1.12.0

v1.11.0 release

29 May 03:41
Compare
Choose a tag to compare

Features 🌈

  • enable securityContext.seccompProfile (#596)
  • support volume cloning (#601)
  • add support for sec=krb5 mounting (#606, #613)

Bug Fixes 🐞

  • fix: CVE-2022-41723 (#581)
  • fix: remove forceUmount and lazyUmount (#582)
  • fix: use mkdir -p for creating subdir in mounted base-dir (#583)
  • fix: set ClusterFirstWithHostNet as default dnsPolicy (#604)

What's Changed

New Contributors

Full Changelog: v1.9.0...v1.11.0

v1.10.0 release

19 Feb 11:47
Compare
Choose a tag to compare

Bug Fixes 🐞

What's Changed

New Contributors

Full Changelog: v1.9.0...v1.10.0

v1.9.0 release

20 Aug 07:33
Compare
Choose a tag to compare

Features 🌈

  • support RemoveSmbGlobalMapping during unmount on Windows node (#505)
  • add removeSMBMappingDuringUnmount config in chart config (#527)

Bug Fixes 🐞

  • fix: Update default windows.kubelet value to be compatible with containerd runtime (#521)
  • fix: Increase memory limits of livenessprobe and csi-node-driver-registrar Windows containers (#524)

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.9.0

v1.8.0 release

04 Jul 01:52
Compare
Choose a tag to compare

Features 🌈

  • enable GetVolumeStats by default (#495)
  • create subdir if not exists (#498)
  • add runOnControlPlane in chart config (#500)
  • support pv/pvc metadata in subDir parameter (#503)

Bug Fixes 🐞

  • fix: incorrect runOnMaster config (#485)
  • fix: node.serviceAccount setting in chart config (#488)

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.8.0

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