Skip to content

Releases: kubernetes-sigs/blob-csi-driver

v1.2.0 release

25 May 14:23
Compare
Choose a tag to compare

Features 🌈

  • NFSv3 dynamic account creation support(#426)
  • support inline volume (#434)
  • store secret in pod.Namespace if not specified (#435)
  • add blobfuseCachePath in chart installation(#415)

Bug Fixes 🐞

  • fix: second pod mount error for static provisioning(containerName specified)(#417)
  • fix: RedHat/CentOS cert issue in helm installation(#430)
  • fix: upgrade base image to fix CVE issue(#420)

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.2.0

v1.1.0 release

02 May 03:32
Compare
Choose a tag to compare

Features 🌈

  • support blobfuse v1.3.7
  • increase driver memory limit to support 10K volumes
  • add blobfuse proxy support(alpha)

Bug Fixes 🐞

What's Changed

New Contributors

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

v1.0.0 GA release

25 Feb 13:19
Compare
Choose a tag to compare

Features 🌈

  • support Azure Stack
  • Add volume resize support
  • Implement node get stats
  • support arbitrary volume id
  • remove dependency of azure cloud config in node server
  • add controller metrics
  • add imagePullsecrets in helm chart

Bug Fixes 🐞

  • fix: reduce driver logs

v0.11.0 release

02 Jan 01:06
Compare
Choose a tag to compare

Features 🌈

  • upgrade blobfuse version to 1.3.6
  • add AzureStorageAuthType to support msi and spn auth
  • Azure Stack support
  • volume resize support
  • NodeGetVolumeStats support

Bug Fixes 🐞

  • fix: not schedule driver pod on virtual node

v0.7.1 release

30 Dec 03:33
Compare
Choose a tag to compare

Features 🌈

  • upgrade blobfuse version to 1.3.6

Bug Fixes 🐞

  • fix empty temp directory issue: #299

v0.10.0 release

27 Oct 07:48
71f9c7e
Compare
Choose a tag to compare

Features 🌈

  • upgrade blobfuse version to 1.3.5

Bug Fixes 🐞

  • fix NFSv3 permission issue with non-root user

v0.9.0 release

28 Sep 12:11
Compare
Choose a tag to compare

Features 🌈

  • upgrade blobfuse version to 1.3.4
  • bring your own account key for dynamic provisioning

Bug Fixes 🐞

  • increase CPU limit to fix throttling issue on node
  • fix account key list throttling issue

v0.8.0 release

28 Aug 06:24
Compare
Choose a tag to compare

Features 🌈

  • upgrade blobfuse version to 1.3.1

Bug Fixes 🐞

  • fix empty temp directory issue

v0.7.0 release

14 Aug 07:45
Compare
Choose a tag to compare

Features 🌈

  • driver name changed from blobfuse.csi.azure.com to blob.csi.azure.com
  • support blob storage based NFS

v0.6.0 release

31 Jul 13:29
Compare
Choose a tag to compare

Features 🌈

  • add storage account private link support
  • add Premium_LRS support
  • add helm3 repo support

Bug Fixes 🐞

  • remove secret logging in NodeStageVolume