Skip to content

Commit

Permalink
new version v0.23.0 of gadget (#3519)
Browse files Browse the repository at this point in the history
  • Loading branch information
krew-release-bot authored Dec 4, 2023
1 parent 0165872 commit f237a1b
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.22.0
version: v0.23.0
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.22.0/kubectl-gadget-linux-amd64-v0.22.0.tar.gz
sha256: 90f8f107c43524d38ef2b764411cfd1e91ade98a48e4d63ebaf3e81d88f1d8ea
uri: https://github.com/inspektor-gadget/inspektor-gadget/releases/download/v0.23.0/kubectl-gadget-linux-amd64-v0.23.0.tar.gz
sha256: f10991ae4e39ea594b41d6c6255a2c9752cab022769158b190c873a71255a952
bin: kubectl-gadget

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

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

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

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

0 comments on commit f237a1b

Please sign in to comment.