Skip to content

Bump Local Path Provisioner version#13387

Merged
dereknola merged 1 commit intomainfrom
updatecli_main_4bce3a266b0f6ef2acb69db685e040ac304ce00fce8f34b25b8f40aeaa82f1df
Jan 5, 2026
Merged

Bump Local Path Provisioner version#13387
dereknola merged 1 commit intomainfrom
updatecli_main_4bce3a266b0f6ef2acb69db685e040ac304ce00fce8f34b25b8f40aeaa82f1df

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Dec 28, 2025

Bump Local Path Provisioner version

Update rancher/local-path-provisioner image version

2 file(s) updated with "rancher/local-path-provisioner:v0.0.33": * manifests/local-storage.yaml * scripts/airgap/image-list.txt

v0.0.10
1. Add the Helm chart
2. Fixed [Provisioner falls over after etcd timeout ](https://github.com/rancher/local-path-provisioner/issues/27) and a few other issues.
3. Compatible with Kubernetes v1.16
v0.0.11
Thanks to @ibuildthecloud Docker image `rancher/local-path-provisioner` is now a
multi-arch image supporting amd64, arm64, and armv7
v0.0.11-rc1
1. `rancher/local-path-provisioner` is now a multi-arch image supporting amd64, arm64, and armv7
v0.0.11-rc2
1. `rancher/local-path-provisioner` is now a multi-arch image supporting amd64, arm64, and armv7
v0.0.12
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`.
v0.0.13
Thanks to @REBELinBLUE, we've changed the provisioned path to reflect the PVC name and Namespace instead of the PV name.
v0.0.14
Thanks to @dittos for fixing the leaking tick (#87) .
v0.0.15
Thanks to @nicktming, now we support customized setup/teardown scripts(#99).

See [here](https://github.com/rancher/local-path-provisioner#configuration) on how to setup customized setup/teardown scripts.
v0.0.16
Thanks to @nicktming , we're added configmap.name option for chart installation to fix the chart installation issue of v0.0.15.
v0.0.17
Thanks to @rxbn, we've fixed an issue with Helm Chart deployment.
v0.0.18
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.
v0.0.19
Fixed the helper pod race condition for multiple PVCs (#154).
v0.0.2
1. Fix the support for Kubernetes v1.12.
2. Drop the support for Kubernetes v1.11.
v0.0.20
- Disable (un-needed) leader election to reduce pod restarts (https://github.com/rancher/local-path-provisioner/pull/167)
- Support e2e regression (https://github.com/rancher/local-path-provisioner/pull/173)
- Use the node label for NodeAffinity rule (https://github.com/rancher/local-path-provisioner/pull/187)
- Indicate volume expansion is possible (https://github.com/rancher/local-path-provisioner/pull/189)
v0.0.21
Add s390x arch support ([#217](https://github.com/rancher/local-path-provisioner/pull/217))
v0.0.22
- Remove $ from command to allow for easier copy/paste (https://github.com/rancher/local-path-provisioner/pull/218)
- Added options for worker threads and provisioning/deletion retry counts (https://github.com/rancher/local-path-provisioner/pull/222)
- Fix a typo on README.md(https://github.com/rancher/local-path-provisioner/pull/226)
- Allow mountPropagation configuration by merging the helper Pod template's volumeMount (https://github.com/rancher/local-path-provisioner/pull/176)
- Example: add local-path-provisioner with quota deploy manifest (https://github.com/rancher/local-path-provisioner/commit/ff864e185b34719b61fb940276b57ec72d36b373)
- Provide helper Pod params as env vars (https://github.com/rancher/local-path-provisioner/pull/177)
- Make command timeout configurable (https://github.com/rancher/local-path-provisioner/pull/213)
- Correct directory naming for helm chart (https://github.com/rancher/local-path-provisioner/pull/231)
v0.0.23
## What's Changed
- FIX: imagePullSecrets setting error @tgfree7 (1804059)
- dockerfile: always upgrade busybox and zlib @derekbit (200b100)
- Example for shared filesystem and ReadWriteMany mode @dchirikov (785227e)
- Documentation for using shared filesystem tunable @dchirikov (b7e5266)
- Enable shared filesystem support @dchirikov (9f18bde)
- Add experimental note to README.md @AnthonyEnr1quez (42952d5)
- remove debug print and handle error @AnthonyEnr1quez (cc8ec9a)
- change to annotation based volume config @AnthonyEnr1quez (19625e6)
- small readme update @AnthonyEnr1quez (84945a8)
- basic local path impl with config @AnthonyEnr1quez(b81fb99)
- Fix typo in README.md @HariiHe (48f98e5)
- CHG: merge helper-image setting into one place for helm charts @tgfree7 (ac68e0a)
- Fix depreciated kubectl instruction in README @kate-goldenring (4768915)
- doc: fix typo @ajdexter (982e089)

Thanks @tgfree7, @dchirikov, @AnthonyEnr1quez, @HariiHe, @kate-goldenring and @ajdexter for the contributions. 
v0.0.24
## What's Changed
* Fix sharedFilesystemPath not being available in helm deployment by @meln5674 in https://github.com/rancher/local-path-provisioner/pull/275
* fix quota example by @liupeng0518 in https://github.com/rancher/local-path-provisioner/pull/278
* Run the container of the helper pod in privileged mode by @derekbit in https://github.com/rancher/local-path-provisioner/pull/295
* Update dependencies by @derekbit in https://github.com/rancher/local-path-provisioner/pull/296
* Updates to address vulnerabilities by @derekbit in https://github.com/rancher/local-path-provisioner/pull/308
* Set default volume type in storage class by @js185692 in https://github.com/rancher/local-path-provisioner/pull/311
* Multiple storage classes for same provisioner by @samene in https://github.com/rancher/local-path-provisioner/pull/306
v0.0.25
## What's Changed
* feat - Node name annotation by @osherElm in https://github.com/rancher/local-path-provisioner/pull/340
* Helm: add namespace by @sergelogvinov in https://github.com/rancher/local-path-provisioner/pull/325
* Add storageClass.volumeBindingMode value to helm chart by @anisimovdk in https://github.com/rancher/local-path-provisioner/pull/347
* Helm: add pod annotation, securityContext blocks by @sergelogvinov in https://github.com/rancher/local-path-provisioner/pull/321
* Set default volume type of storage class from Helm chart by @nltimv in https://github.com/rancher/local-path-provisioner/pull/357
* Constraint default RBAC permissions by @sbocinec in https://github.com/rancher/local-path-provisioner/pull/336
* Helm: add pod tolerations to the helper-pod by @sergelogvinov in https://github.com/rancher/local-path-provisioner/pull/322
* deployment: Adapt values to be quoted when installed in templates by @ardumont in https://github.com/rancher/local-path-provisioner/pull/358
* Save the helper pod logs to the provisioner logs by @js185692 in https://github.com/rancher/local-path-provisioner/pull/324
* Add ReadWriteOncePod support for NodePath volumes by @anothertobi in https://github.com/rancher/local-path-provisioner/pull/331
* feature: Add configuretion to run setup/teardown command in helper container instead of run with script by @name212 in https://github.com/rancher/local-path-provisioner/pull/360
* Helm: Add common labels value and update uninstall for helm 3 by @kevinzwang in https://github.com/rancher/local-path-provisioner/pull/319
v0.0.26
## What's Changed
* [Fix helper Pod that always runs in privileged mode](https://github.com/rancher/local-path-provisioner/pull/370)
* [Fix CVEs issues by updating go version and packages](https://github.com/rancher/local-path-provisioner/pull/369)

v0.0.27
## What's Changed
* Repair code example in storageClass description. by @c4lliope in https://github.com/rancher/local-path-provisioner/pull/368
* Update README.md to 0.26 by @e-minguez in https://github.com/rancher/local-path-provisioner/pull/373
* Update README.md,rm /manager by @terryzwt in https://github.com/rancher/local-path-provisioner/pull/379
* Fix duplicate labels by @runningman84 in https://github.com/rancher/local-path-provisioner/pull/393
* drone: remove s390x support by @derekbit in https://github.com/rancher/local-path-provisioner/pull/391
* Feature/multiple storage classes by @meln5674 in https://github.com/rancher/local-path-provisioner/pull/361
* Remove duplicate labels and add ability to set helperpod resource requests/limits by @visokoo in https://github.com/rancher/local-path-provisioner/pull/394
* Automatic reloading of the helper pod manifest by the provisioner by @js185692 in https://github.com/rancher/local-path-provisioner/pull/399
* Add support for custom path patterns by @AlbanBedel in https://github.com/rancher/local-path-provisioner/pull/385
* adding pvc with node name example by @sebastianohl in https://github.com/rancher/local-path-provisioner/pull/382
* Add e2e test for custom path patterns by @derekbit in https://github.com/rancher/local-path-provisioner/pull/404
* Give the helper pod more range of MCS categories by @galal-hussein in https://github.com/rancher/local-path-provisioner/pull/402
* Fix: Chart.yaml file is missing on helm install by @jamshidi799 in https://github.com/rancher/local-path-provisioner/pull/388
* drone: disable e2e test by @derekbit in https://github.com/rancher/local-path-provisioner/pull/405
* Allow customizing helper pod by @justusbunsi in https://github.com/rancher/local-path-provisioner/pull/365
* test: use reclaimPolicy Delete instead by @derekbit in https://github.com/rancher/local-path-provisioner/pull/406
* chart: fix pathPattern by @derekbit in https://github.com/rancher/local-path-provisioner/pull/409

## New Contributors
* @c4lliope made their first contribution in https://github.com/rancher/local-path-provisioner/pull/368
* @e-minguez made their first contribution in https://github.com/rancher/local-path-provisioner/pull/373
* @terryzwt made their first contribution in https://github.com/rancher/local-path-provisioner/pull/379
* @runningman84 made their first contribution in https://github.com/rancher/local-path-provisioner/pull/393
* @visokoo made their first contribution in https://github.com/rancher/local-path-provisioner/pull/394
* @AlbanBedel made their first contribution in https://github.com/rancher/local-path-provisioner/pull/385
* @sebastianohl made their first contribution in https://github.com/rancher/local-path-provisioner/pull/382
* @galal-hussein made their first contribution in https://github.com/rancher/local-path-provisioner/pull/402
* @jamshidi799 made their first contribution in https://github.com/rancher/local-path-provisioner/pull/388
* @justusbunsi made their first contribution in https://github.com/rancher/local-path-provisioner/pull/365

**Full Changelog**: https://github.com/rancher/local-path-provisioner/compare/v0.0.26...v0.0.27
v0.0.28
## What's Changed
* Migrate CI to github Actions by @mantissahz in https://github.com/rancher/local-path-provisioner/pull/403
* fix(ci): allow to read docker hub secret by @mantissahz in https://github.com/rancher/local-path-provisioner/pull/412
* Revert "Give the helper pod more range of MCS categories" by @derekbit in https://github.com/rancher/local-path-provisioner/pull/421
* Temporarily disable TestPodWithMultipleStorageClasses by @derekbit in https://github.com/rancher/local-path-provisioner/pull/423
* Move helperPod namespace into metadata by @justusbunsi in https://github.com/rancher/local-path-provisioner/pull/425

## New Contributors
* @justusbunsi made their first contribution in https://github.com/rancher/local-path-provisioner/pull/365
* @mantissahz made their first contribution in https://github.com/rancher/local-path-provisioner/pull/403

**Full Changelog**: https://github.com/rancher/local-path-provisioner/compare/v0.0.27...v0.0.28
v0.0.28-rc1
## What's Changed
* Migrate CI to github Actions by @mantissahz in https://github.com/rancher/local-path-provisioner/pull/403
* fix(ci): allow to read docker hub secret by @mantissahz in https://github.com/rancher/local-path-provisioner/pull/412
* Revert "Give the helper pod more range of MCS categories" by @derekbit in https://github.com/rancher/local-path-provisioner/pull/421
* Temporarily disable TestPodWithMultipleStorageClasses by @derekbit in https://github.com/rancher/local-path-provisioner/pull/423
* Move helperPod namespace into metadata by @justusbunsi in https://github.com/rancher/local-path-provisioner/pull/425

## New Contributors
* @justusbunsi made their first contribution in https://github.com/rancher/local-path-provisioner/pull/365
* @mantissahz made their first contribution in https://github.com/rancher/local-path-provisioner/pull/403

**Full Changelog**: https://github.com/rancher/local-path-provisioner/compare/v0.0.27...v0.0.28
v0.0.29
## What's Changed
* Update Go to 1.22.5 by @unguiculus in https://github.com/rancher/local-path-provisioner/pull/435
* vendor: update dependencies by @derekbit in https://github.com/rancher/local-path-provisioner/pull/446
* Upgrade sig storage lib external provisioner by @rorosen in https://github.com/rancher/local-path-provisioner/pull/445
* chore(workflow): add "Scan With Trivy and Upload Results to GitHub Security Tab" by @derekbit in https://github.com/rancher/local-path-provisioner/pull/448
* Bugfix: pvs not deleting was: Remove the assumption that a node's name == its hostname by @jan-g in https://github.com/rancher/local-path-provisioner/pull/414
* Support risc-v by @derekbit https://github.com/rancher/local-path-provisioner/pull/447
* Bump to v0.0.29 by @derekbit in https://github.com/rancher/local-path-provisioner/pull/450

## Contributors
* @unguiculus 
* @galal-hussein
* @jamshidi799
* @rorosen
* @jan-g
v0.0.3
1. Added security context support (#7)
2. Added helper image parameter (`--helper-image`)
v0.0.30
## What's Changed
* chore: update golang to v1.23.1 by @derekbit in https://github.com/rancher/local-path-provisioner/pull/457
* Revert "Remove the assumption that a node's name == its hostname" by @derekbit in https://github.com/rancher/local-path-provisioner/pull/458
* chore(release): bump to v0.0.30 by @derekbit in https://github.com/rancher/local-path-provisioner/pull/459


**Full Changelog**: https://github.com/rancher/local-path-provisioner/compare/v0.0.29...v0.0.30
v0.0.31
## What's Changed
* Update dependencies by @harsimranmaan in https://github.com/rancher/local-path-provisioner/pull/472
  - Fix CVE issues


**Full Changelog**: https://github.com/rancher/local-path-provisioner/compare/v0.0.30...v0.0.31
v0.0.32
## What's Changed
* fix: helm install command by @antonengelhardt in https://github.com/rancher/local-path-provisioner/pull/468
* feat: add ability to set custom namespace by @tzabbi in https://github.com/rancher/local-path-provisioner/pull/478
* fix: multiple paths is not true random (fix #342) by @tulequ in https://github.com/rancher/local-path-provisioner/pull/496
* Build local-path-provisioner for ppc64le by @kishen-v in https://github.com/rancher/local-path-provisioner/pull/492
* build(deps): bump golang.org/x/net from 0.34.0 to 0.38.0 by @dependabot[bot] in https://github.com/rancher/local-path-provisioner/pull/488
* helm: add location for setting PodDisruptionBudget by @jcpunk in https://github.com/rancher/local-path-provisioner/pull/490
* use existing kubeClient when saving helper logs by @sceneryback in https://github.com/rancher/local-path-provisioner/pull/502
* fix: do not override nodeName, if exists by @BohdanTkachenko in https://github.com/rancher/local-path-provisioner/pull/499
* Allow overriding kubeclient burst and qps settings by @badstreff in https://github.com/rancher/local-path-provisioner/pull/503
* chore: typo by @ldicarlo in https://github.com/rancher/local-path-provisioner/pull/507
* chore: update dependencies by @derekbit in https://github.com/rancher/local-path-provisioner/pull/506
* Fix helper pod tolerations by @sbocinec in https://github.com/rancher/local-path-provisioner/pull/486
* Change default nodePathMap value in storageClassConfigs in values.yml to [] by @Birkenstab in https://github.com/rancher/local-path-provisioner/pull/510
* Helm: Add abbility to set additional tolerations to helper pod via values by @verdel in https://github.com/rancher/local-path-provisioner/pull/511
* OCI  based helm chart build workflow added by @supu2 in https://github.com/rancher/local-path-provisioner/pull/501
* fix: rename workflows by @derekbit in https://github.com/rancher/local-path-provisioner/pull/512
* fix: rename workflows by @derekbit in https://github.com/rancher/local-path-provisioner/pull/513
* fix: fix chart tag by @derekbit in https://github.com/rancher/local-path-provisioner/pull/514
* fix: fix Invalid Semantic Version by @derekbit in https://github.com/rancher/local-path-provisioner/pull/515
* chore(release): bump to v0.0.32 by @derekbit in https://github.com/rancher/local-path-provisioner/pull/516

## New Contributors
* @antonengelhardt made their first contribution in https://github.com/rancher/local-path-provisioner/pull/468
* @tzabbi made their first contribution in https://github.com/rancher/local-path-provisioner/pull/478
* @tulequ made their first contribution in https://github.com/rancher/local-path-provisioner/pull/496
* @kishen-v made their first contribution in https://github.com/rancher/local-path-provisioner/pull/492
* @dependabot[bot] made their first contribution in https://github.com/rancher/local-path-provisioner/pull/488
* @jcpunk made their first contribution in https://github.com/rancher/local-path-provisioner/pull/490
* @sceneryback made their first contribution in https://github.com/rancher/local-path-provisioner/pull/502
* @BohdanTkachenko made their first contribution in https://github.com/rancher/local-path-provisioner/pull/499
* @badstreff made their first contribution in https://github.com/rancher/local-path-provisioner/pull/503
* @ldicarlo made their first contribution in https://github.com/rancher/local-path-provisioner/pull/507
* @Birkenstab made their first contribution in https://github.com/rancher/local-path-provisioner/pull/510
* @verdel made their first contribution in https://github.com/rancher/local-path-provisioner/pull/511
* @supu2 made their first contribution in https://github.com/rancher/local-path-provisioner/pull/501

**Full Changelog**: https://github.com/rancher/local-path-provisioner/compare/v0.0.31...v0.0.32
v0.0.33
## What's Changed
* fix: don't try to clean up pvs on nodes that are gone by @marcusramberg in https://github.com/rancher/local-path-provisioner/pull/480
* upgrade go to 1.24.6 by @lizzzcai in https://github.com/rancher/local-path-provisioner/pull/521
* bump go 1.25 by @farazkhawaja in https://github.com/rancher/local-path-provisioner/pull/526
* add storageClass.allowedTopologies in helm chart by @lizzzcai in https://github.com/rancher/local-path-provisioner/pull/522
* fix(chart): correct ServiceAccount namespace in ClusterRoleBinding by @J3m3 in https://github.com/rancher/local-path-provisioner/pull/528
* Add common labels to helperPod config map template by @michaeldvinci in https://github.com/rancher/local-path-provisioner/pull/519
* chore: update pod_test.go by @derekbit in https://github.com/rancher/local-path-provisioner/pull/531
* fix: give clusterrole update on pvc by @marcusramberg in https://github.com/rancher/local-path-provisioner/pull/530
* Add support for s390x architecture by @SanyogDeshmukh in https://github.com/rancher/local-path-provisioner/pull/534
* feat: add priorityClassName support for provisioner and helper pods by @dibaro in https://github.com/rancher/local-path-provisioner/pull/525
* fix: prohibit the reference path in pathPattern by @mantissahz in https://github.com/rancher/local-path-provisioner/pull/542
* chore: explicitly set `hostUsers` by @jcpunk in https://github.com/rancher/local-path-provisioner/pull/541
* fix: podDisruptionBudget renders correctly in all cases by @jcpunk in https://github.com/rancher/local-path-provisioner/pull/540
* chore(release): bump to 0.0.33 by @derekbit in https://github.com/rancher/local-path-provisioner/pull/543

## New Contributors
* @marcusramberg made their first contribution in https://github.com/rancher/local-path-provisioner/pull/480
* @lizzzcai made their first contribution in https://github.com/rancher/local-path-provisioner/pull/521
* @farazkhawaja made their first contribution in https://github.com/rancher/local-path-provisioner/pull/526
* @J3m3 made their first contribution in https://github.com/rancher/local-path-provisioner/pull/528
* @michaeldvinci made their first contribution in https://github.com/rancher/local-path-provisioner/pull/519
* @SanyogDeshmukh made their first contribution in https://github.com/rancher/local-path-provisioner/pull/534
* @dibaro made their first contribution in https://github.com/rancher/local-path-provisioner/pull/525

**Full Changelog**: https://github.com/rancher/local-path-provisioner/compare/v0.0.32...v0.0.33
v0.0.4
Fully fix security context permission issue #7 by @unguiculus in #9
v0.0.5
Thanks to @kmova , fix an issue that local path provisioner cannot be used in non-default namespace.
v0.0.6
Thanks to @anitgandhi , now we use alpine based image for smaller image size! The image size has been reduced to 12MB from 135 MB.
v0.0.7
Thanks to @vvitkovskiy, now the helper pod tolerates all the taints.

Since the pod is able to use the node, the helper pod should be able to
run on the node as well.
v0.0.8
Thanks to @km4crus , we've added ARM64 support
v0.0.9
 Change pull policy for helper pod to IfNotPresent.
GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

@github-actions github-actions bot requested a review from a team as a code owner December 28, 2025 18:11
@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Dec 28, 2025
Made with ❤️️ by updatecli
@github-actions github-actions bot force-pushed the updatecli_main_4bce3a266b0f6ef2acb69db685e040ac304ce00fce8f34b25b8f40aeaa82f1df branch from 94aa19c to ff3bd0e Compare January 4, 2026 18:12
@dereknola dereknola merged commit 9c89e96 into main Jan 5, 2026
1 check passed
dereknola pushed a commit to dereknola/k3s that referenced this pull request Jan 5, 2026
Made with ❤️️ by updatecli

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
dereknola pushed a commit to dereknola/k3s that referenced this pull request Jan 5, 2026
Made with ❤️️ by updatecli

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
dereknola pushed a commit to dereknola/k3s that referenced this pull request Jan 5, 2026
Made with ❤️️ by updatecli

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
dereknola pushed a commit to dereknola/k3s that referenced this pull request Jan 5, 2026
Made with ❤️️ by updatecli

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
dereknola pushed a commit that referenced this pull request Jan 6, 2026
Made with ❤️️ by updatecli

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
dereknola pushed a commit that referenced this pull request Jan 6, 2026
Made with ❤️️ by updatecli

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
dereknola pushed a commit that referenced this pull request Jan 6, 2026
Made with ❤️️ by updatecli

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
dereknola pushed a commit that referenced this pull request Jan 6, 2026
Made with ❤️️ by updatecli

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions github-actions bot deleted the updatecli_main_4bce3a266b0f6ef2acb69db685e040ac304ce00fce8f34b25b8f40aeaa82f1df branch January 11, 2026 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants