Skip to content

Commit

Permalink
Update config.toml (#13406)
Browse files Browse the repository at this point in the history
* Update config.toml

updating old docs to reference 1.14, updating minor version numbers, and dropping 1.9.

* updating shortcode nit
  • Loading branch information
jimangel authored and k8s-ci-robot committed Mar 26, 2019
1 parent 3786576 commit 16d47a2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
50 changes: 25 additions & 25 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,25 +64,18 @@ time_format_blog = "Monday, January 02, 2006"
description = "Production-Grade Container Orchestration"
showedit = true

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

fullversion = "v1.13.0"
fullversion = "v1.13.4"
version = "v1.13"
githubbranch = "master"
docsbranch = "master"
deprecated = false
githubbranch = "release-1.13"
docsbranch = "release-1.13"
deprecated = true
currentUrl = "https://kubernetes.io/docs/home/"
nextUrl = "https://kubernetes-io-vnext-staging.netlify.com/"
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"
url = "https://kubernetes.io"

[params.pushAssets]
css = [
"callouts",
Expand All @@ -95,33 +88,40 @@ js = [
]

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

[[params.versions]]
fullversion = "v1.13.4"
version = "v1.13"
githubbranch = "v1.13.0"
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
2 changes: 1 addition & 1 deletion layouts/shortcodes/deprecationwarning.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<main>
<div class="content deprecation-warning">
<h3>
Kubernetes {{ .Param "version" }}
Kubernetes {{ .Page.Param "version" }}
{{ T "deprecation_warning" }}
<a href="{{ site.Params.currentUrl }}">{{ T "latest_version" }}</a>
</h3>
Expand Down

0 comments on commit 16d47a2

Please sign in to comment.