Skip to content

Releases: rancher/local-path-provisioner

Local Path Provisioner v0.0.26

03 Dec 00:52
Compare
Choose a tag to compare

Local Path Provisioner v0.0.25

20 Nov 01:58
Compare
Choose a tag to compare

What's Changed

  • feat - Node name annotation by @osherElm in #340
  • Helm: add namespace by @sergelogvinov in #325
  • Add storageClass.volumeBindingMode value to helm chart by @anisimovdk in #347
  • Helm: add pod annotation, securityContext blocks by @sergelogvinov in #321
  • Set default volume type of storage class from Helm chart by @nltimv in #357
  • Constraint default RBAC permissions by @sbocinec in #336
  • Helm: add pod tolerations to the helper-pod by @sergelogvinov in #322
  • deployment: Adapt values to be quoted when installed in templates by @ardumont in #358
  • Save the helper pod logs to the provisioner logs by @js185692 in #324
  • Add ReadWriteOncePod support for NodePath volumes by @anothertobi in #331
  • feature: Add configuretion to run setup/teardown command in helper container instead of run with script by @name212 in #360
  • Helm: Add common labels value and update uninstall for helm 3 by @kevinzwang in #319

Local Path Provisioner v0.0.24

23 Mar 03:17
Compare
Choose a tag to compare

What's Changed

Local Path Provisioner v0.0.23

25 Oct 11:37
Compare
Choose a tag to compare

What's Changed

Thanks @tgfree7, @dchirikov, @AnthonyEnr1quez, @HariiHe, @kate-goldenring and @ajdexter for the contributions.

Local Path Provisioner v0.0.22

30 Mar 13:09
Compare
Choose a tag to compare
  • 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

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.