Update config.toml 1.26 for 1.28 release

pull/42459/head
Rishit Dagli 2023-08-08 20:20:09 +00:00
parent 88e3c21592
commit c2eed4225f
1 changed files with 19 additions and 19 deletions

View File

@ -138,11 +138,11 @@ time_format_default = "January 02, 2006 at 3:04 PM PST"
description = "Production-Grade Container Orchestration" description = "Production-Grade Container Orchestration"
showedit = true showedit = true
latest = "v1.27" latest = "v1.28"
fullversion = "v1.26.3" fullversion = "v1.26.7"
version = "v1.26" version = "v1.26"
githubbranch = "v1.26.3" githubbranch = "v1.26.7"
docsbranch = "release-1.26" docsbranch = "release-1.26"
deprecated = true deprecated = true
currentUrl = "https://kubernetes.io/docs/home/" currentUrl = "https://kubernetes.io/docs/home/"
@ -181,40 +181,40 @@ js = [
] ]
[[params.versions]] [[params.versions]]
fullversion = "v1.27.0" fullversion = "v1.28.0"
version = "v1.27" version = "v1.28"
githubbranch = "v1.27.0" githubbranch = "v1.28.0"
docsbranch = "main" docsbranch = "main"
url = "https://kubernetes.io" url = "https://kubernetes.io"
[[params.versions]] [[params.versions]]
fullversion = "v1.26.3" fullversion = "v1.27.4"
version = "v1.27"
githubbranch = "v1.27.4"
docsbranch = "release-1.27"
url = "https://v1-27.docs.kubernetes.io"
[[params.versions]]
fullversion = "v1.26.7"
version = "v1.26" version = "v1.26"
githubbranch = "v1.26.3" githubbranch = "v1.26.7"
docsbranch = "release-1.26" docsbranch = "release-1.26"
url = "https://v1-26.docs.kubernetes.io" url = "https://v1-26.docs.kubernetes.io"
[[params.versions]] [[params.versions]]
fullversion = "v1.25.8" fullversion = "v1.25.12"
version = "v1.25" version = "v1.25"
githubbranch = "v1.25.8" githubbranch = "v1.25.12"
docsbranch = "release-1.25" docsbranch = "release-1.25"
url = "https://v1-25.docs.kubernetes.io" url = "https://v1-25.docs.kubernetes.io"
[[params.versions]] [[params.versions]]
fullversion = "v1.24.12" fullversion = "v1.24.16"
version = "v1.24" version = "v1.24"
githubbranch = "v1.24.12" githubbranch = "v1.24.16"
docsbranch = "release-1.24" docsbranch = "release-1.24"
url = "https://v1-24.docs.kubernetes.io" url = "https://v1-24.docs.kubernetes.io"
[[params.versions]]
fullversion = "v1.23.17"
version = "v1.23"
githubbranch = "v1.23.17"
docsbranch = "release-1.23"
url = "https://v1-23.docs.kubernetes.io"
# User interface configuration # User interface configuration
[params.ui] [params.ui]
# Enable to show the side bar menu in its compact state. # Enable to show the side bar menu in its compact state.