2021-03-03 17:24:06 +01:00

22 lines
696 B
JSON

{
"version": "0.11.0",
"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/v0.11.0/k0s-v0.11.0-amd64.exe#/k0s.exe",
"hash": "d62ecf81507acba67bc0e01e023171bbf31d58541e90acfe587099e647d5064f"
}
},
"bin": "k0s.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/k0sproject/k0s/releases/download/v$version/k0s-v$version-amd64.exe#/k0s.exe"
}
}
}
}