-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathk0s.json
24 lines (24 loc) · 841 Bytes
/
k0s.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"version": "1.32.2+k0s.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/v1.32.2+k0s.0/k0s-v1.32.2+k0s.0-amd64.exe#/k0s.exe",
"hash": "dacc346420e6865fccfb2797b8cdc096b42a4f996890f3dd974ba83483656208"
}
},
"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"
}
}
}
}