From b9f2c7c2a1fc675736f25a7444e20ba9af7cc310 Mon Sep 17 00:00:00 2001 From: Ibrahim AshShohail Date: Wed, 23 May 2018 09:56:32 +0300 Subject: [PATCH] update versions (#8662) Signed-off-by: Ibrahim AshShohail --- config.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config.toml b/config.toml index 006dc71387..08ad4bff74 100644 --- a/config.toml +++ b/config.toml @@ -37,7 +37,7 @@ section = [ "HTML"] [outputFormats] [outputFormats.RSS] -baseName = "feed" +baseName = "feed" [params] @@ -47,7 +47,7 @@ showedit = true latest = "v1.10" -fullversion = "v1.10.0" +fullversion = "v1.10.3" version = "v1.10" githubbranch = "master" docsbranch = "master" @@ -57,16 +57,16 @@ nextUrl = "http://kubernetes-io-vnext-staging.netlify.com/" githubWebsiteRepo = "github.com/kubernetes/website" [[params.versions]] -fullversion = "v1.10.0" +fullversion = "v1.10.3" version = "v1.10" -githubbranch = "v1.10.0" +githubbranch = "v1.10.3" docsbranch = "release-1.10" url = "https://kubernetes.io" [[params.versions]] -fullversion = "v1.9.0" +fullversion = "v1.9.7" version = "v1.9" -githubbranch = "v1.9.0" +githubbranch = "v1.9.7" docsbranch = "release-1.9" url = "https://v1-9.docs.kubernetes.io"