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 v1.5.0 of pv-migrate #3389

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
26 changes: 13 additions & 13 deletions plugins/pv-migrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,50 +3,50 @@ kind: Plugin
metadata:
name: pv-migrate
spec:
version: v1.4.0
version: v1.5.0
homepage: https://github.com/utkuozdemir/pv-migrate
platforms:
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/utkuozdemir/pv-migrate/releases/download/v1.4.0/pv-migrate_v1.4.0_linux_x86_64.tar.gz
sha256: a986df22ffc1c5d689b3ea072ed219996feeb8c94733ee89041958be7b1c7fdd
uri: https://github.com/utkuozdemir/pv-migrate/releases/download/v1.5.0/pv-migrate_v1.5.0_linux_x86_64.tar.gz
sha256: e46b452e22b801dc30b9c1bf082a8360e8cbf23a85ee8d360703675e3f788ca5
bin: pv-migrate
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/utkuozdemir/pv-migrate/releases/download/v1.4.0/pv-migrate_v1.4.0_linux_arm64.tar.gz
sha256: f2a9356bcd2de3c94863e3e742194e85d21835de4ae4e742533a7a48cbc40e71
uri: https://github.com/utkuozdemir/pv-migrate/releases/download/v1.5.0/pv-migrate_v1.5.0_linux_arm64.tar.gz
sha256: fe6223c361fb235140507a635b30a84ab26393859b5ae3a626b3a55066246e73
bin: pv-migrate
- selector:
matchLabels:
os: linux
arch: arm
uri: https://github.com/utkuozdemir/pv-migrate/releases/download/v1.4.0/pv-migrate_v1.4.0_linux_armv7.tar.gz
sha256: be450d219888717ff94129c7bf0903da2d5dc7d928f89b2a20ecce0dbefa02b6
uri: https://github.com/utkuozdemir/pv-migrate/releases/download/v1.5.0/pv-migrate_v1.5.0_linux_armv7.tar.gz
sha256: 48c3ad609e152ed79243afc7601eba7434afeb2c112362dde99e0c37ab4b0df9
bin: pv-migrate
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/utkuozdemir/pv-migrate/releases/download/v1.4.0/pv-migrate_v1.4.0_darwin_x86_64.tar.gz
sha256: 762800d579d71830ff9090576ea84550957a8d704eac0e6db8eaeaa445bc3bac
uri: https://github.com/utkuozdemir/pv-migrate/releases/download/v1.5.0/pv-migrate_v1.5.0_darwin_x86_64.tar.gz
sha256: fe9b14b917bd91e8de5154332a5bac08ecef07eb3bfdd705daa8e8791342815a
bin: pv-migrate
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/utkuozdemir/pv-migrate/releases/download/v1.4.0/pv-migrate_v1.4.0_darwin_arm64.tar.gz
sha256: 471aa2dfff206f59d8dd051f246dbd335353a1ba6f7115b9cdfe7f4b34692bd6
uri: https://github.com/utkuozdemir/pv-migrate/releases/download/v1.5.0/pv-migrate_v1.5.0_darwin_arm64.tar.gz
sha256: 2b6a39c61902eadfa84d122cc20934c0bd161c22bd4ccebcf66fddcc41f536f3
bin: pv-migrate
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/utkuozdemir/pv-migrate/releases/download/v1.4.0/pv-migrate_v1.4.0_windows_x86_64.zip
sha256: ceeb6ff62277b8e6a17757d2cb404ecc76d23cbad5fa489454ed5809718f84a3
uri: https://github.com/utkuozdemir/pv-migrate/releases/download/v1.5.0/pv-migrate_v1.5.0_windows_x86_64.zip
sha256: 84ac4a453faf36cd7adc6c6753d3216ec1d5ed8214a3ba165ac59474fe1c9eb3
bin: pv-migrate.exe
shortDescription: Migrate data across persistent volumes
description: |
Expand Down