mirror of
https://github.com/rancher/rke.git
synced 2025-08-01 07:08:38 +00:00
Merge pull request #3296 from jiaqiluo/back-to-dev
This commit is contained in:
commit
6d7b7af59e
@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
defaultURL = "https://releases.rancher.com/kontainer-driver-metadata/release-v2.7/data.json"
|
||||
defaultURL = "https://releases.rancher.com/kontainer-driver-metadata/dev-v2.7/data.json"
|
||||
dataFile = "data/data.json"
|
||||
)
|
||||
|
||||
|
File diff suppressed because one or more lines are too long
@ -13155,7 +13155,8 @@
|
||||
"18.09.x",
|
||||
"19.03.x",
|
||||
"20.10.x",
|
||||
"23.0.x"
|
||||
"23.0.x",
|
||||
"24.0.x"
|
||||
],
|
||||
"1.24": [
|
||||
"1.13.x",
|
||||
@ -13166,7 +13167,8 @@
|
||||
"18.09.x",
|
||||
"19.03.x",
|
||||
"20.10.x",
|
||||
"23.0.x"
|
||||
"23.0.x",
|
||||
"24.0.x"
|
||||
],
|
||||
"1.25": [
|
||||
"1.13.x",
|
||||
@ -13177,7 +13179,8 @@
|
||||
"18.09.x",
|
||||
"19.03.x",
|
||||
"20.10.x",
|
||||
"23.0.x"
|
||||
"23.0.x",
|
||||
"24.0.x"
|
||||
],
|
||||
"1.26": [
|
||||
"1.13.x",
|
||||
@ -13188,7 +13191,8 @@
|
||||
"18.09.x",
|
||||
"19.03.x",
|
||||
"20.10.x",
|
||||
"23.0.x"
|
||||
"23.0.x",
|
||||
"24.0.x"
|
||||
],
|
||||
"1.8": [
|
||||
"1.11.x",
|
||||
|
Loading…
Reference in New Issue
Block a user