Skip to content

Commit

Permalink
Update config.toml (#13365)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimangel authored and k8s-ci-robot committed Mar 25, 2019
1 parent 87c1d6a commit 3459d02
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ time_format_blog = "Monday, January 02, 2006"
description = "Production-Grade Container Orchestration"
showedit = true

latest = "v1.13"
latest = "v1.14"

fullversion = "v1.13.0"
version = "v1.13"
fullversion = "v1.14.0"
version = "v1.14"
githubbranch = "master"
docsbranch = "master"
deprecated = false
Expand All @@ -77,10 +77,10 @@ githubWebsiteRepo = "github.com/kubernetes/website"
githubWebsiteRaw = "raw.githubusercontent.com/kubernetes/website"

[[params.versions]]
fullversion = "v1.13.0"
version = "v1.13"
githubbranch = "v1.13.0"
docsbranch = "release-1.13"
fullversion = "v1.14.0"
version = "v1.14"
githubbranch = "v1.14.0"
docsbranch = "release-1.14"
url = "https://kubernetes.io"

[params.pushAssets]
Expand All @@ -95,33 +95,33 @@ js = [
]

[[params.versions]]
fullversion = "v1.12.3"
fullversion = "v1.13.4"
version = "v1.13"
githubbranch = "v1.13.4"
docsbranch = "release-1.13"
url = "https://v1-13.docs.kubernetes.io"

[[params.versions]]
fullversion = "v1.12.6"
version = "v1.12"
githubbranch = "v1.12.3"
githubbranch = "v1.12.6"
docsbranch = "release-1.12"
url = "https://v1-12.docs.kubernetes.io"

[[params.versions]]
fullversion = "v1.11.5"
fullversion = "v1.11.8"
version = "v1.11"
githubbranch = "v1.11.5"
githubbranch = "v1.11.8"
docsbranch = "release-1.11"
url = "https://v1-11.docs.kubernetes.io"

[[params.versions]]
fullversion = "v1.10.11"
fullversion = "v1.10.13"
version = "v1.10"
githubbranch = "v1.10.11"
githubbranch = "v1.10.13"
docsbranch = "release-1.10"
url = "https://v1-10.docs.kubernetes.io"

[[params.versions]]
fullversion = "v1.9.11"
version = "v1.9"
githubbranch = "v1.9.11"
docsbranch = "release-1.9"
url = "https://v1-9.docs.kubernetes.io"

# Language definitions.

[languages]
Expand Down

0 comments on commit 3459d02

Please sign in to comment.