1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-02 07:43:04 +00:00

Merge pull request #2991 from rancher/githubaction-go-generate-2022-07-21-18-01-22

This commit is contained in:
Jiaqi Luo 2022-07-21 11:28:49 -07:00 committed by GitHub
commit b0f1e7cfa3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@ -11475,7 +11475,7 @@
},
"RKEDefaultK8sVersions": {
"0.3": "v1.16.3-rancher1-1",
"default": "v1.23.8-rancher1-1"
"default": "v1.24.2-rancher1-1"
},
"K8sVersionDockerInfo": {
"1.10": [
@ -12214,8 +12214,12 @@
"defaultVersion": "1.22.x"
},
{
"appVersion": "\u003e= 2.6.5-0 \u003c 2.6.100-0",
"appVersion": "\u003e= 2.6.5-0 \u003c 2.6.7-0",
"defaultVersion": "1.23.x"
},
{
"appVersion": "\u003e= 2.6.7-0 \u003c 2.6.100-0",
"defaultVersion": "1.24.x"
}
]
}
@ -15672,8 +15676,12 @@
"defaultVersion": "1.22.x"
},
{
"appVersion": "\u003e= 2.6.5-0 \u003c 2.6.100-0",
"appVersion": "\u003e= 2.6.5-0 \u003c 2.6.7-0",
"defaultVersion": "1.23.x"
},
{
"appVersion": "\u003e= 2.6.7-0 \u003c 2.6.100-0",
"defaultVersion": "1.24.x"
}
]
}