updated config.toml for 1.15 (#14989)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
e4757a6dd4
commit
9100f06683
+19
-19
@@ -63,11 +63,11 @@ time_format_blog = "Monday, January 02, 2006"
|
|||||||
description = "Production-Grade Container Orchestration"
|
description = "Production-Grade Container Orchestration"
|
||||||
showedit = true
|
showedit = true
|
||||||
|
|
||||||
latest = "v1.14"
|
latest = "v1.15"
|
||||||
|
|
||||||
fullversion = "v1.11.8"
|
fullversion = "v1.11.10"
|
||||||
version = "v1.11"
|
version = "v1.11"
|
||||||
githubbranch = "v1.11.8"
|
githubbranch = "v1.11.10"
|
||||||
docsbranch = "release-1.11"
|
docsbranch = "release-1.11"
|
||||||
deprecated = true
|
deprecated = true
|
||||||
currentUrl = "https://kubernetes.io/docs/home/"
|
currentUrl = "https://kubernetes.io/docs/home/"
|
||||||
@@ -75,6 +75,13 @@ nextUrl = "https://kubernetes-io-vnext-staging.netlify.com/"
|
|||||||
githubWebsiteRepo = "github.com/kubernetes/website"
|
githubWebsiteRepo = "github.com/kubernetes/website"
|
||||||
githubWebsiteRaw = "raw.githubusercontent.com/kubernetes/website"
|
githubWebsiteRaw = "raw.githubusercontent.com/kubernetes/website"
|
||||||
|
|
||||||
|
[[params.versions]]
|
||||||
|
fullversion = "v1.15.0"
|
||||||
|
version = "v1.15"
|
||||||
|
githubbranch = "v1.15.0"
|
||||||
|
docsbranch = "release-1.15"
|
||||||
|
url = "https://kubernetes.io"
|
||||||
|
|
||||||
[params.pushAssets]
|
[params.pushAssets]
|
||||||
css = [
|
css = [
|
||||||
"callouts",
|
"callouts",
|
||||||
@@ -87,40 +94,33 @@ js = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
fullversion = "v1.14.0"
|
fullversion = "v1.14.3"
|
||||||
version = "v1.14"
|
version = "v1.14"
|
||||||
githubbranch = "v1.14.0"
|
githubbranch = "v1.14.3"
|
||||||
docsbranch = "release-1.14"
|
docsbranch = "release-1.14"
|
||||||
url = "https://kubernetes.io"
|
url = "https://v1-14.docs.kubernetes.io"
|
||||||
|
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
fullversion = "v1.13.4"
|
fullversion = "v1.13.7"
|
||||||
version = "v1.13"
|
version = "v1.13"
|
||||||
githubbranch = "v1.13.4"
|
githubbranch = "v1.13.7"
|
||||||
docsbranch = "release-1.13"
|
docsbranch = "release-1.13"
|
||||||
url = "https://v1-13.docs.kubernetes.io"
|
url = "https://v1-13.docs.kubernetes.io"
|
||||||
|
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
fullversion = "v1.12.6"
|
fullversion = "v1.12.9"
|
||||||
version = "v1.12"
|
version = "v1.12"
|
||||||
githubbranch = "v1.12.6"
|
githubbranch = "v1.12.9"
|
||||||
docsbranch = "release-1.12"
|
docsbranch = "release-1.12"
|
||||||
url = "https://v1-12.docs.kubernetes.io"
|
url = "https://v1-12.docs.kubernetes.io"
|
||||||
|
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
fullversion = "v1.11.8"
|
fullversion = "v1.11.10"
|
||||||
version = "v1.11"
|
version = "v1.11"
|
||||||
githubbranch = "v1.11.8"
|
githubbranch = "v1.11.10"
|
||||||
docsbranch = "release-1.11"
|
docsbranch = "release-1.11"
|
||||||
url = "https://v1-11.docs.kubernetes.io"
|
url = "https://v1-11.docs.kubernetes.io"
|
||||||
|
|
||||||
[[params.versions]]
|
|
||||||
fullversion = "v1.10.13"
|
|
||||||
version = "v1.10"
|
|
||||||
githubbranch = "v1.10.13"
|
|
||||||
docsbranch = "release-1.10"
|
|
||||||
url = "https://v1-10.docs.kubernetes.io"
|
|
||||||
|
|
||||||
# Language definitions.
|
# Language definitions.
|
||||||
|
|
||||||
[languages]
|
[languages]
|
||||||
|
|||||||
Reference in New Issue
Block a user