Features 🌈
- switch to async disk attach/detach (#897)
- support alternative driver name, deployment name in helm install (#911)
- add customized volumeAttachLimit support (#916)
- support networkAccessPolicy (#935)
- support disk io bursting (#938)
- support different cloud config secret in driver deployment (#943)
Bug Fixes 🐞
- fix: create PV failure in zone and nonzone mixed cluster (#893)
- fix: ZRS node affinity setting (#906)
- fix: increase csi-attacher timeout to 10min (#907)
- fix: detach disk crash on Azure Stack (#909)
- fix: translation issue due to lower case managed kind (#915)
- fix: unmount failure due to incorrect mount path check (#940)
What's Changed
- doc: cut v1.4.0 release by @andyzhangx in #890
- chore: switch master branch to use v1.5.0 by @andyzhangx in #892
- fix: create PV failure in zone and nonzone mixed cluster by @andyzhangx in #893
- test: test pod failover using ZRS by @kassarl in #853
- test: re-renable statefulset e2e test by @andyzhangx in #895
- test: add ephemeral volume test by @andyzhangx in #896
- test: added check to test ZRS in dynamically provisioned test suite by @kassarl in #875
- chore: Refactor device perf optimization code for cleaner merging with V2 driver by @edreed in #902
- chore: Wait for examples to complete and return error on failed rollout by @edreed in #903
- fix: reduce GetDisk in AttachDisk by @andyzhangx in #904
- test: fix broken code coverage by @andyzhangx in #905
- fix: ZRS node affinity setting by @andyzhangx in #906
- feat: increase csi-attacher timeout to 10min by @andyzhangx in #907
- feat: support alternative driver name by @andyzhangx in #911
- doc: delete 'preview' word because of Azure shared disk are already GA by @koudaiii in #912
- fix: detach disk crash on Azure Stack by @andyzhangx in #909
- feat: add customized volumeAttachLimit support by @andyzhangx in #916
- fix: translation issue due to lower case managed kind by @andyzhangx in #915
- test: switch to csi-proxy v1.0.0-rc.1 in unit test by @andyzhangx in #918
- feat: support customization of deployment and daemonset by @andyzhangx in #921
- feat: support customized health port by @andyzhangx in #922
- fix: remove node metricsPort by @andyzhangx in #923
- test: Add e2e test for volume subpath mount by @nearora-msft in #913
- feat: adjust rbac naming in helm install by @andyzhangx in #925
- fix: customized role naming by @andyzhangx in #928
- test: alternative driver name e2e test by @andyzhangx in #924
- Update the tolerations of the controller by @chunliu in #931
- fix: always enable csi-snapshotter in helm install by @andyzhangx in #932
- feat: allow labeling of pods by @scoof in #934
- feat: support networkAccessPolicy by @andyzhangx in #935
- feat: support disk io bursting by @andyzhangx in #938
- feat: customize hostNetwork setting in helm install by @andyzhangx in #939
- fix: unmount failure due to incorrect mount path check by @andyzhangx in #940
- chore: refine driver parameter setting by @andyzhangx in #942
- feat: add cloudConfigSecret in helm install by @andyzhangx in #943
New Contributors
- @koudaiii made their first contribution in #912
- @chunliu made their first contribution in #931
- @scoof made their first contribution in #934
Full Changelog: v1.4.0...v1.5.0