updated 1.12 config.toml (#16437)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
028b4ea01e
commit
1a02f19649
+20
-20
@@ -63,11 +63,11 @@ time_format_blog = "Monday, January 02, 2006"
|
||||
description = "Production-Grade Container Orchestration"
|
||||
showedit = true
|
||||
|
||||
latest = "v1.15"
|
||||
latest = "v1.16"
|
||||
|
||||
fullversion = "v1.12.9"
|
||||
fullversion = "v1.12.10"
|
||||
version = "v1.12"
|
||||
githubbranch = "v1.12.9"
|
||||
githubbranch = "v1.12.10"
|
||||
docsbranch = "release-1.12"
|
||||
deprecated = true
|
||||
currentUrl = "https://kubernetes.io/docs/home/"
|
||||
@@ -76,10 +76,10 @@ githubWebsiteRepo = "github.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"
|
||||
fullversion = "v1.16.0"
|
||||
version = "v1.16"
|
||||
githubbranch = "v1.16.0"
|
||||
docsbranch = "release-1.16"
|
||||
url = "https://kubernetes.io"
|
||||
|
||||
[params.pushAssets]
|
||||
@@ -94,33 +94,33 @@ js = [
|
||||
]
|
||||
|
||||
[[params.versions]]
|
||||
fullversion = "v1.14.3"
|
||||
fullversion = "v1.15.3"
|
||||
version = "v1.15"
|
||||
githubbranch = "v1.15.3"
|
||||
docsbranch = "release-1.15"
|
||||
url = "https://v1-15.docs.kubernetes.io"
|
||||
|
||||
[[params.versions]]
|
||||
fullversion = "v1.14.6"
|
||||
version = "v1.14"
|
||||
githubbranch = "v1.14.3"
|
||||
githubbranch = "v1.14.6"
|
||||
docsbranch = "release-1.14"
|
||||
url = "https://v1-14.docs.kubernetes.io"
|
||||
|
||||
[[params.versions]]
|
||||
fullversion = "v1.13.7"
|
||||
fullversion = "v1.13.10"
|
||||
version = "v1.13"
|
||||
githubbranch = "v1.13.7"
|
||||
githubbranch = "v1.13.10"
|
||||
docsbranch = "release-1.13"
|
||||
url = "https://v1-13.docs.kubernetes.io"
|
||||
|
||||
[[params.versions]]
|
||||
fullversion = "v1.12.9"
|
||||
fullversion = "v1.12.10"
|
||||
version = "v1.12"
|
||||
githubbranch = "v1.12.9"
|
||||
githubbranch = "v1.12.10"
|
||||
docsbranch = "release-1.12"
|
||||
url = "https://v1-12.docs.kubernetes.io"
|
||||
|
||||
[[params.versions]]
|
||||
fullversion = "v1.11.10"
|
||||
version = "v1.11"
|
||||
githubbranch = "v1.11.10"
|
||||
docsbranch = "release-1.11"
|
||||
url = "https://v1-11.docs.kubernetes.io"
|
||||
|
||||
# Language definitions.
|
||||
|
||||
[languages]
|
||||
|
||||
Reference in New Issue
Block a user