1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-13 05:34:11 +00:00

go generate

This commit is contained in:
Chris Kim
2020-03-05 08:19:45 -08:00
parent 97371fe82d
commit ec5e538d48
2 changed files with 9 additions and 7 deletions

File diff suppressed because one or more lines are too long

View File

@@ -4234,14 +4234,16 @@
} }
}, },
"k3s": { "k3s": {
"channels": [ "releases": [
{ {
"latest": "v1.17.3+k3s1", "maxChannelServerVersion": "v2.4.0",
"name": "v1.17" "minChannelServerVersion": "v2.4.0",
"version": "v1.17.3+k3s1"
}, },
{ {
"latest": "v1.16.7+k3s1", "maxChannelServerVersion": "v2.4.0",
"name": "v1.16" "minChannelServerVersion": "v2.4.0",
"version": "v1.16.7+k3s1"
} }
] ]
} }