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 v0.36.1 of gadget #4352

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
22 changes: 11 additions & 11 deletions plugins/gadget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ metadata:
# artifacthub.io/recommendations:
# artifacthub.io/screenshots:
spec:
version: v0.36.0
version: v0.36.1
homepage: https://github.com/inspektor-gadget/inspektor-gadget
shortDescription: Gadgets for debugging and introspecting apps
description: |
Expand Down Expand Up @@ -82,38 +82,38 @@ spec:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/inspektor-gadget/inspektor-gadget/releases/download/v0.36.0/kubectl-gadget-linux-amd64-v0.36.0.tar.gz
sha256: 6ec9038f485c310bff26d80257e83d268a1404fc572bbf4fc9742a37fc7097c9
uri: https://github.com/inspektor-gadget/inspektor-gadget/releases/download/v0.36.1/kubectl-gadget-linux-amd64-v0.36.1.tar.gz
sha256: c0c280bd151bb6657708c3c1fc980815633545a85bc72ebf3bdf03543ac6abea
bin: kubectl-gadget

- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/inspektor-gadget/inspektor-gadget/releases/download/v0.36.0/kubectl-gadget-linux-arm64-v0.36.0.tar.gz
sha256: 9ff14229b8308954af6348b81385b183f4b1b64aeb077fb46679c970a7cda414
uri: https://github.com/inspektor-gadget/inspektor-gadget/releases/download/v0.36.1/kubectl-gadget-linux-arm64-v0.36.1.tar.gz
sha256: f17060d9a7505ba57eb469712ed6a849c3e319439dd7fc1524bd403bd77e3393
bin: kubectl-gadget

- selector:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/inspektor-gadget/inspektor-gadget/releases/download/v0.36.0/kubectl-gadget-darwin-amd64-v0.36.0.tar.gz
sha256: abb9f86dc1cee281a1b79d7ff4b40121e8a22dd9c33adbd9e32e2226ef49ee39
uri: https://github.com/inspektor-gadget/inspektor-gadget/releases/download/v0.36.1/kubectl-gadget-darwin-amd64-v0.36.1.tar.gz
sha256: 8defd2b1da02025d4b69ba3a2d1688067dbb0947e564977c9524e17f4fc63974
bin: kubectl-gadget

- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/inspektor-gadget/inspektor-gadget/releases/download/v0.36.0/kubectl-gadget-darwin-arm64-v0.36.0.tar.gz
sha256: 3490fba19d1f6a44a339a18f42ec20501fbf0c2367cb03496572289fc3f23190
uri: https://github.com/inspektor-gadget/inspektor-gadget/releases/download/v0.36.1/kubectl-gadget-darwin-arm64-v0.36.1.tar.gz
sha256: d0700bd6e969b6b52e5be9858aa0e12dfcb29e38b1c82a13b9f039b55a751c76
bin: kubectl-gadget

- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/inspektor-gadget/inspektor-gadget/releases/download/v0.36.0/kubectl-gadget-windows-amd64-v0.36.0.tar.gz
sha256: a5a2d3c4cbb6ae54bddbf540c64bd5d2cbd8f987922e1200ad9c32f935a145e2
uri: https://github.com/inspektor-gadget/inspektor-gadget/releases/download/v0.36.1/kubectl-gadget-windows-amd64-v0.36.1.tar.gz
sha256: 6245f562e6da2560d07d4023894d122c0d4c6e4e3305548cd0c88484103a6d4e
bin: kubectl-gadget.exe
Loading