1
0
mirror of https://github.com/rancher/rke.git synced 2025-07-19 17:50:16 +00:00

Merge pull request #2239 from kinarashah/vkdm

update kdm to hide 1.15 for new clusters
This commit is contained in:
Kinara Shah 2020-09-17 09:52:11 -07:00 committed by GitHub
commit e22c29e4bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -5943,6 +5943,10 @@
"maxRKEVersion": "1.0.0",
"maxRancherVersion": "2.3.3"
},
"v1.15": {
"maxRKEVersion": "1.1.99",
"maxRancherVersion": "2.4.99"
},
"v1.15.11-rancher1-1": {
"minRKEVersion": "1.0.0",
"minRancherVersion": "2.3.3"

View File

@ -90,7 +90,7 @@ func readFile(file string) ([]byte, error) {
return ioutil.ReadFile(file)
}
const RKEVersionDev = "v1.1.5-rc100"
const RKEVersionDev = "v1.2.0-rc0"
func initAddonTemplates(data kdm.Data) {
K8sVersionToTemplates = data.K8sVersionedTemplates