Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release new version v0.10.1 of pvmigrate #3431

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
14 changes: 7 additions & 7 deletions plugins/pvmigrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ kind: Plugin
metadata:
name: pvmigrate
spec:
version: v0.10.0
version: v0.10.1
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/replicatedhq/pvmigrate/releases/download/v0.10.0/pvmigrate_linux_amd64.tar.gz
sha256: feccf9395c35e5a163e651e94527df8b08a061d4e4da2b53bb8b7c7b2106b464
uri: https://github.com/replicatedhq/pvmigrate/releases/download/v0.10.1/pvmigrate_linux_amd64.tar.gz
sha256: b52678f6fdd1fbd23aa42a6725ac602e025f2a933d08b34879386e9740923ae9
files:
- from: pvmigrate
to: .
Expand All @@ -21,8 +21,8 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/replicatedhq/pvmigrate/releases/download/v0.10.0/pvmigrate_darwin_amd64.tar.gz
sha256: e45b9879434b142ccf4ee260ac0cc1d241521111965851b07f12df7af32f7a67
uri: https://github.com/replicatedhq/pvmigrate/releases/download/v0.10.1/pvmigrate_darwin_amd64.tar.gz
sha256: dee3b099f226c558f812b65092683e9d9e6fd9fe98594a0b44fed7cabe583a4e
files:
- from: pvmigrate
to: .
Expand All @@ -33,8 +33,8 @@ spec:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/replicatedhq/pvmigrate/releases/download/v0.10.0/pvmigrate_windows_amd64.zip
sha256: 0f0ebd01b0dfcfe2647835e2780df72d7dbe40070effadbc2a1b020e550b2476
uri: https://github.com/replicatedhq/pvmigrate/releases/download/v0.10.1/pvmigrate_windows_amd64.zip
sha256: 8b30d5d62d752c5c89cbb4bdba2c4f50d18e3f32903e67403b5387fd8732b9c3
files:
- from: pvmigrate.exe
to: .
Expand Down