Updated config.toml for 1.24 release

Signed-off-by: Nate W <4453979+nate-double-u@users.noreply.github.com>
pull/31370/head
Nate W 2022-01-17 13:48:19 -08:00
parent 8e1e06f3d6
commit 1c48c93336
1 changed files with 17 additions and 17 deletions

View File

@ -139,10 +139,10 @@ time_format_default = "January 02, 2006 at 3:04 PM PST"
description = "Production-Grade Container Orchestration"
showedit = true
latest = "v1.23"
latest = "v1.24"
fullversion = "v1.23.0"
version = "v1.23"
fullversion = "v1.24.0"
version = "v1.24"
githubbranch = "main"
docsbranch = "main"
deprecated = false
@ -179,23 +179,30 @@ js = [
]
[[params.versions]]
fullversion = "v1.23.0"
version = "v1.23"
githubbranch = "v1.23.0"
fullversion = "v1.24.0"
version = "v1.24"
githubbranch = "v1.24.0"
docsbranch = "main"
url = "https://kubernetes.io"
[[params.versions]]
fullversion = "v1.22.4"
fullversion = "v1.23.2"
version = "v1.23"
githubbranch = "v1.23.2"
docsbranch = "release-1.23"
url = "https://v1-23.docs.kubernetes.io"
[[params.versions]]
fullversion = "v1.22.6"
version = "v1.22"
githubbranch = "v1.22.4"
githubbranch = "v1.22.6"
docsbranch = "release-1.22"
url = "https://v1-22.docs.kubernetes.io"
[[params.versions]]
fullversion = "v1.21.7"
fullversion = "v1.21.9"
version = "v1.21"
githubbranch = "v1.21.7"
githubbranch = "v1.21.9"
docsbranch = "release-1.21"
url = "https://v1-21.docs.kubernetes.io"
@ -206,13 +213,6 @@ githubbranch = "v1.20.13"
docsbranch = "release-1.20"
url = "https://v1-20.docs.kubernetes.io"
[[params.versions]]
fullversion = "v1.19.16"
version = "v1.19"
githubbranch = "v1.19.16"
docsbranch = "release-1.19"
url = "https://v1-19.docs.kubernetes.io"
# User interface configuration
[params.ui]
# Enable to show the side bar menu in its compact state.