Features 🌈
- add copy snapshot in cross region (#1791)
- enable securityContext.seccompProfile (#1803)
- add publicNetworkAccess parameter in storage class (#1835)
- support workload identity (#1843)
- host process container deployment support (#1861)
- add attachDiskInitialDelay parameter in storage class (#1872)
- get node name from IMDS compute name (#1685)
Bug Fixes 🐞
- fix: CVE-2022-41723 (#1732)
- fix: detach disk failure when there is throttling (#1755)
- fix: PremiumV2_LRS caching mode issue (#1790)
- fix: fix attach failure panic (#1802)
- fix: make sure the VolumeSnapshots v1 CRDs exist before starting (#1851)
What's Changed
- doc: cut v1.27.0 release by @andyzhangx in #1730
- chore: update maxDataDiskCountMap by @andyzhangx in #1733
- fix: CVE-2022-41723 by @andyzhangx in #1732
- cleanup: remove metrics-address on driver daemonset on the node by @andyzhangx in #1736
- tes: fix golint action failure by @andyzhangx in #1748
- fix: detach disk failure when there is throttling by @andyzhangx in #1755
- test: enable online expansion external test by @andyzhangx in #1766
- doc: add accessModes doc by @andyzhangx in #1771
- chore: update maximum data disk num table by @andyzhangx in #1774
- cleanup: remove 20H2 windows image build by @andyzhangx in #1783
- fix: PremiumV2_LRS caching mode issue by @andyzhangx in #1790
- feat: enable securityContext.seccompProfile by @andyzhangx in #1803
- doc: update supported version and cleanup deprecated versions by @andyzhangx in #1804
- fix: add securityContext.seccompProfile for driver controller by @andyzhangx in #1805
- feat: add chart config value enableRegistrationProbe by @andyzhangx in #1806
- test(e2e): change the storageclass configuration method in the test file by @m1zzx2 in #1809
- cleanup: replace deprecated ioutil method by @umagnus in #1814
- chore: upgrade CSI sidecar image versions by @andyzhangx in #1816
- chore: update max data disk num table by @andyzhangx in #1818
- chore: upgrade csi sidecar container images by @andyzhangx in #1824
- feat: add copy snapshot in cross region directly by @umagnus in #1791
- chore: upgrade azure lib by @andyzhangx in #1827
- chore: update max datadisk num table by @andyzhangx in #1829
- cleanup: combine waitForSnapshotCopy func by @andyzhangx in #1828
- feat: add publicNetworkAccess parameter in storage class by @andyzhangx in #1835
- chore: add dependabot by @andyzhangx in #1837
- chore(deps): bump actions/setup-go from 2 to 4 by @dependabot in #1838
- test: move ut for waitForSnapshotCopy to azuredisk_test.go by @umagnus in #1841
- chore: add context for e2e test by @cvvz in #1836
- feat: support workload identity by @cvvz in #1843
- Changing kubernetes-release bucket path to dl.k8s.io by @nitishchauhan0022 in #1845
- chore(deps): bump github.com/kubernetes-csi/csi-lib-utils from 0.10.0 to 0.13.0 by @dependabot in #1839
- cleanup: update new chart versions and remove deprecated versions by @andyzhangx in #1849
- fix: make sure the VolumeSnapshots v1 CRDs exist before starting by @andyzhangx in #1851
- feat: upgrade to snapshot v6.2.1 by @andyzhangx in #1850
- chore: upgrade azure lib by @andyzhangx in #1853
- Build: Add dependabot job for dockerfiles by @MartinForReal in #1856
- feat: add enablePerformancePlus in storage class by @andyzhangx in #1855
- cleanup: remove useless incremental parameter in storage class by @andyzhangx in #1859
- doc: refine workload identity doc by @andyzhangx in #1860
- feat: host process container deployment support by @andyzhangx in #1861
- cleanup: reduce host process disk partition logs by @andyzhangx in #1864
- chore: upgrade csi-snapshot to v6.2.2 and increase memory limits by @andyzhangx in #1866
- feat: add attachDiskInitialDelay parameter in storage class by @andyzhangx in #1872
- feat: get node name from IMDS compute name by @andyzhangx in #1685
- chore: update max data disk table by @andyzhangx in #1875
New Contributors
- @m1zzx2 made their first contribution in #1809
- @dependabot made their first contribution in #1838
- @nitishchauhan0022 made their first contribution in #1845
- @MartinForReal made their first contribution in #1856
Full Changelog: v1.27.0...v1.28.0