Skip to content

Commit

Permalink
Merge pull request rancher#1522 from chiukapoor/restrict-k8s-1.27
Browse files Browse the repository at this point in the history
[v2.10] Remove k8s 1.27 support
  • Loading branch information
mitulshah-suse authored Oct 21, 2024
2 parents bce54ac + f6fe4a9 commit 8f9a33a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -15195,7 +15195,9 @@
},
"v1.27": {
"minRKEVersion": "1.5.0-rc0",
"minRancherVersion": "2.8.0-patch0"
"maxRKEVersion": "1.6.99",
"minRancherVersion": "2.8.0-patch0",
"maxRancherVersion": "2.9.99"
},
"v1.28": {
"minRKEVersion": "1.5.0-rc0",
Expand Down
2 changes: 2 additions & 0 deletions pkg/rke/k8s_version_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,8 @@ func loadK8sVersionInfo() map[string]v3.K8sVersionInfo {
"v1.27": {
MinRancherVersion: "2.8.0-patch0",
MinRKEVersion: "1.5.0-rc0",
MaxRancherVersion: "2.9.99",
MaxRKEVersion: "1.6.99",
},
"v1.28": {
MinRancherVersion: "2.8.3-patch0",
Expand Down

0 comments on commit 8f9a33a

Please sign in to comment.