Merge pull request #47368 from Princesso/update-release-1.27-hugo.toml

Updates v1.27 hugo.toml for 1.31 release
release-1.27
Rey Lejano 2024-08-13 08:42:10 -07:00 committed by GitHub
commit dc7dfa6c46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 13 deletions

View File

@ -138,10 +138,10 @@ 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.30" latest = "v1.31"
version = "v1.27" version = "v1.27"
githubbranch = "v1.27.12" githubbranch = "v1.27.16"
docsbranch = "release-1.27" docsbranch = "release-1.27"
deprecated = true deprecated = true
currentUrl = "https://kubernetes.io/docs/home/" currentUrl = "https://kubernetes.io/docs/home/"
@ -180,35 +180,35 @@ js = [
] ]
[[params.versions]] [[params.versions]]
version = "v1.30" version = "v1.31"
githubbranch = "v1.30.0" githubbranch = "v1.31.0"
docsbranch = "main" docsbranch = "main"
url = "https://kubernetes.io" url = "https://kubernetes.io"
[[params.versions]]
version = "v1.30"
githubbranch = "v1.30.3"
docsbranch = "release-1.30"
url = "https://v1-30.docs.kubernetes.io"
[[params.versions]] [[params.versions]]
version = "v1.29" version = "v1.29"
githubbranch = "v1.29.3" githubbranch = "v1.29.7"
docsbranch = "release-1.29" docsbranch = "release-1.29"
url = "https://v1-29.docs.kubernetes.io" url = "https://v1-29.docs.kubernetes.io"
[[params.versions]] [[params.versions]]
version = "v1.28" version = "v1.28"
githubbranch = "v1.28.8" githubbranch = "v1.28.12"
docsbranch = "release-1.28" docsbranch = "release-1.28"
url = "https://v1-28.docs.kubernetes.io" url = "https://v1-28.docs.kubernetes.io"
[[params.versions]] [[params.versions]]
version = "v1.27" version = "v1.27"
githubbranch = "v1.27.12" githubbranch = "v1.27.16"
docsbranch = "release-1.27" docsbranch = "release-1.27"
url = "https://v1-27.docs.kubernetes.io" url = "https://v1-27.docs.kubernetes.io"
[[params.versions]]
version = "v1.26"
githubbranch = "v1.26.15"
docsbranch = "release-1.26"
url = "https://v1-26.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.