Skip to content

Releases: rancher/local-path-provisioner

Local Path Provisioner v0.0.28

19 Jun 12:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.27...v0.0.28

Local Path Provisioner v0.0.28-rc1

18 Jun 15:13
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v0.0.27...v0.0.28

Local Path Provisioner v0.0.27

29 May 01:07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.26...v0.0.27

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)