kube-linter: Update to version 0.6.1

Fix autoupdate
This commit is contained in:
tech189 2023-04-08 00:30:03 +01:00
parent b6a0ab82b5
commit 6e814b6437

View File

@ -1,12 +1,12 @@
{
"version": "0.6.0",
"version": "0.6.1",
"description": "Analyze Kubernetes YAML files and Helm charts, and check them against a variety of best practices, with a focus on production readiness and security.",
"homepage": "https://github.com/stackrox/kube-linter",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/stackrox/kube-linter/releases/download/0.6.0/kube-linter.exe",
"hash": "6bdc0c1886c073a4b6d63e36163c29e2df9a63bcb45eef9f6340c9eefd85e80d"
"url": "https://github.com/stackrox/kube-linter/releases/download/v0.6.1/kube-linter.exe",
"hash": "b00d31bf96ce0a632fb5e82c0bde688b2bcd87b8703e72990926367cbe079650"
}
},
"bin": "kube-linter.exe",
@ -14,7 +14,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/stackrox/kube-linter/releases/download/$version/kube-linter.exe"
"url": "https://github.com/stackrox/kube-linter/releases/download/v$version/kube-linter.exe"
}
}
}