-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PE-4942 define k8s version json (#266)
* define k8s version json Signed-off-by: Nianyu Shen <[email protected]> * add K8S_DISTRIBUTION check Signed-off-by: Nianyu Shen <[email protected]> * fix merge Signed-off-by: Nianyu Shen <[email protected]> --------- Signed-off-by: Nianyu Shen <[email protected]>
- Loading branch information
Showing
2 changed files
with
137 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,106 @@ | ||
{ | ||
"k3s": [ | ||
"1.24.6", | ||
"1.25.2", | ||
"1.26.4", | ||
"1.26.12", | ||
"1.26.14", | ||
"1.27.2", | ||
"1.27.9", | ||
"1.27.11", | ||
"1.27.15", | ||
"1.28.5", | ||
"1.28.7", | ||
"1.28.11", | ||
"1.28.13", | ||
"1.29.0", | ||
"1.29.2", | ||
"1.29.6", | ||
"1.29.8", | ||
"1.30.4" | ||
], | ||
"kubeadm": [ | ||
"1.24.6", | ||
"1.25.2", | ||
"1.25.13", | ||
"1.25.15", | ||
"1.26.4", | ||
"1.26.8", | ||
"1.26.10", | ||
"1.26.12", | ||
"1.26.15", | ||
"1.27.2", | ||
"1.27.5", | ||
"1.27.7", | ||
"1.27.9", | ||
"1.27.11", | ||
"1.27.15", | ||
"1.27.16", | ||
"1.28.2", | ||
"1.28.5", | ||
"1.28.9", | ||
"1.28.11", | ||
"1.28.12", | ||
"1.28.13", | ||
"1.29.0", | ||
"1.29.6", | ||
"1.29.7", | ||
"1.29.8", | ||
"1.30.4" | ||
], | ||
"rke2": [ | ||
"1.24.6", | ||
"1.25.2", | ||
"1.25.13", | ||
"1.26.4", | ||
"1.26.8", | ||
"1.26.10", | ||
"1.26.12", | ||
"1.26.14", | ||
"1.26.15", | ||
"1.27.2", | ||
"1.27.5", | ||
"1.27.7", | ||
"1.27.9", | ||
"1.27.11", | ||
"1.27.13", | ||
"1.27.14", | ||
"1.27.15", | ||
"1.28.2", | ||
"1.28.5", | ||
"1.28.7", | ||
"1.28.9", | ||
"1.28.10", | ||
"1.28.11", | ||
"1.28.12", | ||
"1.29.3", | ||
"1.29.4", | ||
"1.29.5", | ||
"1.29.6", | ||
"1.29.7", | ||
"1.30.3" | ||
], | ||
"kubeadm-fips": [ | ||
"1.24.13", | ||
"1.25.9", | ||
"1.26.4", | ||
"1.26.12", | ||
"1.26.15", | ||
"1.27.2", | ||
"1.27.9", | ||
"1.27.14", | ||
"1.27.15", | ||
"1.27.16", | ||
"1.28.5", | ||
"1.28.10", | ||
"1.28.11", | ||
"1.28.12", | ||
"1.28.13", | ||
"1.29.0", | ||
"1.29.5", | ||
"1.29.6", | ||
"1.29.7", | ||
"1.29.8", | ||
"1.30.4" | ||
] | ||
} |