Skip to content

Releases: kubernetes-sigs/blob-csi-driver

v1.19.2 release

18 Mar 08:03
b313e4f
Compare
Choose a tag to compare

Bug Fixes 🐞

What's Changed

Full Changelog: v1.19.1...v1.19.2

v1.19.1 release

24 Feb 09:08
0aa1d0b
Compare
Choose a tag to compare

Bug Fixes 🐞

  • fix: mount failed on ubuntu 22.04(AKS 1.25) (#830)

What's Changed

  • [release-1.19] fix: mount failed on ubuntu 22.04(aks 1.25.2) by @andyzhangx in #830

Full Changelog: v1.19.0...v1.19.1

v1.20.0 release

23 Feb 14:23
Compare
Choose a tag to compare

Features 🌈

  • support data protection in account creation (#815)
  • append help link when there is mount error (#822)

Bug Fixes 🐞

What's Changed

New Contributors

Full Changelog: v1.19.0...v1.20.0

v1.19.0 release

05 Jan 14:28
Compare
Choose a tag to compare

Features 🌈

  • upgrade built-in blobfuse v2 version to v2.0.1 GA version
  • support private endpoint (#806)

Bug Fixes 🐞

What's Changed

New Contributors

Full Changelog: v1.16.0...v1.19.0

v1.18.0 release

25 Nov 05:31
Compare
Choose a tag to compare

Features 🌈

  • blobfuse2(Preview) support (#784, #788)

Bug Fixes 🐞

  • fix: increase api qps limit of sidecar containers (#780, #781)

What's Changed

  • feat: increase api qps limit of csi-provisioner by @andyzhangx in #780
  • fix: increase api qps for blob kubeclient by @andyzhangx in #781
  • feat: make kube-api-qps configurable by @andyzhangx in #785
  • cleanup: remove unused install docs by @andyzhangx in #786
  • feat: support blobfuse2 on Ubuntu 22.04 node by @cvvz in #784
  • fix: make sure blobfuse2 is installed when init blobfuse node driver by @cvvz in #787
  • feat: support fuse2 protocol in storageclass by @cvvz in #788

Full Changelog: v1.17.0...v1.18.0

v1.17.0 release

14 Oct 08:14
Compare
Choose a tag to compare

Features 🌈

  • support https proxy and http proxy in chart config (#758)
  • set read-ahead for nfs mount (#759)
  • enable enableHTTPSTrafficOnly by default for NFS account (#770)
  • support accessTier in storage account creation (#775)

Bug Fixes 🐞

What's Changed

New Contributors

Full Changelog: v1.16.0...v1.17.0

v1.16.0 release

26 Aug 02:24
Compare
Choose a tag to compare

Features 🌈

  • support cross subscription with management API (#729)
  • upgrade blobfuse install version as v1.4.5 (#734)
  • add requireInfraEncryption parameter in storage class (#737)

Bug Fixes 🐞

  • fix: CSI function should return internal error (#719)

What's Changed

New Contributors

Full Changelog: v1.15.0...v1.16.0

v1.15.0 release

30 Jun 11:42
Compare
Choose a tag to compare

Features 🌈

  • support pv/pvc metadata for containerName parameter (#708)

Bug Fixes 🐞

  • fix: fixed CVE-2022-28948 in image build (#704)
  • fix: open file num limit setting issue and KillMode in blobfuse-proxy (#707)

What's Changed

Full Changelog: v1.14.0...v1.15.0

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