From 957ad74c2ee43138833b6205a6826a88f499d3f6 Mon Sep 17 00:00:00 2001 From: Anna Jung Date: Fri, 25 Sep 2020 13:55:01 -0500 Subject: [PATCH] Update config.toml to show 1.20 as the current version --- config.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/config.toml b/config.toml index 0915eeb4c344a..756ddf13c4b97 100644 --- a/config.toml +++ b/config.toml @@ -115,10 +115,10 @@ time_format_blog = "Monday, January 02, 2006" description = "Production-Grade Container Orchestration" showedit = true -latest = "v1.19" +latest = "v1.20" -fullversion = "v1.19.0" -version = "v1.19" +fullversion = "v1.20.0" +version = "v1.20" githubbranch = "master" docsbranch = "master" deprecated = false @@ -156,12 +156,19 @@ js = [ "script" ] +[[params.versions]] +fullversion = "v1.20.0" +version = "v1.20" +githubbranch = "v1.20.0" +docsbranch = "master" +url = "https://kubernetes.io" + [[params.versions]] fullversion = "v1.19.0" version = "v1.19" githubbranch = "v1.19.0" docsbranch = "master" -url = "https://kubernetes.io" +url = "https://v1-19.docs.kubernetes.io" [[params.versions]] fullversion = "v1.18.8" @@ -184,13 +191,6 @@ githubbranch = "v1.16.14" docsbranch = "release-1.16" url = "https://v1-16.docs.kubernetes.io" -[[params.versions]] -fullversion = "v1.15.12" -version = "v1.15" -githubbranch = "v1.15.12" -docsbranch = "release-1.15" -url = "https://v1-15.docs.kubernetes.io" - # User interface configuration [params.ui]