From 6016968d098246804dc02d43b436505108ee8016 Mon Sep 17 00:00:00 2001 From: zacharysarah Date: Thu, 30 Nov 2017 16:48:39 -0600 Subject: [PATCH 1/4] Update site versions for 1.9 --- _config.yml | 9 +++++++-- update-imported-docs.sh | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 7891f3f36f2e3..e86d9189ac7d4 100644 --- a/_config.yml +++ b/_config.yml @@ -18,11 +18,16 @@ defaults: scope: path: "" values: - fullversion: "v1.8.0" - version: "v1.8" + fullversion: "v1.9.0" + version: "v1.9" githubbranch: "master" docsbranch: "master" versions: + - fullversion: "v1.9.0" + version: "v1.9" + githubbranch: "v1.9.0" + docsbranch: "release-1.9" + url: https://kubernetes.io/docs/home/ - fullversion: "v1.8.0" version: "v1.8" githubbranch: "v1.8.0" diff --git a/update-imported-docs.sh b/update-imported-docs.sh index b43f8903834ec..e77e888366cb5 100755 --- a/update-imported-docs.sh +++ b/update-imported-docs.sh @@ -5,8 +5,8 @@ set -o errexit # Uncomment this to see the commands as they are run # set -x -VERSION=1.8 -OLDVERSION=1.7 +VERSION=1.9 +OLDVERSION=1.8 # Processes api reference docs. function process_api_ref_docs { From 6eb8beec16f864136fdfdaa683ecb3407ec95d31 Mon Sep 17 00:00:00 2001 From: zacharysarah Date: Thu, 30 Nov 2017 17:05:23 -0600 Subject: [PATCH 2/4] Removed 1.4 docs --- _config.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/_config.yml b/_config.yml index e86d9189ac7d4..b376f758ca61c 100644 --- a/_config.yml +++ b/_config.yml @@ -48,11 +48,6 @@ defaults: githubbranch: "v1.5.7" docsbranch: "release-1.5" url: https://v1-5.docs.kubernetes.io/docs/ - - fullversion: "v1.4.12" - version: "v1.4" - githubbranch: "v1.4.12" - docsbranch: "release-1.4" - url: https://v1-4.docs.kubernetes.io/docs/ deprecated: false currentUrl: https://kubernetes.io/docs/home/ nextUrl: http://kubernetes-io-vnext-staging.netlify.com/ From 7ad058270f4421b5c6b955c06595345cc2a91271 Mon Sep 17 00:00:00 2001 From: Zach Corleissen Date: Tue, 5 Dec 2017 15:15:00 -0600 Subject: [PATCH 3/4] Update _config.yml --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index b376f758ca61c..f3985a7b21568 100644 --- a/_config.yml +++ b/_config.yml @@ -28,9 +28,9 @@ defaults: githubbranch: "v1.9.0" docsbranch: "release-1.9" url: https://kubernetes.io/docs/home/ - - fullversion: "v1.8.0" + - fullversion: "v1.8.4" version: "v1.8" - githubbranch: "v1.8.0" + githubbranch: "v1.8.4" docsbranch: "release-1.8" url: https://kubernetes.io/docs/home/ - fullversion: "v1.7.6" From 1590b2fd2750e53d5e763b8a4af17ae73ae85018 Mon Sep 17 00:00:00 2001 From: Zach Corleissen Date: Tue, 5 Dec 2017 15:16:16 -0600 Subject: [PATCH 4/4] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index f3985a7b21568..d601fa4f51ad4 100644 --- a/_config.yml +++ b/_config.yml @@ -32,7 +32,7 @@ defaults: version: "v1.8" githubbranch: "v1.8.4" docsbranch: "release-1.8" - url: https://kubernetes.io/docs/home/ + url: https://v1-8.docs.kubernetes.io/docs/home/ - fullversion: "v1.7.6" version: "v1.7" githubbranch: "v1.7.6"