modified config.toml for 1.13 release (#11496)
1.13 + 4 latest releases supported by sig-docs.
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
bb90cf4f0d
commit
c324c17e55
+20
-13
@@ -63,11 +63,11 @@ time_format_blog = "Monday, January 02, 2006"
|
||||
description = "Production-Grade Container Orchestration"
|
||||
showedit = true
|
||||
|
||||
latest = "v1.12"
|
||||
latest = "v1.13"
|
||||
|
||||
fullversion = "v1.11.3"
|
||||
fullversion = "v1.11.5"
|
||||
version = "v1.11"
|
||||
githubbranch = "v1.11.3"
|
||||
githubbranch = "v1.11.5"
|
||||
docsbranch = "release-1.11"
|
||||
deprecated = true
|
||||
currentUrl = "https://kubernetes.io/docs/home/"
|
||||
@@ -87,30 +87,37 @@ js = [
|
||||
]
|
||||
|
||||
[[params.versions]]
|
||||
fullversion = "v1.12.0"
|
||||
version = "v1.12"
|
||||
githubbranch = "v1.12.0"
|
||||
docsbranch = "release-1.12"
|
||||
fullversion = "v1.13.0"
|
||||
version = "v1.13"
|
||||
githubbranch = "v1.13.0"
|
||||
docsbranch = "release-1.13"
|
||||
url = "https://kubernetes.io"
|
||||
|
||||
[[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"
|
||||
githubbranch = "v1.11.3"
|
||||
githubbranch = "v1.11.5"
|
||||
docsbranch = "release-1.11"
|
||||
url = "https://v1-11.docs.kubernetes.io"
|
||||
|
||||
[[params.versions]]
|
||||
fullversion = "v1.10.3"
|
||||
fullversion = "v1.10.11"
|
||||
version = "v1.10"
|
||||
githubbranch = "v1.10.3"
|
||||
githubbranch = "v1.10.11"
|
||||
docsbranch = "release-1.10"
|
||||
url = "https://v1-10.docs.kubernetes.io"
|
||||
|
||||
[[params.versions]]
|
||||
fullversion = "v1.9.7"
|
||||
fullversion = "v1.9.11"
|
||||
version = "v1.9"
|
||||
githubbranch = "v1.9.7"
|
||||
githubbranch = "v1.9.11"
|
||||
docsbranch = "release-1.9"
|
||||
url = "https://v1-9.docs.kubernetes.io"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user