Skip to content

Commit 2371b4f

Browse files
authored
Merge pull request #63 from biersoeckli:feat/added-k3s-and-lognhorn-json-versioninfo
feat: add k3s and longhorn version information JSON files
2 parents 81bd558 + 4d0be09 commit 2371b4f

File tree

2 files changed

+52
-0
lines changed

2 files changed

+52
-0
lines changed

setup/k3s-versions.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"prodInstallVersion": "v1.31.3+k3s1",
3+
"canaryInstallVersion": "v1.33.4+k3s1",
4+
"prod": [
5+
{
6+
"version": "v1.31",
7+
"channelUrl": "https://update.k3s.io/v1-release/channels/v1.31"
8+
}
9+
],
10+
"canary": [
11+
{
12+
"version": "v1.31",
13+
"channelUrl": "https://update.k3s.io/v1-release/channels/v1.31"
14+
},
15+
{
16+
"version": "v1.32",
17+
"channelUrl": "https://update.k3s.io/v1-release/channels/v1.32"
18+
},
19+
{
20+
"version": "v1.33",
21+
"channelUrl": "https://update.k3s.io/v1-release/channels/v1.33"
22+
}
23+
]
24+
}

setup/longhorn-versions.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"prodInstallVersion": "v1.7.2",
3+
"canaryInstallVersion": "v1.10.1",
4+
"prod": [
5+
{
6+
"version": "v1.7.2",
7+
"yamlUrl": "https://raw.githubusercontent.com/longhorn/longhorn/v1.7.2/deploy/longhorn.yaml"
8+
}
9+
],
10+
"canary": [
11+
{
12+
"version": "v1.7.2",
13+
"yamlUrl": "https://raw.githubusercontent.com/longhorn/longhorn/v1.7.2/deploy/longhorn.yaml"
14+
},
15+
{
16+
"version": "v1.8.2",
17+
"yamlUrl": "https://raw.githubusercontent.com/longhorn/longhorn/v1.8.2/deploy/longhorn.yaml"
18+
},
19+
{
20+
"version": "v1.9.2",
21+
"yamlUrl": "https://raw.githubusercontent.com/longhorn/longhorn/v1.9.2/deploy/longhorn.yaml"
22+
},
23+
{
24+
"version": "v1.10.1",
25+
"yamlUrl": "https://raw.githubusercontent.com/longhorn/longhorn/v1.10.1/deploy/longhorn.yaml"
26+
}
27+
]
28+
}

0 commit comments

Comments
 (0)