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-aws.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: velero-plugin-for-aws
version: 1.9.1
epoch: 1
version: 1.9.2
epoch: 0
description: Plugins to support Velero on AWS
copyright:
- license: Apache-2.0
Expand All @@ -21,13 +21,9 @@ pipeline:
- uses: git-checkout
with:
tag: v${{package.version}}
expected-commit: cc4024b675b34661a5122dbb0c467486c6673872
expected-commit: 40c18f15bd464b0e6c1f6158a6bd3373fd1420b9
repository: https://github.com/vmware-tanzu/velero-plugin-for-aws

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

- uses: go/build
with:
packages: ./velero-plugin-for-aws
Expand Down