v1.8.0 release
Features π
- ReadWriteOncePod support (#1019)
- upgrade snapshot CRD to v4.2.1 (#1024)
- support 20H2, WS2022 windows images (#1030, #1032)
- switch back to csi-proxy v1beta interface on Windows (#1034)
- upgrade disk client to use 2021-04-01 to support online disk resize (#1041)
- add registrar liveness probe on Linux (#1043)
Bug Fixes π
- fix: reduce vmss cache refresh (#1018)
- fix: upgrade to debian 11.0 base image to fix vulnerability (#1028)
- fix: driver pod crash issue on Windows (#1033)
- fix: add zoned field for backward compatibility (#1037)
- fix: get MaxDataDiskCount error on Windows (#1039)
- fix: GetZone error when instance metadata is disabled on Windows (#1042)
What's Changed
- doc: cut v1.7.0 release by @andyzhangx in #1011
- chore: switch master branch to use v1.8.0 by @andyzhangx in #1012
- test: remove deprecated test configs by @andyzhangx in #1015
- test: run v1.22 external test by @andyzhangx in #1017
- feat: reduce vmss cache refresh by @andyzhangx in #1018
- feat: ReadWriteOncePod support by @andyzhangx in #1019
- test: pre-provisioning-test should clean up created volumes unless told not to by @sunpa93 in #1020
- chore: Abstract release and beta CSI Proxy behind interface by @edreed in #1023
- fix: add AccessMode_SINGLE_NODE_READER_ONLY cap by @andyzhangx in #1022
- feat: upgrade snapshot CRD to v4.2.1 by @andyzhangx in #1024
- feat: add ReadWriteOncePod cap by @andyzhangx in #1027
- fix: upgrade to debian 11.0 to fix vulnerability by @andyzhangx in #1028
- Added WS2022 to Makefile build process by @nick5616 in #1030
- feat: add affinity and node affinity as values by @cyril-corbon in #1029
- fix: driver pod crash issue on Windows by @andyzhangx in #1033
- feat: add 20H2 Windows image support by @andyzhangx in #1032
- feat: switch back to csi-proxy v1beta interface on Windows by @andyzhangx in #1034
- fix: add zoned field for backward compatibility by @andyzhangx in #1037
- fix: get MaxDataDiskCount error on Windows by @andyzhangx in #1039
- test: enable volume expand tests by @andyzhangx in #1040
- feat: upgrade disk client to use 2021-04-01 to support online disk resize by @andyzhangx in #1041
- fix: GetZone error when instance metadata is disabled on Windows by @andyzhangx in #1042
- feat: add registrar liveness probe on Linux by @andyzhangx in #1043
New Contributors
- @nick5616 made their first contribution in #1030
- @cyril-corbon made their first contribution in #1029
Full Changelog: v1.7.0...v1.8.0