chore(deps): update dependency rancher/local-path-provisioner to v0.0.34 - autoclosed #3414

Closed
renovate-bot wants to merge 1 commits from renovate/rancher-local-path-provisioner-0.x into main
Collaborator

This PR contains the following updates:

Package Update Change
rancher/local-path-provisioner patch v0.0.32v0.0.34

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

rancher/local-path-provisioner (rancher/local-path-provisioner)

v0.0.34: Local Path Provisioner v0.0.34

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rancher/local-path-provisioner/compare/v0.0.33...v0.0.34

v0.0.33: Local Path Provisioner v0.0.33

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/rancher/local-path-provisioner/compare/v0.0.32...v0.0.33


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [rancher/local-path-provisioner](https://github.com/rancher/local-path-provisioner) | patch | `v0.0.32` → `v0.0.34` | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>rancher/local-path-provisioner (rancher/local-path-provisioner)</summary> ### [`v0.0.34`](https://github.com/rancher/local-path-provisioner/releases/tag/v0.0.34): Local Path Provisioner v0.0.34 [Compare Source](https://github.com/rancher/local-path-provisioner/compare/v0.0.33...v0.0.34) #### What's Changed - fix: mitigate the impact of enforcing a pathPattern prefix by [@&#8203;mantissahz](https://github.com/mantissahz) in [#&#8203;547](https://github.com/rancher/local-path-provisioner/pull/547) - fix: read allowUnsafePathPattern from storageclass annotations by [@&#8203;derekbit](https://github.com/derekbit) in [#&#8203;548](https://github.com/rancher/local-path-provisioner/pull/548) - chore(release): bump to v0.0.34 by [@&#8203;derekbit](https://github.com/derekbit) in [#&#8203;549](https://github.com/rancher/local-path-provisioner/pull/549) - feat: allow specifying additional annotations on StorageClass by [@&#8203;utkuozdemir](https://github.com/utkuozdemir) in [#&#8203;550](https://github.com/rancher/local-path-provisioner/pull/550) #### New Contributors - [@&#8203;utkuozdemir](https://github.com/utkuozdemir) made their first contribution in [#&#8203;550](https://github.com/rancher/local-path-provisioner/pull/550) **Full Changelog**: <https://github.com/rancher/local-path-provisioner/compare/v0.0.33...v0.0.34> ### [`v0.0.33`](https://github.com/rancher/local-path-provisioner/releases/tag/v0.0.33): Local Path Provisioner v0.0.33 [Compare Source](https://github.com/rancher/local-path-provisioner/compare/v0.0.32...v0.0.33) #### What's Changed - fix: don't try to clean up pvs on nodes that are gone by [@&#8203;marcusramberg](https://github.com/marcusramberg) in [#&#8203;480](https://github.com/rancher/local-path-provisioner/pull/480) - upgrade go to 1.24.6 by [@&#8203;lizzzcai](https://github.com/lizzzcai) in [#&#8203;521](https://github.com/rancher/local-path-provisioner/pull/521) - bump go 1.25 by [@&#8203;farazkhawaja](https://github.com/farazkhawaja) in [#&#8203;526](https://github.com/rancher/local-path-provisioner/pull/526) - add storageClass.allowedTopologies in helm chart by [@&#8203;lizzzcai](https://github.com/lizzzcai) in [#&#8203;522](https://github.com/rancher/local-path-provisioner/pull/522) - fix(chart): correct ServiceAccount namespace in ClusterRoleBinding by [@&#8203;J3m3](https://github.com/J3m3) in [#&#8203;528](https://github.com/rancher/local-path-provisioner/pull/528) - Add common labels to helperPod config map template by [@&#8203;michaeldvinci](https://github.com/michaeldvinci) in [#&#8203;519](https://github.com/rancher/local-path-provisioner/pull/519) - chore: update pod\_test.go by [@&#8203;derekbit](https://github.com/derekbit) in [#&#8203;531](https://github.com/rancher/local-path-provisioner/pull/531) - fix: give clusterrole update on pvc by [@&#8203;marcusramberg](https://github.com/marcusramberg) in [#&#8203;530](https://github.com/rancher/local-path-provisioner/pull/530) - Add support for s390x architecture by [@&#8203;SanyogDeshmukh](https://github.com/SanyogDeshmukh) in [#&#8203;534](https://github.com/rancher/local-path-provisioner/pull/534) - feat: add priorityClassName support for provisioner and helper pods by [@&#8203;dibaro](https://github.com/dibaro) in [#&#8203;525](https://github.com/rancher/local-path-provisioner/pull/525) - fix: prohibit the reference path in pathPattern by [@&#8203;mantissahz](https://github.com/mantissahz) in [#&#8203;542](https://github.com/rancher/local-path-provisioner/pull/542) - chore: explicitly set `hostUsers` by [@&#8203;jcpunk](https://github.com/jcpunk) in [#&#8203;541](https://github.com/rancher/local-path-provisioner/pull/541) - fix: podDisruptionBudget renders correctly in all cases by [@&#8203;jcpunk](https://github.com/jcpunk) in [#&#8203;540](https://github.com/rancher/local-path-provisioner/pull/540) - chore(release): bump to 0.0.33 by [@&#8203;derekbit](https://github.com/derekbit) in [#&#8203;543](https://github.com/rancher/local-path-provisioner/pull/543) #### New Contributors - [@&#8203;marcusramberg](https://github.com/marcusramberg) made their first contribution in [#&#8203;480](https://github.com/rancher/local-path-provisioner/pull/480) - [@&#8203;lizzzcai](https://github.com/lizzzcai) made their first contribution in [#&#8203;521](https://github.com/rancher/local-path-provisioner/pull/521) - [@&#8203;farazkhawaja](https://github.com/farazkhawaja) made their first contribution in [#&#8203;526](https://github.com/rancher/local-path-provisioner/pull/526) - [@&#8203;J3m3](https://github.com/J3m3) made their first contribution in [#&#8203;528](https://github.com/rancher/local-path-provisioner/pull/528) - [@&#8203;michaeldvinci](https://github.com/michaeldvinci) made their first contribution in [#&#8203;519](https://github.com/rancher/local-path-provisioner/pull/519) - [@&#8203;SanyogDeshmukh](https://github.com/SanyogDeshmukh) made their first contribution in [#&#8203;534](https://github.com/rancher/local-path-provisioner/pull/534) - [@&#8203;dibaro](https://github.com/dibaro) made their first contribution in [#&#8203;525](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> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi42OS4yIiwidXBkYXRlZEluVmVyIjoiNDIuNjkuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2026-01-23 21:00:51 +00:00
chore(deps): update dependency rancher/local-path-provisioner to v0.0.34
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 14s
e83764b8ab
renovate-bot force-pushed renovate/rancher-local-path-provisioner-0.x from e83764b8ab to 71c61546fc 2026-01-23 22:14:22 +00:00 Compare
renovate-bot force-pushed renovate/rancher-local-path-provisioner-0.x from 71c61546fc to 39644b944c 2026-01-23 22:47:50 +00:00 Compare
renovate-bot force-pushed renovate/rancher-local-path-provisioner-0.x from 39644b944c to 6aef4e7d72 2026-01-23 23:03:16 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency rancher/local-path-provisioner to v0.0.34 to chore(deps): update dependency rancher/local-path-provisioner to v0.0.34 - autoclosed 2026-01-23 23:17:48 +00:00
renovate-bot closed this pull request 2026-01-23 23:17:48 +00:00
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 18s
render-manifests-automerge / render-manifests-automerge (pull_request) Has been skipped
render-manifests-merge / render-manifests-merge (pull_request) Has been skipped

Pull request closed

Sign in to join this conversation.