Merge pull request #36176 from cathchu/update-release-1.21-config.toml

update release-1.21 config.toml for release 1.25
pull/36211/head
Kristin Martin 2022-08-23 16:09:20 -07:00 committed by GitHub
commit bc00f7b404
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
showedit = true
latest = "v1.24"
latest = "v1.25"
fullversion = "v1.21.12"
fullversion = "v1.21.14"
version = "v1.21"
githubbranch = "release-1.21"
githubbranch = "v1.21.14"
docsbranch = "release-1.21"
deprecated = true
currentUrl = "https://kubernetes.io/docs/home/"
@ -178,40 +178,40 @@ js = [
]
[[params.versions]]
fullversion = "v1.24.0"
version = "v1.24"
githubbranch = "v1.24.0"
fullversion = "v1.25.0"
version = "v1.25"
githubbranch = "v1.25.0"
docsbranch = "main"
url = "https://kubernetes.io"
[[params.versions]]
fullversion = "v1.23.6"
fullversion = "v1.24.4"
version = "v1.24"
githubbranch = "v1.24.4"
docsbranch = "release-1.24"
url = "https://kubernetes.io"
[[params.versions]]
fullversion = "v1.23.10"
version = "v1.23"
githubbranch = "v1.23.6"
githubbranch = "v1.23.10"
docsbranch = "release-1.23"
url = "https://v1-23.docs.kubernetes.io"
[[params.versions]]
fullversion = "v1.22.9"
fullversion = "v1.22.13"
version = "v1.22"
githubbranch = "v1.22.9"
githubbranch = "v1.22.13"
docsbranch = "release-1.22"
url = "https://v1-22.docs.kubernetes.io"
[[params.versions]]
fullversion = "v1.21.12"
fullversion = "v1.21.14"
version = "v1.21"
githubbranch = "v1.21.12"
githubbranch = "v1.21.14"
docsbranch = "release-1.21"
url = "https://v1-21.docs.kubernetes.io"
[[params.versions]]
fullversion = "v1.20.15"
version = "v1.20"
githubbranch = "v1.20.15"
docsbranch = "release-1.20"
url = "https://v1-20.docs.kubernetes.io"
# User interface configuration
[params.ui]
# Enable to show the side bar menu in its compact state.