Updates v1.25 config.toml for v1.29 release

pull/44302/head
Kat Cosgrove 2023-12-11 13:51:45 +00:00
parent c2b60e0076
commit 40716373c7
No known key found for this signature in database
GPG Key ID: 9909DF75A59E4ABC
1 changed files with 14 additions and 19 deletions

View File

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