Skip to content

Commit

Permalink
new version v0.23.1 of gadget (#3520)
Browse files Browse the repository at this point in the history
  • Loading branch information
krew-release-bot authored Dec 5, 2023
1 parent f237a1b commit b1289bb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions plugins/gadget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: gadget
spec:
version: v0.23.0
version: v0.23.1
homepage: https://github.com/inspektor-gadget/inspektor-gadget
shortDescription: Gadgets for debugging and introspecting apps
description: |
Expand Down Expand Up @@ -35,38 +35,38 @@ spec:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/inspektor-gadget/inspektor-gadget/releases/download/v0.23.0/kubectl-gadget-linux-amd64-v0.23.0.tar.gz
sha256: f10991ae4e39ea594b41d6c6255a2c9752cab022769158b190c873a71255a952
uri: https://github.com/inspektor-gadget/inspektor-gadget/releases/download/v0.23.1/kubectl-gadget-linux-amd64-v0.23.1.tar.gz
sha256: 831641fec82b175fdb61a05afe5cf344eb50e2899e1aae29f859012c278e8dec
bin: kubectl-gadget

- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/inspektor-gadget/inspektor-gadget/releases/download/v0.23.0/kubectl-gadget-linux-arm64-v0.23.0.tar.gz
sha256: 3ab22631ace30583fc91d13231d8984c99376fe76beeb0cdb6162b81a534c887
uri: https://github.com/inspektor-gadget/inspektor-gadget/releases/download/v0.23.1/kubectl-gadget-linux-arm64-v0.23.1.tar.gz
sha256: 6de742d7d069b8aecddc72918cd70c5a760211d88dcd7676cf1a653ae163e1c1
bin: kubectl-gadget

- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/inspektor-gadget/inspektor-gadget/releases/download/v0.23.0/kubectl-gadget-darwin-amd64-v0.23.0.tar.gz
sha256: 0bac84cfa7bad42fbe1b9d0b90913b8707aa852c64fcb09c059e4a8f2a9f21ef
uri: https://github.com/inspektor-gadget/inspektor-gadget/releases/download/v0.23.1/kubectl-gadget-darwin-amd64-v0.23.1.tar.gz
sha256: fcb52bbe165406f60ee990dcbd98f0f0cb4e7048f4483df5e62d8ae114ba7b34
bin: kubectl-gadget

- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/inspektor-gadget/inspektor-gadget/releases/download/v0.23.0/kubectl-gadget-darwin-arm64-v0.23.0.tar.gz
sha256: f233fd980b1b0062b099c69b3f5a45334c3f9b336279c2f4041805b9f3289787
uri: https://github.com/inspektor-gadget/inspektor-gadget/releases/download/v0.23.1/kubectl-gadget-darwin-arm64-v0.23.1.tar.gz
sha256: a27381c3f902853889929f4de119d142cded238aae3c25edfdb07706068176e0
bin: kubectl-gadget

- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/inspektor-gadget/inspektor-gadget/releases/download/v0.23.0/kubectl-gadget-windows-amd64-v0.23.0.tar.gz
sha256: d5ceac2341d6726117b97db5726c88392664162210ca0b5e102198000e7f45ad
uri: https://github.com/inspektor-gadget/inspektor-gadget/releases/download/v0.23.1/kubectl-gadget-windows-amd64-v0.23.1.tar.gz
sha256: b7b7c8794e3650f0b7e4f56903a84a72f83f8d599cbc9397991b6e00eff43cbd
bin: kubectl-gadget.exe

0 comments on commit b1289bb

Please sign in to comment.