Update version selector for 1.11
This commit is contained in:
committed by
Misty Linville
parent
9b4e698be6
commit
f607448723
+10
-5
@@ -45,12 +45,12 @@ time_format_blog = "Monday, January 02, 2006"
|
||||
description = "Production-Grade Container Orchestration"
|
||||
showedit = true
|
||||
|
||||
latest = "v1.10"
|
||||
latest = "v1.11"
|
||||
|
||||
fullversion = "v1.10.3"
|
||||
version = "v1.10"
|
||||
fullversion = "v1.11.0"
|
||||
version = "v1.11"
|
||||
githubbranch = "master"
|
||||
docsbranch = "master"
|
||||
docsbranch = "release-1.11"
|
||||
deprecated = false
|
||||
currentUrl = "https://kubernetes.io/docs/home/"
|
||||
nextUrl = "http://kubernetes-io-vnext-staging.netlify.com/"
|
||||
@@ -58,7 +58,12 @@ githubWebsiteRepo = "github.com/kubernetes/website"
|
||||
githubWebsiteRaw = "raw.githubusercontent.com/kubernetes/website"
|
||||
|
||||
[[params.versions]]
|
||||
fullversion = "v1.10.3"
|
||||
fullversion = "v1.11.0"
|
||||
version = "v1.11"
|
||||
githubbranch = "v1.11.0"
|
||||
docsbranch = "release-1.11"
|
||||
url = "https://kubernetes.io"
|
||||
|
||||
version = "v1.10"
|
||||
githubbranch = "v1.10.3"
|
||||
docsbranch = "release-1.10"
|
||||
|
||||
Reference in New Issue
Block a user