Merge pull request #50520 from rayandas/update-release-1.32-hugo.toml

Updates v1.32 hugo.toml for release v1.33
release-1.32
Kubernetes Prow Robot 2025-04-23 11:52:32 -07:00 committed by GitHub
commit 80946d9d23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 15 deletions

View File

@ -132,13 +132,13 @@ 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.32" latest = "v1.33"
version = "v1.32" version = "v1.32"
githubbranch = "main" githubbranch = "v1.32.4"
docsbranch = "main" docsbranch = "release-1.32"
# Should be changed to Docsy provided `archived_version` in the future. # Should be changed to Docsy provided `archived_version` in the future.
deprecated = false deprecated = true
url_latest_version = "https://kubernetes.io/docs/home/" url_latest_version = "https://kubernetes.io/docs/home/"
nextUrl = "https://kubernetes-io-vnext-staging.netlify.com/" nextUrl = "https://kubernetes-io-vnext-staging.netlify.com/"
@ -175,35 +175,35 @@ js = [
] ]
[[params.versions]] [[params.versions]]
version = "v1.32" version = "v1.33"
githubbranch = "v1.32.0" githubbranch = "v1.33.0"
docsbranch = "main" docsbranch = "main"
url = "https://kubernetes.io" url = "https://kubernetes.io"
[[params.versions]]
version = "v1.32"
githubbranch = "v1.32.4"
docsbranch = "release-1.32"
url = "https://v1-32.docs.kubernetes.io"
[[params.versions]] [[params.versions]]
version = "v1.31" version = "v1.31"
githubbranch = "v1.31.0" githubbranch = "v1.31.8"
docsbranch = "release-1.31" docsbranch = "release-1.31"
url = "https://v1-31.docs.kubernetes.io" url = "https://v1-31.docs.kubernetes.io"
[[params.versions]] [[params.versions]]
version = "v1.30" version = "v1.30"
githubbranch = "v1.30.3" githubbranch = "v1.30.12"
docsbranch = "release-1.30" docsbranch = "release-1.30"
url = "https://v1-30.docs.kubernetes.io" url = "https://v1-30.docs.kubernetes.io"
[[params.versions]] [[params.versions]]
version = "v1.29" version = "v1.29"
githubbranch = "v1.29.7" githubbranch = "v1.29.14"
docsbranch = "release-1.29" docsbranch = "release-1.29"
url = "https://v1-29.docs.kubernetes.io" url = "https://v1-29.docs.kubernetes.io"
[[params.versions]]
version = "v1.28"
githubbranch = "v1.28.12"
docsbranch = "release-1.28"
url = "https://v1-28.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.