From 128a779fff771f7fce657135d1f03f3bd7d2d743 Mon Sep 17 00:00:00 2001 From: Steve Perry Date: Thu, 28 Sep 2017 08:15:13 -0700 Subject: [PATCH] Update config for 1.8 release. (#5661) * Update config for 1.8 release. * Address reviewer comments. --- _config.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 7d2afbf4a3..f13463f283 100644 --- a/_config.yml +++ b/_config.yml @@ -23,11 +23,16 @@ defaults: githubbranch: "master" docsbranch: "master" versions: - - fullversion: "v1.7.3" - version: "v1.7" - githubbranch: "v1.7.3" - docsbranch: "release-1.7" + - fullversion: "v1.8.0" + version: "v1.8" + githubbranch: "v1.8.0" + docsbranch: "release-1.8" url: https://kubernetes.io/docs/home/ + - fullversion: "v1.7.6" + version: "v1.7" + githubbranch: "v1.7.6" + docsbranch: "release-1.7" + url: https://kubernetes-io-v1-7.netlify.com/docs/home/ - fullversion: "v1.6.8" version: "v1.6" githubbranch: "v1.6.8"