Skip to content

Commit

Permalink
new version v1.0.1 of virt
Browse files Browse the repository at this point in the history
  • Loading branch information
krew-release-bot committed Oct 18, 2023
1 parent a20f849 commit 353a852
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions plugins/virt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ kind: Plugin
metadata:
name: virt
spec:
version: "v1.0.0"
version: "v1.0.1"
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/kubevirt/kubectl-virt-plugin/releases/download/v1.0.0/virtctl-darwin-amd64.tar.gz
sha256: 45f37c36d7188cf6ae325146db001e5fe27d0ddf8a79af60b1e2112a21434b70
uri: https://github.com/kubevirt/kubectl-virt-plugin/releases/download/v1.0.1/virtctl-darwin-amd64.tar.gz
sha256: e2eaccaad46280630ed06d96606cce309efcaf3a519b482bf137c46f8937a05f
files:
- from: "/virtctl/virtctl-darwin-amd64"
to: "virtctl"
Expand All @@ -21,8 +21,8 @@ spec:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/kubevirt/kubectl-virt-plugin/releases/download/v1.0.0/virtctl-linux-amd64.tar.gz
sha256: 732d1d70863346b162267a3d59def2eed7fedaaf5b123d35fc2fbab5b44c0f5c
uri: https://github.com/kubevirt/kubectl-virt-plugin/releases/download/v1.0.1/virtctl-linux-amd64.tar.gz
sha256: cb3b110daf3ea03db6eb937fad1a7ef71557704cb74e797195095463fc00bbe0
files:
- from: "/virtctl/virtctl-linux-amd64"
to: "virtctl"
Expand All @@ -33,8 +33,8 @@ spec:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/kubevirt/kubectl-virt-plugin/releases/download/v1.0.0/virtctl-windows-amd64.exe.tar.gz
sha256: 6370a102947b055d95dbbdbb2924cf12e3b72b2bb9154f343f3e0128610b4ef1
uri: https://github.com/kubevirt/kubectl-virt-plugin/releases/download/v1.0.1/virtctl-windows-amd64.exe.tar.gz
sha256: b80e2737d31c032ded2da79071411eaa7378bad1e833c0535137955fd1272b20
files:
- from: "/virtctl/virtctl-windows-amd64.exe"
to: "virtctl.exe"
Expand Down

0 comments on commit 353a852

Please sign in to comment.