config changes to prepare for v1.19 release

Change config on dev-1.19 branch to prepare for v1.19 release
pull/20847/head
Savitha Raghunathan 2020-05-08 15:02:45 -04:00 committed by GitHub
parent 18664c0fff
commit 42fbd6e789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 11 deletions

View File

@ -66,10 +66,10 @@ time_format_blog = "Monday, January 02, 2006"
description = "Production-Grade Container Orchestration"
showedit = true
latest = "v1.18"
latest = "v1.19"
fullversion = "v1.18.0"
version = "v1.18"
fullversion = "v1.19.0"
version = "v1.19"
githubbranch = "master"
docsbranch = "master"
deprecated = false
@ -95,12 +95,19 @@ js = [
"script"
]
[[params.versions]]
fullversion = "v1.19.0"
version = "v1.19"
githubbranch = "v1.19.0"
docsbranch = "release-1.19"
url = "https://kubernetes.io"
[[params.versions]]
fullversion = "v1.18.0"
version = "v1.18"
githubbranch = "v1.18.0"
docsbranch = "release-1.18"
url = "https://kubernetes.io"
url = "https://v-18.docs.kubernetes.io"
[[params.versions]]
fullversion = "v1.17.4"
@ -123,13 +130,6 @@ githubbranch = "v1.15.11"
docsbranch = "release-1.15"
url = "https://v1-15.docs.kubernetes.io"
[[params.versions]]
fullversion = "v1.14.10"
version = "v1.14"
githubbranch = "v1.14.10"
docsbranch = "release-1.14"
url = "https://v1-14.docs.kubernetes.io"
# Language definitions.
[languages]