Skip to content

Releases: kubernetes-sigs/blob-csi-driver

v1.11.0 release

20 Apr 11:44
Compare
Choose a tag to compare

Bug Fixes 🐞

  • fix: CVE issues in image build (#656, #662)
  • fix: disable match tags by default in account search when creating a new volume (#658)

What's Changed

Full Changelog: v1.10.0...v1.11.0

v1.10.0 release

12 Apr 08:01
Compare
Choose a tag to compare

Features 🌈

  • add azureGoSDKLogLevel config in chart (#631)
  • provide a flag to allow accessing storage account key using cluster identity for inline volume (#640)
  • support mount blob storage directory in another subscription (#644)
  • add containerNamePrefix in storage class (#648)

Bug Fixes 🐞

  • fix: CVE issues in image build (#628, #635, #638, #642)
  • fix: should return error for block volumeMode (#646)

What's Changed

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

v1.9.0 release

12 Mar 11:02
Compare
Choose a tag to compare

Features 🌈

  • add mountPermissions parameter in storage class (#619)
  • install blobfuse v1.4.3 in blobfuse-proxy (#621)

Bug Fixes 🐞

  • fix: CVE-2021-3996 in image build (#607)
  • fix: remove special chars when parsing account name from secret (#612)
  • fix: delete volume failure when account is deleted (#616)
  • fix: add tags matching in storage account search (#620)

What's Changed

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

v1.8.0 release

16 Jan 01:33
Compare
Choose a tag to compare

Features 🌈

  • remove mlocate by default in blobfuse-proxy install to save account list usage (#573, #584)
  • blobfuse v1.4.2 support(#576)
  • add secretName in storage class parameters (#591)
  • add mountPermissions config in chart config (#594)
  • support arm64 (nfs only) (#595)
  • add vnet setting in storage class parmaters (#597)

Bug Fixes 🐞

  • fix: return error earlier when subnetName is empty (#592)

What's Changed

New Contributors

  • @Justin-Jin made their first contribution in #582
  • @fuxiuyin made their first contribution in #598

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

v1.7.0 release

22 Nov 04:23
Compare
Choose a tag to compare

Features 🌈

  • Refactoring Kubernetes labels and add custom labels (#560)
  • add allowEmptyCloudConfig config in chart (#562)
  • disable GET_VOLUME_STATS by default (#565)

Bug Fixes 🐞

  • fix: get account key error in nfs volume creation (#553)
  • fix: install updated packages to fix CVE issues (#554)
  • fix: avoid using different mount path in remount (#564)

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.7.0

v1.4.1 release

04 Dec 07:50
Compare
Choose a tag to compare

Bug Fixes 🐞

  • fix: avoid using different mount path in remount (#564)

What's Changed

Full Changelog: v1.4.0...v1.4.1

v1.6.0 release

14 Oct 09:38
Compare
Choose a tag to compare

Features 🌈

  • ReadWriteOncePod support (#517)
  • set allowBlobPublicAccess as false by default (#519)
  • add account search cache to prevent account list throttling (#536)
  • refine blobfuse proxy install (#540)

Bug Fixes 🐞

  • fix: upgrade to debian 11.0 base image to fix vulnerability (#499)
  • fix: secret namespace searching issue (#528)

What's Changed

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

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