Skip to content

Commit 6cba902

Browse files
author
Misty Stanley-Jones
committed
Update version selector for 1.11
1 parent dcf5cf2 commit 6cba902

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

config.toml

+11-4
Original file line numberDiff line numberDiff line change
@@ -45,17 +45,24 @@ time_format_blog = "Monday, January 02, 2006"
4545
description = "Production-Grade Container Orchestration"
4646
showedit = true
4747

48-
latest = "v1.10"
48+
latest = "v1.11"
4949

50-
fullversion = "v1.10.0"
51-
version = "v1.10"
50+
fullversion = "v1.11.0"
51+
version = "v1.11"
5252
githubbranch = "master"
53-
docsbranch = "master"
53+
docsbranch = "release-1.11"
5454
deprecated = false
5555
currentUrl = "https://kubernetes.io/docs/home/"
5656
nextUrl = "http://kubernetes-io-vnext-staging.netlify.com/"
5757
githubWebsiteRepo = "github.com/kubernetes/website"
5858

59+
[[params.versions]]
60+
fullversion = "v1.11.0"
61+
version = "v1.11"
62+
githubbranch = "v1.11.0"
63+
docsbranch = "release-1.11"
64+
url = "https://kubernetes.io"
65+
5966
[[params.versions]]
6067
fullversion = "v1.10.0"
6168
version = "v1.10"

0 commit comments

Comments
 (0)