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.18 of retina #4223

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.17
version: v0.0.18
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.17/kubectl-retina-darwin-amd64-v0.0.17.tar.gz
sha256: 07800415ba15d5720d97eeddd56f0a4c77dea2e0f25ab9b2fd347d022162212a
uri: https://github.com/microsoft/retina/releases/download/v0.0.18/kubectl-retina-darwin-amd64-v0.0.18.tar.gz
sha256: 8758e70615e423793ab0ad6ede7ef185c236bd48a58cbb026527d6889bae63a9
bin: kubectl-retina-darwin-amd64
- selector:
matchLabels:
os: darwin
arch: arm64
uri: https://github.com/microsoft/retina/releases/download/v0.0.17/kubectl-retina-darwin-arm64-v0.0.17.tar.gz
sha256: 0e16b97175d9c906b1d976fd785df921f68410d9f09422e10f409e0339ad71c5
uri: https://github.com/microsoft/retina/releases/download/v0.0.18/kubectl-retina-darwin-arm64-v0.0.18.tar.gz
sha256: 776a2417ef68b280bab12b43b005e0f7cde79a3b1587f730fe2339d967a93be8
bin: kubectl-retina-darwin-arm64
- selector:
matchLabels:
os: linux
arch: amd64
uri: https://github.com/microsoft/retina/releases/download/v0.0.17/kubectl-retina-linux-amd64-v0.0.17.tar.gz
sha256: 23a8c417786c3609d68b86b4951c9564116da51be4d2beba07ba0317197c74ac
uri: https://github.com/microsoft/retina/releases/download/v0.0.18/kubectl-retina-linux-amd64-v0.0.18.tar.gz
sha256: 681d7a934756bfec61a98539ee4e7a8e93087e26846e8a9f39ba9c31bb7dae06
bin: kubectl-retina-linux-amd64
- selector:
matchLabels:
os: linux
arch: arm64
uri: https://github.com/microsoft/retina/releases/download/v0.0.17/kubectl-retina-linux-arm64-v0.0.17.tar.gz
sha256: 69eae11f4a4f788ba19a899f5bb9b6e285bd8e6bbcfa4e2a8c79c0ce221049f0
uri: https://github.com/microsoft/retina/releases/download/v0.0.18/kubectl-retina-linux-arm64-v0.0.18.tar.gz
sha256: 39572582ed07ff26d14302b4369063a5be497731a23ba8db58e174253e11d956
bin: kubectl-retina-linux-arm64
- selector:
matchLabels:
os: windows
arch: amd64
uri: https://github.com/microsoft/retina/releases/download/v0.0.17/kubectl-retina-windows-amd64-v0.0.17.zip
sha256: 285807d8093d0c8b846a28f3e0c0d23500e44c2efc88cfd91e48caa74ee50b5b
uri: https://github.com/microsoft/retina/releases/download/v0.0.18/kubectl-retina-windows-amd64-v0.0.18.zip
sha256: 44963fe9e0edc72d37e1f9ab61b0fa421db4d5e614728bd2ba1150f6683e34dd
bin: kubectl-retina-windows-amd64.exe
- selector:
matchLabels:
os: windows
arch: arm64
uri: https://github.com/microsoft/retina/releases/download/v0.0.17/kubectl-retina-windows-arm64-v0.0.17.zip
sha256: 28ba51fe06cca739eb0a72a4c7944a8cb75e51c30df2cb03fbbff01d0215b1d4
uri: https://github.com/microsoft/retina/releases/download/v0.0.18/kubectl-retina-windows-arm64-v0.0.18.zip
sha256: 6d4f8aa629493eb07806135e048495bf1753ce4247f97e8b650322b7560b9a7a
bin: kubectl-retina-windows-arm64.exe

Loading