Skip to content

Releases: rancher/local-path-provisioner

Local Path Provisioner v0.0.21

21 Dec 07:22
755e331
Compare
Choose a tag to compare

Add s390x arch support (#217)

Local Path Provisioner v0.0.20 release

28 Jul 02:31
Compare
Choose a tag to compare
  • Disable (un-needed) leader election to reduce pod restarts (#167)
  • Support e2e regression (#173)
  • Use the node label for NodeAffinity rule (#187)
  • Indicate volume expansion is possible (#189)

Local Path Provisioner v0.0.19 release

30 Nov 19:30
Compare
Choose a tag to compare

Fixed the helper pod race condition for multiple PVCs (#154).

Local Path Provisioner v0.0.18 release

17 Oct 00:58
Compare
Choose a tag to compare
  1. Thanks to @nickming 's PR, we've added the ability to make the helper
    pod and setup/teardown script customizable. For example, now you can
    setup the local path provisioner to use quota with btrfs.

  2. Thanks to @hwaastad 's PR, now the helper pod supports pull secret.

Local Path Provisioner v0.0.17 release

13 Aug 22:57
Compare
Choose a tag to compare

Thanks to @rxbn, we've fixed an issue with Helm Chart deployment.

Local Path Provisioner v0.0.16 release

13 Aug 20:34
Compare
Choose a tag to compare

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

10 Aug 21:26
Compare
Choose a tag to compare

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

01 Jun 15:42
Compare
Choose a tag to compare

Thanks to @dittos for fixing the leaking tick (#87) .

Local Path Provisioner v0.0.13 release

21 May 05:58
Compare
Choose a tag to compare

Thanks to @REBELinBLUE, we've changed the provisioned path to reflect the PVC name and Namespace instead of the PV name.

Local Path Provisioner v0.0.12 release

16 Jan 01:54
Compare
Choose a tag to compare
  1. Thanks to @poikilotherm, we've added kustomization support. See #57 for details
  2. Thanks to @tamalsaha, we've migrated to use the new provisioner framework at sigs.k8s.io/sig-storage-lib-external-provisioner.