Features 🌈
- skip chmod if mountPermissions is 0 after mount (#1011)
- set fsGroupChangePolicy as OnRootMismatch for nfs by default (#1013, #1024)
- set fsGroupPolicy in CSIDriver as ReadWriteOnceWithFSType by default (#1017)
Bug Fixes 🐞
- fix: bypass chmod if mounting point permissions are correct (#1019)
- fix: inline volume mount options passing issue (#1026)
Notion about CSI driver version upgrade
fsGroupPolicy
inCSIDriver
is set asReadWriteOnceWithFSType
from v1.18.0, if you are going to upgrade CSI driver to 1.18+, please runkubectl delete CSIDriver file.csi.azure.com
before upgrade
What's Changed
- test: enable fsGroup external test for nfs by @andyzhangx in #820
- feat: skip chmod if mountPermissions is 0 after mount by @andyzhangx in #1011
- test: run k8s 1.24 external e2e test by @andyzhangx in #1014
- chore: add cloud config logging in driver init by @andyzhangx in #1016
- fix: set fsGroupPolicy as ReadWriteOnceWithFSType by default by @andyzhangx in #1017
- fix: bypass chmod if mounting point permissions are correct by @andyzhangx in #1019
- feat: add fsGroupChangePolicy for nfs protocol by @andyzhangx in #1013
- chore: upgrade azure cloud provider lib by @andyzhangx in #1021
- test: fix unstable e2e tests which check file content by @andyzhangx in #1022
- feat: set fsGroupChangePolicy as OnRootMismatch for nfs by default by @andyzhangx in #1024
- feat: add fsGroupChangePolicy None parameter by @andyzhangx in #1025
- fix: inline volume mount options passing issue by @andyzhangx in #1026
Full Changelog: v1.17.0...v1.18.0