Skip to content

Releases: kubernetes-sigs/blob-csi-driver

v1.14.0 release

14 Jun 02:05
Compare
Choose a tag to compare

Features 🌈

  • upgrade to blobfuse v1.4.4 (#690)
  • combine blobfuse-proxy daemonset with driver node daemonset (#691)
  • add runOnControlPlane in chart config (#694)

What's Changed

  • feat: upgrade to blobfuse v1.4.4 by @andyzhangx in #690
  • feat: add runOnControlPlane in chart config by @andyzhangx in #694
  • feat: combine blobfuse-proxy daemonset with driver node daemonset by @cvvz in #691

New Contributors

  • @cvvz made their first contribution in #691

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

v1.13.0 release

31 May 12:10
Compare
Choose a tag to compare

Features 🌈

  • create/delete blob container using management api by default (#684)

Bug Fixes 🐞

  • fix: respect DisableAzureStackCloud on AKS control plane setting (#683)
  • fix: incorrect runOnMaster label config in helm chart (#685)

What's Changed

  • fix: respect DisableAzureStackCloud on AKS control plane setting by @andyzhangx in #683
  • fix: incorrect runOnMaster label config by @andyzhangx in #685
  • feat: create/delete blob container using management api by default by @andyzhangx in #684

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

v1.12.0 release

21 May 06:57
Compare
Choose a tag to compare

Features 🌈

  • skip chmod if mountPermissions is 0 after mount (#672)

Bug Fixes 🐞

  • fix: bypass chmod if mounting point permissions are correct (#676)

What's Changed

New Contributors

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

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