From 6a8dcc16de8ca71834b640644357e605a4aa12e0 Mon Sep 17 00:00:00 2001 From: Vineeth Pothulapati Date: Fri, 27 Mar 2020 09:02:23 +0530 Subject: [PATCH] Update config.toml file as part of 1.18 release. (#19842) Signed-off-by: vineeth --- config.toml | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/config.toml b/config.toml index 5fd6340a00..f8a0d5ed5a 100644 --- a/config.toml +++ b/config.toml @@ -66,11 +66,11 @@ time_format_blog = "Monday, January 02, 2006" description = "Production-Grade Container Orchestration" showedit = true -latest = "v1.17" +latest = "v1.18" -fullversion = "v1.15.6" +fullversion = "v1.15.11" version = "v1.15" -githubbranch = "v1.15.6" +githubbranch = "v1.15.11" docsbranch = "release-1.15" deprecated = true currentUrl = "https://kubernetes.io/docs/home/" @@ -83,13 +83,6 @@ announcement = false # announcement_message is only displayed when announcement = true; update with your specific message announcement_message = "The Kubernetes Documentation team would like your feedback! Please take a short survey so we can improve the Kubernetes online documentation." -[[params.versions]] -fullversion = "v1.17.0" -version = "v1.17" -githubbranch = "v1.17.0" -docsbranch = "release-1.17" -url = "https://kubernetes.io" - [params.pushAssets] css = [ "callouts", @@ -102,33 +95,40 @@ js = [ ] [[params.versions]] -fullversion = "v1.16.3" +fullversion = "v1.18.0" +version = "v1.18" +githubbranch = "v1.18.0" +docsbranch = "release-1.18" +url = "https://kubernetes.io" + +[[params.versions]] +fullversion = "v1.17.4" +version = "v1.17" +githubbranch = "v1.17.4" +docsbranch = "release-1.17" +url = "https://v1-17.docs.kubernetes.io" + +[[params.versions]] +fullversion = "v1.16.8" version = "v1.16" -githubbranch = "v1.16.3" +githubbranch = "v1.16.8" docsbranch = "release-1.16" url = "https://v1-16.docs.kubernetes.io" [[params.versions]] -fullversion = "v1.15.6" +fullversion = "v1.15.11" version = "v1.15" -githubbranch = "v1.15.6" +githubbranch = "v1.15.11" docsbranch = "release-1.15" url = "https://v1-15.docs.kubernetes.io" [[params.versions]] -fullversion = "v1.14.9" +fullversion = "v1.14.10" version = "v1.14" -githubbranch = "v1.14.9" +githubbranch = "v1.14.10" docsbranch = "release-1.14" url = "https://v1-14.docs.kubernetes.io" -[[params.versions]] -fullversion = "v1.13.12" -version = "v1.13" -githubbranch = "v1.13.12" -docsbranch = "release-1.13" -url = "https://v1-13.docs.kubernetes.io" - # Language definitions. [languages]