Commit Graph

3 Commits

Author SHA1 Message Date
Cody Jackson 9a4a58d1b8 Fixing azure k8s version dropdown from breaking when selecing uae-central
When selecting UAE central parseCloudProviderVersionChoices was returning 2 undefined elements which then broke the dropdown. It seemed that parseCloudProviderVersionChoices should only return valid choices so I filtered out falsey values.

rancher/dashboard#28341
2020-11-30 11:41:56 -07:00
Westly Wright 550d5244ff
Coerce the versions for amazon eks which doesn't use a patch 2020-03-25 16:26:17 -07:00
Westly Wright c17fc952e2
Remove minimum k8s version range check for Cloud Provider clusters
Adds a new service which parses version from the various cloud provider version
list. I moved this to a new service rather than use form-versions because
form-versions is already fairly complicated with how it has to deal with RKE
Templates and unknown patch versions. It was simpler, cleaner, and faster to
move the CP cluster version parsing to a service and use new select because the
versions coming down do not include unknown patch versions. Addtionally going
this route allows us to not have to test all clusters for regressions, only CP ones.

rancher/rancher#26255
2020-03-25 15:59:22 -07:00