Skip to content

Commit

Permalink
Merge pull request kubernetes#20847 from savitharaghunathan/dev-1.19
Browse files Browse the repository at this point in the history
Changing config.toml on dev-1.19 branch to prepare for v1.19 release
  • Loading branch information
k8s-ci-robot committed May 9, 2020
2 parents 18664c0 + 42fbd6e commit 2cb47cb
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions config.toml
Expand Up @@ -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
Expand All @@ -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"
Expand All @@ -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]
Expand Down

0 comments on commit 2cb47cb

Please sign in to comment.