Releases: rancher/local-path-provisioner
Releases · rancher/local-path-provisioner
Local Path Provisioner v0.0.22
- Remove $ from command to allow for easier copy/paste (#218)
- Added options for worker threads and provisioning/deletion retry counts (#222)
- Fix a typo on README.md(#226)
- Allow mountPropagation configuration by merging the helper Pod template's volumeMount (#176)
- Example: add local-path-provisioner with quota deploy manifest (ff864e1)
- Provide helper Pod params as env vars (#177)
- Make command timeout configurable (#213)
- Correct directory naming for helm chart (#231)
Local Path Provisioner v0.0.21
Add s390x arch support (#217)
Local Path Provisioner v0.0.20 release
Local Path Provisioner v0.0.19 release
Fixed the helper pod race condition for multiple PVCs (#154).
Local Path Provisioner v0.0.18 release
Local Path Provisioner v0.0.17 release
Thanks to @rxbn, we've fixed an issue with Helm Chart deployment.
Local Path Provisioner v0.0.16 release
Thanks to @nicktming , we're added configmap.name option for chart installation to fix the chart installation issue of v0.0.15.
Local Path Provisioner v0.0.15 release
Thanks to @nicktming, now we support customized setup/teardown scripts(#99).
See here on how to setup customized setup/teardown scripts.
Local Path Provisioner v0.0.14 release
Local Path Provisioner v0.0.13 release
Thanks to @REBELinBLUE, we've changed the provisioned path to reflect the PVC name and Namespace instead of the PV name.