Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion local-static-provisioner.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: local-static-provisioner
version: "2.8.0"
epoch: 6 # GHSA-j5w8-q4qc-rx2x
epoch: 7 # GHSA-r6j8-c6r2-37rr
description: Static provisioner of local volumes
copyright:
- license: Apache-2.0
Expand All @@ -26,6 +26,9 @@ pipeline:
repository: https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner
tag: v${{package.version}}
expected-commit: bc3d8238c205d8b32fcef4330a490555d53fe232
cherry-picks: |
master/2edb740e03b22a619e832176ba0d4c30ba1f9f92: fix CVE-2025-5187
master/fbbab741296e295136f60d1de5996ad7a9e90d02: fix CVE-2025-13281

- uses: go/bump
with:
Expand Down
Loading