kubeval: Update to version 0.15.0

This commit is contained in:
Jakub Čábera 2020-04-15 09:19:38 +02:00
parent ea012330b2
commit c752e07752

View File

@ -1,25 +1,33 @@
{
"version": "0.15.0",
"description": "Kubernetes resource files linter",
"homepage": "https://github.com/garethr/kubeval",
"homepage": "https://kubeval.instrumenta.dev",
"license": "Apache-2.0",
"version": "0.14.0",
"architecture": {
"64bit": {
"url": "https://github.com/garethr/kubeval/releases/download/0.14.0/kubeval-windows-amd64.zip",
"hash": "2a844518981848a7d77cced9b51a05174ba9c17fc007a1c48cd2af0d3fb021d7"
"url": "https://github.com/garethr/kubeval/releases/download/0.15.0/kubeval-windows-amd64.zip",
"hash": "1d03ced8490fdc1625348fedb47da9cd5afc9e77205618756823c5a5abf9d8d1"
},
"32bit": {
"url": "https://github.com/garethr/kubeval/releases/download/0.15.0/kubeval-windows-386.zip",
"hash": "dce1ae62cae509b2be4fde7aeb4b34064e387241ba87b453d62c096f055c7618"
}
},
"bin": "kubeval.exe",
"checkver": "github",
"checkver": {
"github": "https://github.com/garethr/kubeval"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/garethr/kubeval/releases/download/$version/kubeval-windows-amd64.zip"
},
"32bit": {
"url": "https://github.com/garethr/kubeval/releases/download/$version/kubeval-windows-386.zip"
}
},
"hash": {
"url": "https://github.com/garethr/kubeval/releases/tag/$version",
"regex": "<td>$basename</td>\\s+<td>$sha256</td>"
"url": "$baseurl/checksums.txt"
}
}
}