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.16 of retina #4052

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.0.15
version: v0.0.16
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.0.15/kubectl-retina-darwin-amd64-v0.0.15.tar.gz
sha256: 3e69ba27d5f080ae2bea56f5f6fe3d0485d126b96d3bf764552c452a69224af8
uri: https://github.com/microsoft/retina/releases/download/v0.0.16/kubectl-retina-darwin-amd64-v0.0.16.tar.gz
sha256: a4964ec99370a5f4589d5bf8b7ab672cb1986f6514d24583ecba2cae615cf158
bin: kubectl-retina-darwin-amd64
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/microsoft/retina/releases/download/v0.0.15/kubectl-retina-darwin-arm64-v0.0.15.tar.gz
sha256: 993438f0c0ce9e78aaa46c5201b06c338752a1de616fcf0006c23eb1b4c31272
uri: https://github.com/microsoft/retina/releases/download/v0.0.16/kubectl-retina-darwin-arm64-v0.0.16.tar.gz
sha256: fd77ad9e04af42fd22384ba28c14640d7cf33689aa2642e14d050ad9572c781c
bin: kubectl-retina-darwin-arm64
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/microsoft/retina/releases/download/v0.0.15/kubectl-retina-linux-amd64-v0.0.15.tar.gz
sha256: cd21c99980f3668d53de93a1d203d5264904d1269b53a8e59f32574966a34c3a
uri: https://github.com/microsoft/retina/releases/download/v0.0.16/kubectl-retina-linux-amd64-v0.0.16.tar.gz
sha256: a37510e9d9acc807feb8aecba0af0c5e4df291252819dd5fe8fa12624400a1a0
bin: kubectl-retina-linux-amd64
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/microsoft/retina/releases/download/v0.0.15/kubectl-retina-linux-arm64-v0.0.15.tar.gz
sha256: e156aaa6ec58c8920ad8711a563af3daa4a4489277d2d0752baea1cba087d844
uri: https://github.com/microsoft/retina/releases/download/v0.0.16/kubectl-retina-linux-arm64-v0.0.16.tar.gz
sha256: b447ac4191022c4697f8c34f12f77dfeafce4624d4e36b8ca3548b520a493fb9
bin: kubectl-retina-linux-arm64
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/microsoft/retina/releases/download/v0.0.15/kubectl-retina-windows-amd64-v0.0.15.zip
sha256: 873e39a8a199e9949265c671de8b621e5ee4b5bb492b657ca712929706ac6bac
uri: https://github.com/microsoft/retina/releases/download/v0.0.16/kubectl-retina-windows-amd64-v0.0.16.zip
sha256: 9e18afd2283be807385254e9d6da9390e442aa545cd134818679fd5dab5402e7
bin: kubectl-retina-windows-amd64.exe
- selector:
matchLabels:
os: windows
arch: arm64
uri: https://github.com/microsoft/retina/releases/download/v0.0.15/kubectl-retina-windows-arm64-v0.0.15.zip
sha256: beb532dd66eb157d89a217e51f879e98b159f48779620dd020cea9b0d5871bcc
uri: https://github.com/microsoft/retina/releases/download/v0.0.16/kubectl-retina-windows-arm64-v0.0.16.zip
sha256: 9916ef91ff9470fe194db362ec040e296b4eda9642c32989cc778abd4d39dea0
bin: kubectl-retina-windows-arm64.exe

Loading