Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated hugo.toml for 1.28 release #41179

Merged
merged 2 commits into from
May 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions hugo.toml
Rishit-dagli marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,12 @@ time_format_default = "January 02, 2006 at 3:04 PM PST"
description = "Production-Grade Container Orchestration"
showedit = true

latest = "v1.27"
latest = "v1.28"

fullversion = "v1.27.0" # legacy; use {{< skew currentPatchVersion >}} instead
fullversion = "v1.28.0" # legacy; use {{< skew currentPatchVersion >}} instead
# retain until all localizations have migrated

version = "v1.27"
version = "v1.28"
githubbranch = "main"
docsbranch = "main"
deprecated = false
Expand Down Expand Up @@ -182,13 +182,21 @@ js = [
"script"
]

[[params.versions]]
fullversion = "v1.28.0" # legacy; use {{< skew currentPatchVersion >}} instead
# retain until all localizations have migrated
version = "v1.28"
githubbranch = "v1.28.0"
docsbranch = "main"
url = "https://kubernetes.io"

[[params.versions]]
fullversion = "v1.27.0" # legacy; use {{< skew currentPatchVersion >}} instead
# retain until all localizations have migrated
version = "v1.27"
githubbranch = "v1.27.0"
docsbranch = "main"
url = "https://kubernetes.io"
docsbranch = "release-1.27"
url = "https://v1-27.docs.kubernetes.io"

[[params.versions]]
fullversion = "v1.26.3" # legacy; use {{< skew currentPatchVersion >}} instead
Expand All @@ -214,14 +222,6 @@ githubbranch = "v1.24.12"
docsbranch = "release-1.24"
url = "https://v1-24.docs.kubernetes.io"

[[params.versions]]
fullversion = "v1.23.17" # legacy; use {{< skew currentPatchVersion >}} instead
# retain until all localizations have migrated
version = "v1.23"
githubbranch = "v1.23.17"
docsbranch = "release-1.23"
url = "https://v1-23.docs.kubernetes.io"

# User interface configuration
[params.ui]
# Enable to show the side bar menu in its compact state.
Expand Down