Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ time_format_default = "January 02, 2006 at 3:04 PM PST"
description = "Production-Grade Container Orchestration"
showedit = true

latest = "v1.34"
latest = "v1.35"

version = "v1.33"
githubbranch = "v1.33.4"
githubbranch = "v1.33.6"
docsbranch = "release-1.33"
# Should be changed to Docsy provided `archived_version` in the future.
deprecated = true
Expand Down Expand Up @@ -175,35 +175,35 @@ js = [
]

[[params.versions]]
version = "v1.34"
githubbranch = "v1.34.0"
version = "v1.35"
githubbranch = "v1.35.0"
docsbranch = "main"
url = "https://kubernetes.io"

[[params.versions]]
version = "v1.34"
githubbranch = "v1.34.2"
docsbranch = "release-1.34"
url = "https://v1-34.docs.kubernetes.io"

[[params.versions]]
version = "v1.33"
githubbranch = "v1.33.4"
githubbranch = "v1.33.6"
docsbranch = "release-1.33"
url = "https://v1-33.docs.kubernetes.io"

[[params.versions]]
version = "v1.32"
githubbranch = "v1.32.8"
githubbranch = "v1.32.10"
docsbranch = "release-1.32"
url = "https://v1-32.docs.kubernetes.io"

[[params.versions]]
version = "v1.31"
githubbranch = "v1.31.12"
githubbranch = "v1.31.14"
docsbranch = "release-1.31"
url = "https://v1-31.docs.kubernetes.io"

[[params.versions]]
version = "v1.30"
githubbranch = "v1.30.14"
docsbranch = "release-1.30"
url = "https://v1-30.docs.kubernetes.io"

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