From 16d47a26a433ad228ecce3588e8d25e4fa45ec91 Mon Sep 17 00:00:00 2001 From: Jim Angel Date: Tue, 26 Mar 2019 14:51:18 -0500 Subject: [PATCH] Update config.toml (#13406) * Update config.toml updating old docs to reference 1.14, updating minor version numbers, and dropping 1.9. * updating shortcode nit --- config.toml | 50 +++++++++++----------- layouts/shortcodes/deprecationwarning.html | 2 +- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/config.toml b/config.toml index 071c527e98..b54eb1076a 100644 --- a/config.toml +++ b/config.toml @@ -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", @@ -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] diff --git a/layouts/shortcodes/deprecationwarning.html b/layouts/shortcodes/deprecationwarning.html index e7812ec916..f26244ed75 100644 --- a/layouts/shortcodes/deprecationwarning.html +++ b/layouts/shortcodes/deprecationwarning.html @@ -3,7 +3,7 @@

- Kubernetes {{ .Param "version" }} + Kubernetes {{ .Page.Param "version" }} {{ T "deprecation_warning" }} {{ T "latest_version" }}