Update hugo.toml

Updating the supported releases for version 1.27.
pull/40604/head
Mickey Boxell 2023-04-10 17:02:22 -05:00 committed by GitHub
parent 8057934f5f
commit 0df888358b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 20 deletions

View File

@ -138,12 +138,12 @@ time_format_default = "January 02, 2006 at 3:04 PM PST"
description = "Production-Grade Container Orchestration"
showedit = true
latest = "v1.26"
latest = "v1.27"
fullversion = "v1.26.0"
fullversion = "v1.26.3"
version = "v1.26"
githubbranch = "main"
docsbranch = "main"
githubbranch = "v1.26.3"
docsbranch = "release-1.26"
deprecated = false
currentUrl = "https://kubernetes.io/docs/home/"
nextUrl = "https://kubernetes-io-vnext-staging.netlify.com/"
@ -181,40 +181,40 @@ js = [
]
[[params.versions]]
fullversion = "v1.26.0"
version = "v1.26"
githubbranch = "v1.26.0"
fullversion = "v1.27.0"
version = "v1.27"
githubbranch = "v1.27.0"
docsbranch = "main"
url = "https://kubernetes.io"
[[params.versions]]
fullversion = "v1.25.5"
fullversion = "v1.26.3"
version = "v1.26"
githubbranch = "v1.26.3"
docsbranch = "release-1.26"
url = "https://v1-26.docs.kubernetes.io"
[[params.versions]]
fullversion = "v1.25.8"
version = "v1.25"
githubbranch = "v1.25.5"
githubbranch = "v1.25.8"
docsbranch = "release-1.25"
url = "https://v1-25.docs.kubernetes.io"
[[params.versions]]
fullversion = "v1.24.9"
fullversion = "v1.24.12"
version = "v1.24"
githubbranch = "v1.24.9"
githubbranch = "v1.24.12"
docsbranch = "release-1.24"
url = "https://v1-24.docs.kubernetes.io"
[[params.versions]]
fullversion = "v1.23.15"
fullversion = "v1.23.17"
version = "v1.23"
githubbranch = "v1.23.15"
githubbranch = "v1.23.17"
docsbranch = "release-1.23"
url = "https://v1-23.docs.kubernetes.io"
[[params.versions]]
fullversion = "v1.22.17"
version = "v1.22"
githubbranch = "v1.22.17"
docsbranch = "release-1.22"
url = "https://v1-22.docs.kubernetes.io"
# User interface configuration
[params.ui]
# Enable to show the side bar menu in its compact state.