From c324c17e55137e3951a06c05d2f8e57f4dda73a5 Mon Sep 17 00:00:00 2001 From: Jim Angel Date: Mon, 3 Dec 2018 17:10:59 -0600 Subject: [PATCH] modified config.toml for 1.13 release (#11496) 1.13 + 4 latest releases supported by sig-docs. --- config.toml | 33 ++++++++++++++++++++------------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/config.toml b/config.toml index 812c24969b..b8e9591790 100644 --- a/config.toml +++ b/config.toml @@ -63,11 +63,11 @@ time_format_blog = "Monday, January 02, 2006" description = "Production-Grade Container Orchestration" showedit = true -latest = "v1.12" +latest = "v1.13" -fullversion = "v1.11.3" +fullversion = "v1.11.5" version = "v1.11" -githubbranch = "v1.11.3" +githubbranch = "v1.11.5" docsbranch = "release-1.11" deprecated = true currentUrl = "https://kubernetes.io/docs/home/" @@ -87,30 +87,37 @@ js = [ ] [[params.versions]] -fullversion = "v1.12.0" -version = "v1.12" -githubbranch = "v1.12.0" -docsbranch = "release-1.12" +fullversion = "v1.13.0" +version = "v1.13" +githubbranch = "v1.13.0" +docsbranch = "release-1.13" url = "https://kubernetes.io" [[params.versions]] -fullversion = "v1.11.3" +fullversion = "v1.12.3" +version = "v1.12" +githubbranch = "v1.12.3" +docsbranch = "release-1.12" +url = "https://v1-12.docs.kubernetes.io" + +[[params.versions]] +fullversion = "v1.11.5" version = "v1.11" -githubbranch = "v1.11.3" +githubbranch = "v1.11.5" docsbranch = "release-1.11" url = "https://v1-11.docs.kubernetes.io" [[params.versions]] -fullversion = "v1.10.3" +fullversion = "v1.10.11" version = "v1.10" -githubbranch = "v1.10.3" +githubbranch = "v1.10.11" docsbranch = "release-1.10" url = "https://v1-10.docs.kubernetes.io" [[params.versions]] -fullversion = "v1.9.7" +fullversion = "v1.9.11" version = "v1.9" -githubbranch = "v1.9.7" +githubbranch = "v1.9.11" docsbranch = "release-1.9" url = "https://v1-9.docs.kubernetes.io"