Skip to content

v1.22.0 release

Compare
Choose a tag to compare
@andyzhangx andyzhangx released this 02 Jun 03:55

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

Full Changelog: v1.21.0...v1.22.0