kubeshark: Update to version 51.0.39, fix autoupdate (#5343)

This commit is contained in:
Aliaksandr Belik 2023-12-13 22:13:10 +03:00 committed by GitHub
parent ecde1ea1fc
commit fcca715d1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ {
"version": "50.4", "version": "51.0.39",
"description": "The API Traffic Viewer for Kubernetes", "description": "The API Traffic Viewer for Kubernetes",
"homepage": "https://kubeshark.co", "homepage": "https://kubeshark.co",
"license": "Apache-2.0", "license": "Apache-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/kubeshark/kubeshark/releases/download/50.4/kubeshark.exe", "url": "https://github.com/kubeshark/kubeshark/releases/download/v51.0.39/kubeshark.exe",
"hash": "fb208ed1f476e0400797056bc8c98f61e253c6216785741e9161f939faac358b" "hash": "ae9ce00b1dccb580608ae639dca46b360f0c0db2850d77dae4afa266d3f2a1da"
} }
}, },
"bin": "kubeshark.exe", "bin": "kubeshark.exe",
@ -16,7 +16,7 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/kubeshark/kubeshark/releases/download/$version/kubeshark.exe", "url": "https://github.com/kubeshark/kubeshark/releases/download/v$version/kubeshark.exe",
"hash": { "hash": {
"url": "$baseurl/kubeshark_windows_amd64.sha256", "url": "$baseurl/kubeshark_windows_amd64.sha256",
"regex": "$sha256" "regex": "$sha256"