update release-1.21 config.toml for release 1.25
parent
5ba003c2a6
commit
3320c2c40b
38
config.toml
38
config.toml
|
@ -138,11 +138,11 @@ time_format_default = "January 02, 2006 at 3:04 PM PST"
|
||||||
description = "Production-Grade Container Orchestration"
|
description = "Production-Grade Container Orchestration"
|
||||||
showedit = true
|
showedit = true
|
||||||
|
|
||||||
latest = "v1.24"
|
latest = "v1.25"
|
||||||
|
|
||||||
fullversion = "v1.21.12"
|
fullversion = "v1.21.14"
|
||||||
version = "v1.21"
|
version = "v1.21"
|
||||||
githubbranch = "release-1.21"
|
githubbranch = "v1.21.14"
|
||||||
docsbranch = "release-1.21"
|
docsbranch = "release-1.21"
|
||||||
deprecated = true
|
deprecated = true
|
||||||
currentUrl = "https://kubernetes.io/docs/home/"
|
currentUrl = "https://kubernetes.io/docs/home/"
|
||||||
|
@ -178,40 +178,40 @@ js = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
fullversion = "v1.24.0"
|
fullversion = "v1.25.0"
|
||||||
version = "v1.24"
|
version = "v1.25"
|
||||||
githubbranch = "v1.24.0"
|
githubbranch = "v1.25.0"
|
||||||
docsbranch = "main"
|
docsbranch = "main"
|
||||||
url = "https://kubernetes.io"
|
url = "https://kubernetes.io"
|
||||||
|
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
fullversion = "v1.23.6"
|
fullversion = "v1.24.4"
|
||||||
|
version = "v1.24"
|
||||||
|
githubbranch = "v1.24.4"
|
||||||
|
docsbranch = "main"
|
||||||
|
url = "https://kubernetes.io"
|
||||||
|
|
||||||
|
[[params.versions]]
|
||||||
|
fullversion = "v1.23.10"
|
||||||
version = "v1.23"
|
version = "v1.23"
|
||||||
githubbranch = "v1.23.6"
|
githubbranch = "v1.23.10"
|
||||||
docsbranch = "release-1.23"
|
docsbranch = "release-1.23"
|
||||||
url = "https://v1-23.docs.kubernetes.io"
|
url = "https://v1-23.docs.kubernetes.io"
|
||||||
|
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
fullversion = "v1.22.9"
|
fullversion = "v1.22.13"
|
||||||
version = "v1.22"
|
version = "v1.22"
|
||||||
githubbranch = "v1.22.9"
|
githubbranch = "v1.22.13"
|
||||||
docsbranch = "release-1.22"
|
docsbranch = "release-1.22"
|
||||||
url = "https://v1-22.docs.kubernetes.io"
|
url = "https://v1-22.docs.kubernetes.io"
|
||||||
|
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
fullversion = "v1.21.12"
|
fullversion = "v1.21.14"
|
||||||
version = "v1.21"
|
version = "v1.21"
|
||||||
githubbranch = "v1.21.12"
|
githubbranch = "v1.21.14"
|
||||||
docsbranch = "release-1.21"
|
docsbranch = "release-1.21"
|
||||||
url = "https://v1-21.docs.kubernetes.io"
|
url = "https://v1-21.docs.kubernetes.io"
|
||||||
|
|
||||||
[[params.versions]]
|
|
||||||
fullversion = "v1.20.15"
|
|
||||||
version = "v1.20"
|
|
||||||
githubbranch = "v1.20.15"
|
|
||||||
docsbranch = "release-1.20"
|
|
||||||
url = "https://v1-20.docs.kubernetes.io"
|
|
||||||
|
|
||||||
# User interface configuration
|
# User interface configuration
|
||||||
[params.ui]
|
[params.ui]
|
||||||
# Enable to show the side bar menu in its compact state.
|
# Enable to show the side bar menu in its compact state.
|
||||||
|
|
Loading…
Reference in New Issue