kubeshark: Update to version 38.5 (#4522)

This commit is contained in:
Zarin 2023-03-08 00:28:13 -05:00 committed by GitHub
parent 0a03c53b78
commit 2cd847474c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 27 deletions

27
bucket/kubeshark.json Normal file
View File

@ -0,0 +1,27 @@
{
"version": "38.5",
"description": "The API Traffic Viewer for Kubernetes",
"homepage": "https://kubeshark.co",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/kubeshark/kubeshark/releases/download/38.5/kubeshark.exe",
"hash": "0389937832601092f851de5353a1280d8e4e24178dc67335e5afcf6ea28a4cd8"
}
},
"bin": "kubeshark.exe",
"checkver": {
"github": "https://github.com/kubeshark/kubeshark"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/kubeshark/kubeshark/releases/download/$version/kubeshark.exe",
"hash": {
"url": "$baseurl/kubeshark_windows_amd64.sha256",
"regex": "$sha256"
}
}
}
}
}

View File

@ -1,27 +0,0 @@
{
"version": "36.0",
"description": "The API Traffic Viewer for Kubernetes",
"homepage": "https://getmizu.io/docs/mizu/mizu-cli",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/up9inc/mizu/releases/download/36.0/mizu.exe",
"hash": "67970f021a0816dbe077103c3108afd6a64d602d82a90f316bc42335836e99a3"
}
},
"bin": "mizu.exe",
"checkver": {
"github": "https://github.com/up9inc/mizu"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/up9inc/mizu/releases/download/$version/mizu.exe",
"hash": {
"url": "$baseurl/mizu_windows_amd64.sha256",
"regex": "$sha256"
}
}
}
}
}