Skip to content

Commit cd10a80

Browse files
Bump rancher/local-path-provisioner to latest release (#5233)
1 parent c373998 commit cd10a80

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

UPSTREAM_PROJECTS.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,8 @@ projects:
277277
repos:
278278
- name: local-path-provisioner
279279
versions:
280-
- tag: v0.0.34
281-
go_version: "1.25"
280+
- tag: v0.0.35
281+
go_version: "1.26"
282282
- org: redis
283283
repos:
284284
- 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.34 --
38+
** github.com/rancher/local-path-provisioner; version v0.0.35 --
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.25.8 --
718+
** golang.org/go; version go1.26.1 --
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-
ad77cc73619f84a0656075ff9cf7e255bcac378122a79eb80b5d2a565300d70d _output/bin/local-path-provisioner/linux-amd64/local-path-provisioner
2-
dea59cec51a330774665d50ab32bfb8ca5dc4e97d71a0f7f8a60b8f76d42275a _output/bin/local-path-provisioner/linux-arm64/local-path-provisioner
1+
591e1edb7ced260dbb008c5e59a33c1279830a495bb77467acdbd63e510d0f1d _output/bin/local-path-provisioner/linux-amd64/local-path-provisioner
2+
fed9ef2f2af4849a242d1e7bab8c23113f5e17fd46908285bdb330af47d23a3f _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.34
1+
v0.0.35
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.25
1+
1.26

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.34-blue)
2+
![Version](https://img.shields.io/badge/version-v0.0.35-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)