We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 94f9545 + 3a6d196 commit b9852b7Copy full SHA for b9852b7
velero-plugin-for-csi.yaml
@@ -1,7 +1,7 @@
1
package:
2
name: velero-plugin-for-csi
3
- version: 0.7.0
4
- epoch: 1
+ version: 0.7.1
+ epoch: 0
5
description: Velero plugins for integrating with CSI snapshot API
6
copyright:
7
- license: Apache-2.0
@@ -21,13 +21,9 @@ pipeline:
21
- uses: git-checkout
22
with:
23
tag: v${{package.version}}
24
- expected-commit: f6f3583c49009df7588183b71ee4847e67d96fb5
+ expected-commit: a02c2449eb8538169b68a10a0e7b4581bb88d87c
25
repository: https://github.com/vmware-tanzu/velero-plugin-for-csi
26
27
- - uses: go/bump
28
- with:
29
- deps: google.golang.org/[email protected]
30
-
31
- uses: go/build
32
33
packages: .
0 commit comments