Merge pull request #27455 from reylejano/update-release-1.20-config.toml
Update 1.20 config.toml for release 1.21
This commit is contained in:
+20
-20
@@ -138,13 +138,13 @@ 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.20"
|
latest = "v1.21"
|
||||||
|
|
||||||
fullversion = "v1.20.0"
|
fullversion = "v1.20.5"
|
||||||
version = "v1.20"
|
version = "v1.20"
|
||||||
githubbranch = "master"
|
githubbranch = "v1.20.5"
|
||||||
docsbranch = "master"
|
docsbranch = "release-1.20"
|
||||||
deprecated = false
|
deprecated = true
|
||||||
currentUrl = "https://kubernetes.io/docs/home/"
|
currentUrl = "https://kubernetes.io/docs/home/"
|
||||||
nextUrl = "https://kubernetes-io-vnext-staging.netlify.com/"
|
nextUrl = "https://kubernetes-io-vnext-staging.netlify.com/"
|
||||||
|
|
||||||
@@ -178,40 +178,40 @@ js = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
fullversion = "v1.20.0"
|
fullversion = "v1.21.0"
|
||||||
version = "v1.20"
|
version = "v1.20"
|
||||||
githubbranch = "v1.20.0"
|
githubbranch = "v1.21.0"
|
||||||
docsbranch = "master"
|
docsbranch = "master"
|
||||||
url = "https://kubernetes.io"
|
url = "https://kubernetes.io"
|
||||||
|
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
fullversion = "v1.19.4"
|
fullversion = "v1.20.5"
|
||||||
|
version = "v1.20"
|
||||||
|
githubbranch = "v1.20.5"
|
||||||
|
docsbranch = "release-1.20"
|
||||||
|
url = "https://v1-20.docs.kubernetes.io"
|
||||||
|
|
||||||
|
[[params.versions]]
|
||||||
|
fullversion = "v1.19.9"
|
||||||
version = "v1.19"
|
version = "v1.19"
|
||||||
githubbranch = "v1.19.4"
|
githubbranch = "v1.19.9"
|
||||||
docsbranch = "release-1.19"
|
docsbranch = "release-1.19"
|
||||||
url = "https://v1-19.docs.kubernetes.io"
|
url = "https://v1-19.docs.kubernetes.io"
|
||||||
|
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
fullversion = "v1.18.12"
|
fullversion = "v1.18.17"
|
||||||
version = "v1.18"
|
version = "v1.18"
|
||||||
githubbranch = "v1.18.12"
|
githubbranch = "v1.18.17"
|
||||||
docsbranch = "release-1.18"
|
docsbranch = "release-1.18"
|
||||||
url = "https://v1-18.docs.kubernetes.io"
|
url = "https://v1-18.docs.kubernetes.io"
|
||||||
|
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
fullversion = "v1.17.14"
|
fullversion = "v1.17.17"
|
||||||
version = "v1.17"
|
version = "v1.17"
|
||||||
githubbranch = "v1.17.14"
|
githubbranch = "v1.17.17"
|
||||||
docsbranch = "release-1.17"
|
docsbranch = "release-1.17"
|
||||||
url = "https://v1-17.docs.kubernetes.io"
|
url = "https://v1-17.docs.kubernetes.io"
|
||||||
|
|
||||||
[[params.versions]]
|
|
||||||
fullversion = "v1.16.15"
|
|
||||||
version = "v1.16"
|
|
||||||
githubbranch = "v1.16.15"
|
|
||||||
docsbranch = "release-1.16"
|
|
||||||
url = "https://v1-16.docs.kubernetes.io"
|
|
||||||
|
|
||||||
|
|
||||||
# User interface configuration
|
# User interface configuration
|
||||||
[params.ui]
|
[params.ui]
|
||||||
|
|||||||
Reference in New Issue
Block a user