modified config.toml for 1.13 release (#11497)
1.13 + 4 latest releases supported by sig-docs.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
6e094fa640
commit
31cebb306d
+18
-19
@@ -63,7 +63,7 @@ time_format_blog = "Monday, January 02, 2006"
|
|||||||
description = "Production-Grade Container Orchestration"
|
description = "Production-Grade Container Orchestration"
|
||||||
showedit = true
|
showedit = true
|
||||||
|
|
||||||
latest = "v1.12"
|
latest = "v1.13"
|
||||||
|
|
||||||
fullversion = "v1.12.0"
|
fullversion = "v1.12.0"
|
||||||
version = "v1.12"
|
version = "v1.12"
|
||||||
@@ -76,10 +76,10 @@ githubWebsiteRepo = "github.com/kubernetes/website"
|
|||||||
githubWebsiteRaw = "raw.githubusercontent.com/kubernetes/website"
|
githubWebsiteRaw = "raw.githubusercontent.com/kubernetes/website"
|
||||||
|
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
fullversion = "v1.12.0"
|
fullversion = "v1.13.0"
|
||||||
version = "v1.12"
|
version = "v1.13"
|
||||||
githubbranch = "v1.12.0"
|
githubbranch = "v1.13.0"
|
||||||
docsbranch = "release-1.12"
|
docsbranch = "release-1.13"
|
||||||
url = "https://kubernetes.io"
|
url = "https://kubernetes.io"
|
||||||
|
|
||||||
[params.pushAssets]
|
[params.pushAssets]
|
||||||
@@ -94,34 +94,33 @@ js = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
fullversion = "v1.11.3"
|
fullversion = "v1.12.3"
|
||||||
|
version = "v1.12"
|
||||||
|
githubbranch = "v1.12.3"
|
||||||
|
docsbranch = "release-1.12"
|
||||||
|
url = "https://v1-12.docs.kubernetes.io"
|
||||||
|
|
||||||
|
[[params.versions]]
|
||||||
|
fullversion = "v1.11.5"
|
||||||
version = "v1.11"
|
version = "v1.11"
|
||||||
githubbranch = "v1.11.3"
|
githubbranch = "v1.11.5"
|
||||||
docsbranch = "release-1.11"
|
docsbranch = "release-1.11"
|
||||||
url = "https://v1-11.docs.kubernetes.io"
|
url = "https://v1-11.docs.kubernetes.io"
|
||||||
|
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
fullversion = "v1.10.3"
|
fullversion = "v1.10.11"
|
||||||
version = "v1.10"
|
version = "v1.10"
|
||||||
githubbranch = "v1.10.3"
|
githubbranch = "v1.10.11"
|
||||||
docsbranch = "release-1.10"
|
docsbranch = "release-1.10"
|
||||||
url = "https://v1-10.docs.kubernetes.io"
|
url = "https://v1-10.docs.kubernetes.io"
|
||||||
|
|
||||||
[[params.versions]]
|
[[params.versions]]
|
||||||
fullversion = "v1.9.7"
|
fullversion = "v1.9.11"
|
||||||
version = "v1.9"
|
version = "v1.9"
|
||||||
githubbranch = "v1.9.7"
|
githubbranch = "v1.9.11"
|
||||||
docsbranch = "release-1.9"
|
docsbranch = "release-1.9"
|
||||||
url = "https://v1-9.docs.kubernetes.io"
|
url = "https://v1-9.docs.kubernetes.io"
|
||||||
|
|
||||||
[[params.versions]]
|
|
||||||
fullversion = "v1.8.4"
|
|
||||||
version = "v1.8"
|
|
||||||
githubbranch = "v1.8.4"
|
|
||||||
docsbranch = "release-1.8"
|
|
||||||
url = "https://v1-8.docs.kubernetes.io"
|
|
||||||
|
|
||||||
|
|
||||||
# Language definitions.
|
# Language definitions.
|
||||||
|
|
||||||
[languages]
|
[languages]
|
||||||
|
|||||||
Reference in New Issue
Block a user