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.0.20 of retina #4258

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
26 changes: 13 additions & 13 deletions plugins/retina.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: Plugin
metadata:
name: retina
spec:
version: v0.10.1
version: v0.0.20
homepage: https://github.com/microsoft/retina
shortDescription: Distributed network captures and telemetry
description: |
Expand All @@ -18,42 +18,42 @@ spec:
matchLabels:
os: darwin
arch: amd64
uri: https://github.com/microsoft/retina/releases/download/v0.10.1/kubectl-retina-darwin-amd64-v0.10.1.tar.gz
sha256: 1ebcf3464549d1a38c9e0256886930e827fbdf3bba249b77a5f45236ed912cd2
uri: https://github.com/microsoft/retina/releases/download/v0.0.20/kubectl-retina-darwin-amd64-v0.0.20.tar.gz
sha256: 17fd5c691cbdb81c7a31d97f3769e7c7d3b8c3be5bafd140bb2e32e998082305
bin: kubectl-retina-darwin-amd64
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/microsoft/retina/releases/download/v0.10.1/kubectl-retina-darwin-arm64-v0.10.1.tar.gz
sha256: c5928305a2f715e2576905c75dca55d2f74d604a027abdf904914628de76ed45
uri: https://github.com/microsoft/retina/releases/download/v0.0.20/kubectl-retina-darwin-arm64-v0.0.20.tar.gz
sha256: f3e0ec25f54035fd2407d011aa7ec06497ca16fb1572b1d7820854edf55b793f
bin: kubectl-retina-darwin-arm64
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/microsoft/retina/releases/download/v0.10.1/kubectl-retina-linux-amd64-v0.10.1.tar.gz
sha256: f7a8dc90324ac047dfdca6046d384076b255abbe7021b2945aba7028e2ce4a5e
uri: https://github.com/microsoft/retina/releases/download/v0.0.20/kubectl-retina-linux-amd64-v0.0.20.tar.gz
sha256: 4122ef20601c8c9269a93cb9cf8f3b3b717775cb29210be9082f41d9ef1ed06b
bin: kubectl-retina-linux-amd64
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/microsoft/retina/releases/download/v0.10.1/kubectl-retina-linux-arm64-v0.10.1.tar.gz
sha256: 316036171ee7188245998996b368c0825d3a16c6f425f7f2f341ded4682d1c48
uri: https://github.com/microsoft/retina/releases/download/v0.0.20/kubectl-retina-linux-arm64-v0.0.20.tar.gz
sha256: a3339cb7bd3a19c6cc300459341bf76303f4815c9fc9f9a8979b0fe30b5551c7
bin: kubectl-retina-linux-arm64
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/microsoft/retina/releases/download/v0.10.1/kubectl-retina-windows-amd64-v0.10.1.zip
sha256: 694122f9dfd3f6c8d9db515ab452365ed2953e29b587f64d53519c5bce63f6d5
uri: https://github.com/microsoft/retina/releases/download/v0.0.20/kubectl-retina-windows-amd64-v0.0.20.zip
sha256: 45b2c69a7c4e589e397353800dc3228ea87c2564843025397bec158ab37fa098
bin: kubectl-retina-windows-amd64.exe
- selector:
matchLabels:
os: windows
arch: arm64
uri: https://github.com/microsoft/retina/releases/download/v0.10.1/kubectl-retina-windows-arm64-v0.10.1.zip
sha256: 0a79527774a7ccd72008092d6c9a5fb8e560700373d172aa9b189728e6b33c81
uri: https://github.com/microsoft/retina/releases/download/v0.0.20/kubectl-retina-windows-arm64-v0.0.20.zip
sha256: d77be0a1422638e2c282342638d8845389cf01c08b7fcb70066e28a88f393ac6
bin: kubectl-retina-windows-arm64.exe

Loading