v1.25.0 release
Bug Fixes π
- fix: CVE-2022-41717 (#1135)
- fix: create PrivateDNSZone error in sovereign cloud (#1139, #1143)
- fix: use force unmount to fix unmount NFS volume stuck issue (#1146)
- fix: set ForceAttemptHTTP2 as false to increase ARM throttling limit (#1155)
- fix: target is busy unmount failure (#1158)
- fix: account matching issue in account search (#1156, #1161)
What's Changed
- Clean up .travis.yml by @ialidzhikov in #1130
- chore: upgrade sidecar container images by @andyzhangx in #1131
- chore: upgrade to csi-node-driver-registrar v2.6.2 by @andyzhangx in #1132
- chore: migrate from ADAL lib before its EOL by @umagnus in #1134
- Add requirements.txt with fixed versions to use in pip install by @mauriciopoppe in #1136
- fix: CVE-2022-41717 by @andyzhangx in #1135
- fix e2e: disable podSecurity by @cvvz in #1142
- cleanup: Use k8s utils pointer instead of Azure autorest/to by @umagnus in #1141
- chore: update dependencies against latest cloud-provider-azure by @cvvz in #1140
- chore: refine logging by @andyzhangx in #1144
- docs: recommend the use of the nosharesock mount option, and clearify how volumeHandle should be used. by @danquah in #1145
- docs: add a section on volumeHandle to the PV Static Provision documentation by @danquah in #1148
- cleanup: remove redundant unmount volume code since it's already handled by mount-utils by @andyzhangx in #1150
- test: add unmount volume test by @andyzhangx in #1147
- cleanup: remove useless functions by @andyzhangx in #1151
- test: add helm lint test by @umagnus in #1153
- fix: support privateendpoint with latest cloud-provider-azure by @cvvz in #1143
- fix: use force unmount to fix unmount NFS volume stuck issue by @andyzhangx in #1146
- fix: set ForceAttemptHTTP2 as false to increase ARM throttling limit by @andyzhangx in #1155
- doc: update install doc by @andyzhangx in #1159
- fix: target is busy unmount failure by @andyzhangx in #1158
- cleanup: fix umount failure logging by @andyzhangx in #1160
- fix: account matching issue in account search by @andyzhangx in #1156
- fix: add more account search options by @andyzhangx in #1161
New Contributors
- @mauriciopoppe made their first contribution in #1136
- @danquah made their first contribution in #1145
Full Changelog: v1.24.0...v1.25.0