chore: update release-1.24 config.toml for release 1.26

pull/38345/head
carolina valencia 2022-12-08 22:22:00 -03:00
parent 3a4654353a
commit ef193744e4
1 changed files with 17 additions and 17 deletions

View File

@ -139,11 +139,11 @@ time_format_default = "January 02, 2006 at 3:04 PM PST"
description = "Production-Grade Container Orchestration"
showedit = true
latest = "v1.25"
latest = "v1.26"
fullversion = "v1.24.4"
fullversion = "v1.24.8"
version = "v1.24"
githubbranch = "v1.24.4"
githubbranch = "v1.24.8"
docsbranch = "release-1.24"
deprecated = true
currentUrl = "https://kubernetes.io/docs/home/"
@ -179,23 +179,30 @@ js = [
]
[[params.versions]]
fullversion = "v1.25.0"
version = "v1.25"
githubbranch = "v1.25.0"
fullversion = "v1.26.0"
version = "v1.26"
githubbranch = "v1.26.0"
docsbranch = "main"
url = "https://kubernetes.io"
[[params.versions]]
fullversion = "v1.24.4"
fullversion = "v1.25.4"
version = "v1.25"
githubbranch = "v1.25.4"
docsbranch = "main"
url = "https://kubernetes.io"
[[params.versions]]
fullversion = "v1.24.8"
version = "v1.24"
githubbranch = "v1.24.4"
githubbranch = "v1.24.8"
docsbranch = "release-1.24"
url = "https://v1-24.docs.kubernetes.io"
[[params.versions]]
fullversion = "v1.23.10"
fullversion = "v1.23.14"
version = "v1.23"
githubbranch = "v1.23.10"
githubbranch = "v1.23.14"
docsbranch = "release-1.23"
url = "https://v1-23.docs.kubernetes.io"
@ -206,13 +213,6 @@ githubbranch = "v1.22.13"
docsbranch = "release-1.22"
url = "https://v1-22.docs.kubernetes.io"
[[params.versions]]
fullversion = "v1.21.14"
version = "v1.21"
githubbranch = "v1.21.14"
docsbranch = "release-1.21"
url = "https://v1-21.docs.kubernetes.io"
# User interface configuration
[params.ui]
# Enable to show the side bar menu in its compact state.