2025-11-06 12:32:59 +00:00

25 lines
817 B
JSON

{
"version": "1.34.1+k0s.1",
"description": "Zero Friction Kubernetes distribution",
"homepage": "https://github.com/k0sproject/k0s",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/k0sproject/k0s/releases/download/v1.34.1+k0s.1/k0s-v1.34.1+k0s.1-amd64.exe#/k0s.exe",
"hash": "4eae8b578fb2de671ad021492748aa75c22a111dd57c6eb72ecfbee583d1797d"
}
},
"bin": "k0s.exe",
"checkver": {
"url": "https://github.com/k0sproject/k0s/releases",
"regex": "v([\\d.]+\\+k0s[\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/k0sproject/k0s/releases/download/v$version/k0s-v$version-amd64.exe#/k0s.exe"
}
}
}
}