Releases: kubernetes-sigs/blob-csi-driver
Releases Β· kubernetes-sigs/blob-csi-driver
v1.20.3 release
Bug Fixes π
- fix: increase mount timeout check as 60s (#883)
What's Changed
- [release-1.20] fix: increase mount timeout check as 60s by @k8s-infra-cherrypick-robot in #883
Full Changelog: v1.20.2...v1.20.3
v1.19.4 release
Bug Fixes π
- fix: increase mount timeout check as 60s (#881)
What's Changed
- [release-1.19] fix: increase mount timeout check as 60s by @k8s-infra-cherrypick-robot in #881
Full Changelog: v1.19.3...v1.19.4
v1.21.0 release
Features π
- support install specific blobfuse version using blobfuse-proxy (#857)
- enable securityContext.seccompProfile (#866)
Bug Fixes π
- fix: resourceGroup assignment issue in PV config (static provisioning) (#835)
- fix: wait to make sure blobfuse mount complete before bind mount (#852)
- fix: support getting sasToken, msiSecret, SPN from secret (#867)
- fix: increase mount timeout check as 60s (#879)
What's Changed
- tes: fix golint action failure by @andyzhangx in #834
- fix: resourceGroup assignment issue in PV config (static provisioning) by @andyzhangx in #835
- fix: add workaround for blobfuse2 mount race condition issue by @andyzhangx in #842
- doc: update supported version and cleanup deprecated versions by @andyzhangx in #851
- test: fix capz test failure by @andyzhangx in #853
- fix: wait to make sure blobfuse mount complete before bind mount by @cvvz in #852
- chore: refine blobfuse mount logs by @andyzhangx in #854
- feat: support install specific blobfuse version using blobfuse-proxy by @andyzhangx in #857
- cleanup: remove context.TODO by @andyzhangx in #864
- feat: enable securityContext.seccompProfile by @andyzhangx in #866
- fix: support getting sasToken, msiSecret, SPN from secret by @andyzhangx in #867
- test: speed up e2e test by running in parallel by @cvvz in #861
- fix: add securityContext.seccompProfile for driver controller by @andyzhangx in #871
- test(e2e): change the storageclass configuration method in the test file by @umagnus in #873
- doc: update supported version and cleanup deprecated versions by @andyzhangx in #878
- fix: increase mount timeout check as 60s by @andyzhangx in #879
Full Changelog: v1.20.0...v1.21.0
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