Skip to content

Commit

Permalink
new version v1.1.1 of virt (#3551)
Browse files Browse the repository at this point in the history
  • Loading branch information
krew-release-bot authored Dec 26, 2023
1 parent ceb621f commit aa5bb1c
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.1.0"
version: "v1.1.1"
platforms:
- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/kubevirt/kubectl-virt-plugin/releases/download/v1.1.0/virtctl-darwin-amd64.tar.gz
sha256: b4b8117cad01c1e0052d3aa0a4500af9f2bb67db74c62d5c7924bbbe4a9a6b64
uri: https://github.com/kubevirt/kubectl-virt-plugin/releases/download/v1.1.1/virtctl-darwin-amd64.tar.gz
sha256: 9ce3118e664aa69e88585ec467a3d714862755a53fb585125a9bdcd387323514
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.1.0/virtctl-linux-amd64.tar.gz
sha256: a03a76c5f334e7072b2746fb9f39e445aca1c0ade053ad4f32c5e509b249e8ea
uri: https://github.com/kubevirt/kubectl-virt-plugin/releases/download/v1.1.1/virtctl-linux-amd64.tar.gz
sha256: 09f2338b92379a77a8d1064210e4deb55945168302e6f2f816c5be3db29b3556
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.1.0/virtctl-windows-amd64.exe.tar.gz
sha256: 2826a0fd1a7681f187dd11e4de7e6a6a4a3705b82829b0fe4285a6160c937e03
uri: https://github.com/kubevirt/kubectl-virt-plugin/releases/download/v1.1.1/virtctl-windows-amd64.exe.tar.gz
sha256: 081af7aa9457278d468cbcda48c8a6d4a6d23cd5376876a08f1095a554a66d6f
files:
- from: "/virtctl/virtctl-windows-amd64.exe"
to: "virtctl.exe"
Expand Down

0 comments on commit aa5bb1c

Please sign in to comment.