From eb4f889dd06241864392002a99c72c619e679c63 Mon Sep 17 00:00:00 2001 From: steveperry-53 Date: Wed, 27 Sep 2017 13:31:58 -0700 Subject: [PATCH 1/2] Update config for 1.8 release. --- _config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_config.yml b/_config.yml index 7d2afbf4a3e9b..cee627f0c5f14 100644 --- a/_config.yml +++ b/_config.yml @@ -23,6 +23,11 @@ defaults: githubbranch: "master" docsbranch: "master" versions: + - fullversion: "v1.8.0" + version: "v1.8" + githubbranch: "release-1.8" + docsbranch: "release-1.8" + url: https://kubernetes.io/docs/home/ - fullversion: "v1.7.3" version: "v1.7" githubbranch: "v1.7.3" From 32ea8f9c43dc6c8308de799619d82634ad011d15 Mon Sep 17 00:00:00 2001 From: steveperry-53 Date: Wed, 27 Sep 2017 17:12:28 -0700 Subject: [PATCH 2/2] Address reviewer comments. --- _config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index cee627f0c5f14..f13463f2834bf 100644 --- a/_config.yml +++ b/_config.yml @@ -25,14 +25,14 @@ defaults: versions: - fullversion: "v1.8.0" version: "v1.8" - githubbranch: "release-1.8" + githubbranch: "v1.8.0" docsbranch: "release-1.8" url: https://kubernetes.io/docs/home/ - - fullversion: "v1.7.3" + - fullversion: "v1.7.6" version: "v1.7" - githubbranch: "v1.7.3" + githubbranch: "v1.7.6" docsbranch: "release-1.7" - url: https://kubernetes.io/docs/home/ + url: https://kubernetes-io-v1-7.netlify.com/docs/home/ - fullversion: "v1.6.8" version: "v1.6" githubbranch: "v1.6.8"