Skip to content
Merged
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
10 changes: 3 additions & 7 deletions velero-plugin-for-csi.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: velero-plugin-for-csi
version: 0.7.0
epoch: 1
version: 0.7.1
epoch: 0
description: Velero plugins for integrating with CSI snapshot API
copyright:
- license: Apache-2.0
Expand All @@ -21,13 +21,9 @@ pipeline:
- uses: git-checkout
with:
tag: v${{package.version}}
expected-commit: f6f3583c49009df7588183b71ee4847e67d96fb5
expected-commit: a02c2449eb8538169b68a10a0e7b4581bb88d87c
repository: https://github.com/vmware-tanzu/velero-plugin-for-csi

- uses: go/bump
with:
deps: google.golang.org/[email protected]

- uses: go/build
with:
packages: .
Expand Down