Skip to content

Commit

Permalink
Merge pull request #12036 from chainguardian/cve-kubernetes-csi-exter…
Browse files Browse the repository at this point in the history
…nal-resizer-GHSA-8pgv-569h-w5rw

kubernetes-csi-external-resizer/1.10.0-r0: cve remediation
  • Loading branch information
hectorj2f authored Jan 29, 2024
2 parents a9ece72 + 6d7a1c2 commit c5b738d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kubernetes-csi-external-resizer.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: kubernetes-csi-external-resizer
version: 1.10.0
epoch: 0
epoch: 1
description: Sidecar container that watches Kubernetes PersistentVolumeClaims objects and triggers controller side expansion operation against a CSI endpoint
copyright:
- license: Apache-2.0
Expand All @@ -23,6 +23,10 @@ pipeline:
tag: v${{package.version}}
expected-commit: edcf895c8279a22e898e3ecbefd6629c89bf1e49

- uses: go/bump
with:
deps: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/[email protected]

- runs: |
make build
mkdir -p ${{targets.destdir}}/usr/bin
Expand Down

0 comments on commit c5b738d

Please sign in to comment.