Releases: kubernetes-sigs/azuredisk-csi-driver
Releases Β· kubernetes-sigs/azuredisk-csi-driver
v1.5.1 release
Bug Fixes π
- fix: disable networkAccessPolicy on Azure Stack Cloud (#964)
What's Changed
- fix: disable networkAccessPolicy on Azure Stack Cloud by @andyzhangx in #964
- doc: cut v1.5.1 release by @andyzhangx in #965
Full Changelog: v1.5.0...v1.5.1
v1.6.0 release
Features π
- upgrade to csi-proxy v1.0.1 on Windows (#953)
- support daemonset maxUnavailable config in helm chart (#968)
- change default userAgent (#969, #973)
- support custom userAgent in driver setting (#975)
- upgrade to snapshot-controller v4.2.0 in snapshot GA version (#978)
Bug Fixes π
- fix: disable uuid checks on XFS (#955)
- fix: driver register issue on Windows node (#970)
- fix: disable disk related rate limit (#979)
- fix: ignore GetDisk throttling in DeleteDisk (#980)
What's Changed
- doc: cut v1.5.0 release by @andyzhangx in #945
- chore: switch master branch to use v1.6.0 by @andyzhangx in #946
- test: switch to csi-proxy-v1.0.0 config by @andyzhangx in #948
- chore: refine windows image build by @andyzhangx in #950
- feat: support latest image tag on Windows containerd by @andyzhangx in #951
- feat: switch to csi-proxy GA v1 by @andyzhangx in #919
- cleanup: refine csi-proxy v1beta interface by @andyzhangx in #952
- chore: upgrade to csi-proxy-v1.0.1 by @andyzhangx in #953
- feat: switch to async disk attach/detach by @andyzhangx in #897
- Disable uuid checks on XFS by @jsafrane in #955
- fix: Remove gen-skus-map by @jsafrane in #961
- Update README.md by @bottkars in #959
- fix: disable networkAccessPolicy on Azure Stack Cloud by @songjiaxun in #960
- doc: add v1.5.1 artifacts in master branch by @andyzhangx in #966
- chore: upgrade azure lib by @andyzhangx in #967
- feat: support daemonset maxUnavailable config in helm chart by @andyzhangx in #968
- feat: change default userAgent by @andyzhangx in #969
- fix: driver register issue on Windows node by @andyzhangx in #970
- fix: remove kubelet-registration-probe on Linux by @andyzhangx in #972
- fix: set default userAgent issue by @andyzhangx in #973
- feat: support custom userAgent in driver setting by @andyzhangx in #975
- fix: disable disk related rate limit by @andyzhangx in #979
- feat: upgrade to snapshot-controller v4.2.0 by @andyzhangx in #978
- fix: ignore GetDisk throttling in DeleteDisk by @andyzhangx in #980
- chore: update max data disk count table by @andyzhangx in #981
New Contributors
Full Changelog: v1.5.0...v1.6.0
v1.5.0 release
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
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