From 3ed423c486e45230937d0416409c978645d2b223 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 10 Mar 2026 19:24:26 +0000 Subject: [PATCH] chore(deps): update dependency rancher/local-path-provisioner to v0.0.35 (#4585) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [rancher/local-path-provisioner](https://github.com/rancher/local-path-provisioner) | patch | `v0.0.34` → `v0.0.35` | --- ### Release Notes
rancher/local-path-provisioner (rancher/local-path-provisioner) ### [`v0.0.35`](https://github.com/rancher/local-path-provisioner/releases/tag/v0.0.35): Local Path Provisioner v0.0.35 [Compare Source](https://github.com/rancher/local-path-provisioner/compare/v0.0.34...v0.0.35) #### What's Changed - Add FOSSA scanning workflow by [@​macedogm](https://github.com/macedogm) in [#​551](https://github.com/rancher/local-path-provisioner/pull/551) - Build linux/ppc64le images through build on GitHub Actions by [@​kishen-v](https://github.com/kishen-v) in [#​554](https://github.com/rancher/local-path-provisioner/pull/554) - updated golang to 1.26.0 by [@​jgoodall](https://github.com/jgoodall) in [#​557](https://github.com/rancher/local-path-provisioner/pull/557) - feat: Allow custom node affinity keys by [@​ipantchev](https://github.com/ipantchev) in [#​559](https://github.com/rancher/local-path-provisioner/pull/559) - chore: update golang to 1.26.1 by [@​derekbit](https://github.com/derekbit) in [#​561](https://github.com/rancher/local-path-provisioner/pull/561) - chore(release): bump to v0.0.35 by [@​derekbit](https://github.com/derekbit) in [#​562](https://github.com/rancher/local-path-provisioner/pull/562) #### New Contributors - [@​macedogm](https://github.com/macedogm) made their first contribution in [#​551](https://github.com/rancher/local-path-provisioner/pull/551) - [@​jgoodall](https://github.com/jgoodall) made their first contribution in [#​557](https://github.com/rancher/local-path-provisioner/pull/557) - [@​ipantchev](https://github.com/ipantchev) made their first contribution in [#​559](https://github.com/rancher/local-path-provisioner/pull/559) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). Reviewed-on: https://gitea.alexlebens.dev/alexlebens/infrastructure/pulls/4585 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- clusters/cl01tl/helm/local-path-provisioner/Chart.yaml | 2 +- clusters/cl01tl/helm/local-path-provisioner/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/cl01tl/helm/local-path-provisioner/Chart.yaml b/clusters/cl01tl/helm/local-path-provisioner/Chart.yaml index 7b50dc2df..a06d4a487 100644 --- a/clusters/cl01tl/helm/local-path-provisioner/Chart.yaml +++ b/clusters/cl01tl/helm/local-path-provisioner/Chart.yaml @@ -19,4 +19,4 @@ dependencies: repository: https://charts.containeroo.ch icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/kubernetes.png # renovate: datasource=github-releases depName=rancher/local-path-provisioner -appVersion: v0.0.34 +appVersion: v0.0.35 diff --git a/clusters/cl01tl/helm/local-path-provisioner/values.yaml b/clusters/cl01tl/helm/local-path-provisioner/values.yaml index 8eff5f304..84974a3f4 100644 --- a/clusters/cl01tl/helm/local-path-provisioner/values.yaml +++ b/clusters/cl01tl/helm/local-path-provisioner/values.yaml @@ -1,7 +1,7 @@ local-path-provisioner: image: repository: rancher/local-path-provisioner - tag: v0.0.34 + tag: v0.0.35 helperImage: repository: busybox tag: 1.37.0