Skip to content

Commit 4ccc532

Browse files
[release-0.23] Bump rancher/local-path-provisioner to latest release (#5051)
* Bump rancher/local-path-provisioner to latest release * update attribution and checksum --------- Co-authored-by: Subbu Vakati <subbusrv@amazon.com>
1 parent f4a2ba7 commit 4ccc532

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

UPSTREAM_PROJECTS.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,8 @@ projects:
255255
repos:
256256
- name: local-path-provisioner
257257
versions:
258-
- tag: v0.0.32
259-
go_version: "1.24"
258+
- tag: v0.0.34
259+
go_version: "1.25"
260260
- org: redis
261261
repos:
262262
- name: redis

projects/rancher/local-path-provisioner/ATTRIBUTION.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ https://github.com/prometheus/common
3535
** github.com/prometheus/procfs; version v0.15.1 --
3636
https://github.com/prometheus/procfs
3737

38-
** github.com/rancher/local-path-provisioner; version v0.0.32 --
38+
** github.com/rancher/local-path-provisioner; version v0.0.34 --
3939
https://github.com/rancher/local-path-provisioner
4040

4141
** go.yaml.in/yaml/v2; version v2.4.2 --
@@ -715,7 +715,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
715715

716716
------
717717

718-
** golang.org/go; version go1.24.12 --
718+
** golang.org/go; version go1.25.6 --
719719
https://github.com/golang/go
720720

721721
** golang.org/x/net; version v0.38.0 --
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
1ee6f14d7d0ad935fe4eadf80c9e48fb625ae31e0ffb27517ddd01602a412833 _output/bin/local-path-provisioner/linux-amd64/local-path-provisioner
2-
71c646d8b67c305d5ad3128f29332c49031af724e1335ef88be450cb7c7cca11 _output/bin/local-path-provisioner/linux-arm64/local-path-provisioner
1+
50a4150634d27fded20e999e1ab27fd29983ee232c8a74093fb94c55110fa82a _output/bin/local-path-provisioner/linux-amd64/local-path-provisioner
2+
656e4c6560b385c932e216bf41352c425e63b4d7c2af15450b45358fac0203a2 _output/bin/local-path-provisioner/linux-arm64/local-path-provisioner
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.0.32
1+
v0.0.34
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.24
1+
1.25

projects/rancher/local-path-provisioner/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## **Local Path Provisioner**
2-
![Version](https://img.shields.io/badge/version-v0.0.32-blue)
2+
![Version](https://img.shields.io/badge/version-v0.0.34-blue)
33
![Build Status](https://codebuild.us-west-2.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiNmJlc3diN0NwYzhjZUtZc2wvSVdQVk16aFJTNmtvSnpPWmZhMjZaM0tkNU5QZCtsQXluamlQWVd6cVJNTVRjTmM2ZVAzUnlFTVozUVA4Um5XZTJpNXlrPSIsIml2UGFyYW1ldGVyU3BlYyI6Iktaam5IZ3JCVFBheXMydDIiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=main)
44

55
[Local Path Provisioner](https://github.com/rancher/local-path-provisioner) provides a way for the Kubernetes users to utilize the local storage in each node. Based on the user configuration, the Local Path Provisioner will create `hostPath`-based persistent volume on the node automatically. It utilizes the features introduced by Kubernetes Local Persistent Volume feature, but makes it a simpler solution than the built-in `local` volume feature in Kubernetes. Its advantage over the Local PV feature is its ability to perform dynamic provisioning of volumes using `hostPath`.

0 commit comments

Comments
 (0)