Releases: kubernetes-sigs/azuredisk-csi-driver
Releases Β· kubernetes-sigs/azuredisk-csi-driver
v1.4.0 release
Features π
- add tolerations customization support in chart (#887)
- add helm support for existing Service Accounts (#877)
- add snapshot GA version (#874)
Bug Fixes π
- fix: read cloud config from secret regression in v1.3.0 (#886)
What's Changed
- feat: add pv/pvc tags by @andyzhangx in #859
- doc: cut v1.3.0 release by @andyzhangx in #858
- chore: switch master branch to use v1.4.0 by @andyzhangx in #860
- test: wait for detach complete in e2e test by @andyzhangx in #863
- feat: Update device settings to drive better performance by @abhisheksinghbaghel in #843
- chore: refactor for OptimizeDiskPerformance code by @andyzhangx in #865
- feat: support fsGroupPolicy feature by @andyzhangx in #871
- doc: add fsGroupPolicy doc by @andyzhangx in #872
- bug: fix perfProfile in the storageclass for performance test by @abhisheksinghbaghel in #867
- chore: little refactor of perf_optimization code by @andyzhangx in #870
- chore: clean-up perf optimization kep document by @abhisheksinghbaghel in #873
- feat: add snapshot GA version by @andyzhangx in #874
- fix: helm chart value bugs by @songjiaxun in #878
- test: disable one external failing test by @andyzhangx in #881
- test: add example test in external e2e test by @andyzhangx in #882
- chore: upgrade azure lib by @andyzhangx in #885
- fix: read cloud config from secret regression by @andyzhangx in #886
- feat: add helm support for existing Service Accounts by @kassarl in #877
- feat: support customization tolerations in chart by @andyzhangx in #887
- fix: add snapshot controller tolerations by @andyzhangx in #888
Full Changelog: v1.3.0...v1.4.0
What's Changed
- feat: add pv/pvc tags by @andyzhangx in #859
- doc: cut v1.3.0 release by @andyzhangx in #858
- chore: switch master branch to use v1.4.0 by @andyzhangx in #860
- test: wait for detach complete in e2e test by @andyzhangx in #863
- feat: Update device settings to drive better performance by @abhisheksinghbaghel in #843
- chore: refactor for OptimizeDiskPerformance code by @andyzhangx in #865
- feat: support fsGroupPolicy feature by @andyzhangx in #871
- doc: add fsGroupPolicy doc by @andyzhangx in #872
- bug: fix perfProfile in the storageclass for performance test by @abhisheksinghbaghel in #867
- chore: little refactor of perf_optimization code by @andyzhangx in #870
- chore: clean-up perf optimization kep document by @abhisheksinghbaghel in #873
- feat: add snapshot GA version by @andyzhangx in #874
- fix: helm chart value bugs by @songjiaxun in #878
- test: disable one external failing test by @andyzhangx in #881
- test: add example test in external e2e test by @andyzhangx in #882
- chore: upgrade azure lib by @andyzhangx in #885
- fix: read cloud config from secret regression by @andyzhangx in #886
- feat: add helm support for existing Service Accounts by @kassarl in #877
- feat: support customization tolerations in chart by @andyzhangx in #887
- fix: add snapshot controller tolerations by @andyzhangx in #888
Full Changelog: v1.3.0...v1.4.0
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
v1.2.0 release
Features π
- ZRS disk support
- increase driver memory limit to support 10K volumes
- ARM64 support
- support edge zone managed disk
Bug Fixes π
- fix: check disk state before attach disk
- fix: disk attach issue when vm in failed status
- fix: Bump K8s to v0.21.0 to address CVE-2021-3121
v1.1.1 release
Features π
- disable AzureStack by
DisableAzureStackCloud
config(#751)
v1.1.0 release
Features π
- support disable AzureStack
v1.0.0 GA release
Features π
- add LogicalSectorSize support for UltraSSD
- remove unmanaged disk support
- add full Azure Stack support
- add more controller metrics
Bug Fixes π
- fix: resize filesystem if cloned volume capacity is larger than source volume
- fix: volume expansion failure on node
- fix: helm chart installation issue
v0.10.0 release
Features π
- support Azure disk batch attach/detach (#650)
- Windows beta support (switch to csi-proxy v0.2.2 API)
- support multi OS versions for Windows images
- Azure stack support
- ListVolumes support
Bug Fixes π
- fix: not schedule driver pod on virtual node
- fix: cache data loss issue on Windows when unmount disk
v0.9.0 release
Features π
- create snapshot on external resource group
- add dangling error support
Bug Fixes π
- fix resize error in migration scenario
- fix azure disk resize error if source does not exist
v0.8.0 release
Features π
- support force detach
- support incremental snapshot
- support tags in snapshot
Bug Fixes π
- fix disk API 10s latency issue
- fix initial delay(1s) when mount azure disk
- fix incorrect max azure disk max count
v0.7.0 release
Features π
- windows support(alpha)
- shared disk support
- read cloud config from secret