Skip to content

Releases: kubernetes-sigs/blob-csi-driver

v1.5.0 release

18 Sep 13:04
Compare
Choose a tag to compare

Features 🌈

  • upgrade built-in blobfuse version to 1.4.1
  • add driver userAgent in ARM request (#485)
  • support Azure DataLake account for blobfuse (#488)
  • support custom userAgent in driver setting (#495)
  • support ReadWriteOncePod (#510)

Bug Fixes 🐞

  • fix: storageEndpointSuffix issue in on-prem cluster (#494)

What's Changed

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

v1.4.0 release

22 Jul 11:47
Compare
Choose a tag to compare

Features 🌈

  • support msi auth type (#466)
  • support alternative driver name, deployment name in helm install (#467)
  • support different cloud config secret in driver deployment (#477)
  • support customizing controller hostNetwork setting in helm install (#481)

Bug Fixes 🐞

  • fix: support read from keyvault using msi (#460)
  • fix: blobfuse mount silent failure issue (#479)
  • fix: conflict inline volume mount options with default (#470)
  • fix: unmount failure due to incorrect mount path check (#475)
  • fix: prevent huge storage account list usage (#480)

What's Changed

New Contributors

Full Changelog: v1.3.0...v1.4.0

v1.3.0 release

14 Jun 13:54
Compare
Choose a tag to compare

Features 🌈

  • add tolerations customization support in chart (#457)
  • add mountOptions parameter for blobfuse inline volume (#456)
  • support fsGroupPolicy for NFS (#447)

Bug Fixes 🐞

  • fix: read cloud config from secret regression in v1.2.0 (#455)
  • fix: only read secret for inline volume (#446)
  • fix: only use pod.Namespace in inline volume support (#445)

What's Changed

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

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