Releases: kubernetes-sigs/blob-csi-driver
Releases · kubernetes-sigs/blob-csi-driver
v1.20.2 release
Bug Fixes 🐞
- fix: wait to make sure blobfuse mount complete before bind mount (#859)
- fix: support getting sasToken, msiSecret, SPN from secret (#870)
What's Changed
- [release-1.20] test: fix capz test failure by @k8s-infra-cherrypick-robot in #856
- [release-1.20] fix: wait to make sure blobfuse mount complete before bind mount by @cvvz in #859
- [release-1.20] fix: support getting sasToken, msiSecret, SPN from secret by @andyzhangx in #870
Full Changelog: v1.20.1...v1.20.2
v1.19.3 release
Bug Fixes 🐞
- fix: wait to make sure blobfuse mount complete before bind mount (#858)
What's Changed
- [release-1.19] chore: refine blobfuse mount logs by @k8s-infra-cherrypick-robot in #855
- [release-1.19] test: fix capz test failure by @k8s-infra-cherrypick-robot in #860
- [release-1.19] fix: wait to make sure blobfuse mount complete before bind mount by @cvvz in #858
Full Changelog: v1.19.2...v1.19.3
v1.20.1 release
Bug Fixes 🐞
- fix: CVE-2022-41723 (#845)
- fix: add workaround for blobfuse2 mount race condition issue (#844)
- fix: resourceGroup assignment issue in PV config (static provisioning) (#849)
What's Changed
- [release-1.20] fix: CVE-2022-41723 by @andyzhangx in #845
- [release-1.20] fix: add workaround for blobfuse2 mount race condition issue by @k8s-infra-cherrypick-robot in #844
- [release-1.20] fix: resourceGroup assignment issue in PV config (static provisioning) by @k8s-infra-cherrypick-robot in #849
Full Changelog: v1.20.0...v1.20.1
v1.19.2 release
Bug Fixes 🐞
- fix: CVE-2022-41723 (#838)
- fix: add workaround for blobfuse2 mount race condition issue (#843)
What's Changed
- [release-1.19] fix: CVE-2022-41723 by @andyzhangx in #838
- [release-1.19] fix: resourceGroup assignment issue in PV config (static provisioning) by @k8s-infra-cherrypick-robot in #836
- [release-1.19] fix: add workaround for blobfuse2 mount race condition issue by @k8s-infra-cherrypick-robot in #843
Full Changelog: v1.19.1...v1.19.2
v1.19.1 release
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
Features 🌈
- support data protection in account creation (#815)
- append help link when there is mount error (#822)
Bug Fixes 🐞
- fix: CVE-2022-41723 (#823)
- fix: mount failed on ubuntu 22.04(AKS 1.25) (#827)
What's Changed
- fix: set ForceAttemptHTTP2 to increase ARM throttling limit by @andyzhangx in #810
- add e2e test for unmount deleted volume by @cvvz in #813
- doc: refine doc by @andyzhangx in #816
- feat: support data protection in account creation by @cvvz in #815
- fix: buildx issue with provenance disabled by @andyzhangx in #820
- chore: remove dependency on golang.org/x/text specific version by @andyzhangx in #821
- feat: append help link when there is mount error by @andyzhangx in #822
- fix: CVE-2022-41723 by @andyzhangx in #823
- Update debian-base image to v1.4.3 by @saschagrunert in #825
- cleanup: remove metrics-address on driver daemonset on the node by @andyzhangx in #826
- fix: mount failed on ubuntu 22.04(aks 1.25.2) by @cvvz in #827
New Contributors
- @saschagrunert made their first contribution in #825
Full Changelog: v1.19.0...v1.20.0
v1.19.0 release
Features 🌈
- upgrade built-in blobfuse v2 version to v2.0.1 GA version
- support private endpoint (#806)
Bug Fixes 🐞
- fix: CVE-2022-41717 (#800)
What's Changed
- cleanup: remove v1.16.0/blob-csi-driver-v0.0.0.tgz chart file by @andyzhangx in #747
- fix: delete volume failure when management api is throttled by @andyzhangx in #751
- fix: CVE-2022-27664 by @andyzhangx in #752
- add e2e test for resourceID by @cvvz in #753
- cleanup: remove preview deployments by @andyzhangx in #754
- Resolved issue of broken link by @amolmote in #757
- feat: support https proxy and http proxy in chart config by @umagnus in #758
- fix: restart blobfuse proxy when necessary by @cvvz in #761
- feat: add helm repo install check by @umagnus in #760
- chore: upgrade base image debian-base:bullseye-v1.4.2 by @andyzhangx in #765
- feat: enable enableHTTPSTrafficOnly by default for NFS account by @andyzhangx in #770
- feat: set read-ahead for nfs mount by @cvvz in #759
- test: add restart driver e2e test by @andyzhangx in #771
- fix: CVE-2022-32149 by @andyzhangx in #773
- fix: getSubnetResourceID issue when subnetName is specified by @andyzhangx in #774
- fix: rm blobfuse-proxy before cp to avoid Text file busy error by @cvvz in #776
- feat: support accessTier in storage account creation by @andyzhangx in #775
- doc: cut v1.17.0 release by @andyzhangx in #777
- 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
- doc: cut v1.18.0 release by @andyzhangx in #789
- chore: upgrade sidecar container images by @andyzhangx in #792
- chore: upgrade to csi-node-driver-registrar v2.6.2 by @andyzhangx in #793
- test: refine blobfuse2 e2e test by @andyzhangx in #794
- chore: migrate from ADAL lib before its EOL by @umagnus in #797
- fix: CVE-2022-41717 by @andyzhangx in #800
- chore: fix e2e: disable-admission-plugins: PodSecurity by @cvvz in #802
- fix e2e: disable podSecurity by @cvvz in #804
- cleanup: Use k8s utils pointer instead of Azure autorest/to by @umagnus in #803
- chore: update dependencies against latest cloud-provider-azure by @cvvz in #801
- test: add blobfuse2 external tests by @andyzhangx in #807
- test: add helm lint test by @umagnus in #808
- feat: support privateendpoint by @cvvz in #806
New Contributors
Full Changelog: v1.16.0...v1.19.0
v1.18.0 release
Features 🌈
Bug Fixes 🐞
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
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 🐞
- fix: delete volume failure when management api is throttled (#751)
- fix: restart blobfuse proxy when necessary (#761)
- fix: getSubnetResourceID issue when subnetName is specified (#774)
- fix: CVE-2022-27664 (#752)
- fix: CVE-2022-32149 (#773)
What's Changed
- cleanup: remove v1.16.0/blob-csi-driver-v0.0.0.tgz chart file by @andyzhangx in #747
- fix: delete volume failure when management api is throttled by @andyzhangx in #751
- fix: CVE-2022-27664 by @andyzhangx in #752
- add e2e test for resourceID by @cvvz in #753
- cleanup: remove preview deployments by @andyzhangx in #754
- Resolved issue of broken link by @amolmote in #757
- feat: support https proxy and http proxy in chart config by @umagnus in #758
- fix: restart blobfuse proxy when necessary by @cvvz in #761
- feat: add helm repo install check by @umagnus in #760
- chore: upgrade base image debian-base:bullseye-v1.4.2 by @andyzhangx in #765
- feat: enable enableHTTPSTrafficOnly by default for NFS account by @andyzhangx in #770
- feat: set read-ahead for nfs mount by @cvvz in #759
- test: add restart driver e2e test by @andyzhangx in #771
- fix: CVE-2022-32149 by @andyzhangx in #773
- fix: getSubnetResourceID issue when subnetName is specified by @andyzhangx in #774
- fix: rm blobfuse-proxy before cp to avoid Text file busy error by @cvvz in #776
- feat: support accessTier in storage account creation by @andyzhangx in #775
New Contributors
Full Changelog: v1.16.0...v1.17.0
v1.16.0 release
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
- doc: set master branch chart version as v0.0.0 by @andyzhangx in #715
- doc: update chart index by @andyzhangx in #717
- test: disable CVE-2022-32981 check by @andyzhangx in #716
- fix: CSI function should return internal error by @andyzhangx in #719
- add e2e test for sas token and key vault suppport by @cvvz in #718
- chore: upgrade azure cloud provider lib by @andyzhangx in #721
- e2e test for sas token by @cvvz in #722
- Fixed typos in read-from-secret.md file by @bishal7679 in #726
- test: fix TestLogGRPC ut failure by @umagnus in #731
- feat: support cross subscription with management API by @cvvz in #729
- test: add e2e test for provided credentials by @cvvz in #730
- fix race in unit test and add some simple tests for utils by @avoltz in #732
- cleanup: remove secrets list rbac by @andyzhangx in #733
- feat: upgrade blobfuse install version as v1.4.5 by @andyzhangx in #734
- fix: fixing codespell errors by @umagnus in #735
- Improved Unit-Test Coverage for Issue #703 by @aarongalang in #736
- feat: add requireInfraEncryption parameter in storage class by @andyzhangx in #737
- doc: remove nconnect mount option by @andyzhangx in #739
New Contributors
- @bishal7679 made their first contribution in #726
- @umagnus made their first contribution in #731
- @aarongalang made their first contribution in #736
Full Changelog: v1.15.0...v1.16.0