Features 🌈
- skip chmod if mountPermissions is 0 after mount (#328)
- support IPv6 server address (#342)
- add affinity, nodeSelector, runOnControlPlane in chart config (#347)
- add subDir in storage class parameters (#349)
- support pv/pvc metadata in subDir parameter (#353)
Bug Fixes 🐞
- fix: add serviceAccount for driver daemonset running on the node (#335)
- fix: bypass chmod if mounting point permissions are correct (#340)
- fix: incorrect runOnMaster config (#345)
What's Changed
- test: run k8s 1.24 external e2e test by @andyzhangx in #333
- fix: add serviceAccount for driver daemonset running on the node by @andyzhangx in #335
- chore: remove hard mount option by @andyzhangx in #336
- fix: bypass chmod if mounting point permissions are correct by @andyzhangx in #340
- chore: refine bypass chmod code by @andyzhangx in #341
- feat: support IPv6 server address by @andyzhangx in #342
- chore: update node-driver-registrar,liveness to latest version by @humblec in #343
- fix: incorrect runOnMaster config by @andyzhangx in #345
- master: update release-tools by @pohly in #346
- feat: add affinity, nodeSelector, runOnControlPlane in chart config by @andyzhangx in #347
- feat: add subDir in storage class parameters by @andyzhangx in #349
- fix: add missing runOnControlPlane config in chart by @andyzhangx in #350
- feat: support pv/pvc metadata in subDir parameter by @andyzhangx in #353
- chore: upgrade sidecar image versions by @andyzhangx in #355
Full Changelog: v4.0.0...v4.1.0