v1.22.0 release
Features π
- support install specific blobfuse version using blobfuse-proxy (#857)
- enable securityContext.seccompProfile (#866)
- install blobfuse 2.0.3 by default (#898)
- add fsGroupPolicy parameter in helm chart (#918)
- support workload identity (#924)
- support setting AzureStorageSPNClientID/TenantId in secret (#942)
Bug Fixes π
- fix: resourceGroup assignment issue in PV config (static provisioning) (#835)
- fix: support getting sasToken, msiSecret, SPN from secret (#867)
- fix: increase mount timeout check as 60s (#879)
- fix: install blobfuse package issue in blobfuse-proxy initContainer (#892)
- fix: mount failure when mountOptions is empty (#893)
- fix: msi auth issue when secret is not provided (#927)
What's Changed
- doc: cut v1.21.0 release by @andyzhangx in #882
- cleanup: replace deprecated ioutil method by @umagnus in #887
- fix: mount failure when mountOptions is empty by @cvvz in #893
- doc: fix docs for blobfuse proxy by @cvvz in #894
- fix: install blobfuse package issue in blobfuse-proxy initContainer by @cvvz in #892
- chore: upgrade csi sidecar container images by @andyzhangx in #899
- feat: install blobfuse 2.0.3 by default by @andyzhangx in #898
- cleanup: update new chart versions and remove deprecated versions by @andyzhangx in #913
- chore: add dependabot by @andyzhangx in #915
- chore(deps): bump github/codeql-action from 1 to 2 by @dependabot in #916
- chore(deps): bump actions/setup-go from 2 to 4 by @dependabot in #919
- feat: add fsGroupPolicy parameter in helm chart by @andyzhangx in #918
- chore: bump cloud_provider_azure by @cvvz in #920
- test: run nonroot pod test on blobfuse2 mount by @andyzhangx in #921
- feat: support workload identity by @cvvz in #924
- fix: msi auth issue when secret is not provided by @andyzhangx in #927
- chore(deps): bump github.com/container-storage-interface/spec from 1.7.0 to 1.8.0 by @dependabot in #925
- chore(deps): bump golang.org/x/net from 0.9.0 to 0.10.0 by @dependabot in #933
- fix: use dl.k8s.io, not kubernetes-release bucket by @rjsadow in #932
- cleanup: update new chart versions and remove deprecated versions by @andyzhangx in #934
- chore(deps): bump github.com/kubernetes-csi/csi-lib-utils from 0.9.1 to 0.13.0 by @dependabot in #935
- build: add dependabot job for dockerfile updates by @MartinForReal in #936
- chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.30.0 by @dependabot in #937
- chore(deps): bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.9.5 by @dependabot in #939
- doc: refine workload identity doc by @andyzhangx in #938
- feat: support setting AzureStorageSPNClientID/TenantId in secret by @andyzhangx in #942
New Contributors
- @dependabot made their first contribution in #916
- @rjsadow made their first contribution in #932
- @MartinForReal made their first contribution in #936
Full Changelog: v1.21.0...v1.22.0