v1.3.0 release
Features π
- big performance improvement in large num of disk attach/detach scenario(#842)
- add pv/pvc tags in volume creation(compatible with in-tree driver)(#859)
Bug Fixes π
- fix RedHat/CentOS certificate issue in helm installation(
--set linux.distro="fedora"
)(#852) - fix crp throttling in create/attach disk scenario(#837)
What's Changed
- doc: cut v1.2.0 release by @andyzhangx in #821
- chore: switch master branch to use v1.3.0 by @andyzhangx in #822
- fix: remove VolumeSnapshotDataSource feature gate by @chewong in #823
- Adjust PVC capacity to mirror in-tree behavior by @huffmanca in #824
- add a new helm parameter for livenessProbe health port by @boddumanohar in #825
- add a new helm parameter for image pull secrets by @boddumanohar in #828
- test: add test cases to increase coverage for util by @sunpa93 in #792
- fix: set correct DisableAvailabilitySetNodes in disk driver by @andyzhangx in #831
- test: fix containerd Windows e2e test failure by @andyzhangx in #830
- fix: increase csi-attacher work-threads as 100 by default by @andyzhangx in #833
- chore: upgrade apiextensions.k8s.io/v1beta1 and storage.k8s.io/v1beta1 by @andyzhangx in #836
- fix: reduce crp throttling in attach disk scenario by @andyzhangx in #835
- feat: increase attacher worker-threads by @andyzhangx in #837
- chore: upgrade base image to fix CVE issue by @andyzhangx in #838
- feat: decrease provisioner worker threads by @andyzhangx in #840
- fix: GetDisk operation throttling issue by @andyzhangx in #842
- fix: no sleep when GetDisk is throttled by @andyzhangx in #844
- test: add ZRS e2e test by @andyzhangx in #845
- chore: upgrade azure lib by @andyzhangx in #846
- doc: adjust kubelet chart config by @andyzhangx in #847
- fix: CentOS/RedHat cert issue in chart installation by @andyzhangx in #848
- test: run test on install_driver.sh script by @andyzhangx in #849
- fix: RedHat/CentOS issue in helm installation by @andyzhangx in #852
- fix: remove unnecessary lock in NodePublish by @andyzhangx in #854
- chore: upgrade sidecar container versions by @andyzhangx in #856
- chore: update azure_dd_max_disk_count by @andyzhangx in #857
New Contributors
- @huffmanca made their first contribution in #824
Full Changelog: v1.2.0...v1.3.0