Skip to content

Commit

Permalink
Merge pull request #953 from kinarashah/devsll2
Browse files Browse the repository at this point in the history
  • Loading branch information
kinarashah authored Aug 15, 2022
2 parents e8097ef + 2f82a1e commit 09b29f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -11388,6 +11388,10 @@
"minRKEVersion": "1.3.3-rc0",
"minRancherVersion": "2.6.3-patch0"
},
"v1.22.11-rancher1-1": {
"minRKEVersion": "1.3.3-rc0",
"minRancherVersion": "2.6.3-patch0"
},
"v1.22.4-rancher1-1": {
"minRKEVersion": "1.3.3-rc0",
"minRancherVersion": "2.6.3-patch0"
Expand Down
4 changes: 4 additions & 0 deletions rke/k8s_version_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,10 @@ func loadK8sVersionInfo() map[string]v3.K8sVersionInfo {
MinRancherVersion: "2.6.3-patch0",
MinRKEVersion: "1.3.3-rc0",
},
"v1.22.11-rancher1-1": {
MinRancherVersion: "2.6.3-patch0",
MinRKEVersion: "1.3.3-rc0",
},
"v1.8.10-rancher1-1": {
DeprecateRKEVersion: "0.2.2",
DeprecateRancherVersion: "2.2",
Expand Down

0 comments on commit 09b29f7

Please sign in to comment.