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

Updates v1.25 config.toml for v1.29 release #44302

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
33 changes: 14 additions & 19 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ time_format_default = "January 02, 2006 at 3:04 PM PST"
description = "Production-Grade Container Orchestration"
showedit = true

latest = "v1.28"
latest = "v1.29"

fullversion = "v1.25.12"
fullversion = "v1.25.16"
version = "v1.25"
githubbranch = "v1.25.12"
githubbranch = "v1.25.16"
docsbranch = "release-1.25"
deprecated = true
currentUrl = "https://kubernetes.io/docs/home/"
Expand Down Expand Up @@ -180,40 +180,35 @@ js = [
]

[[params.versions]]
fullversion = "v1.28.0"
version = "v1.28"
githubbranch = "v1.28.0"
version = "v1.29"
githubbranch = "v1.29.0"
docsbranch = "main"
url = "https://kubernetes.io"

[[params.versions]]
fullversion = "v1.27.4"
version = "v1.28"
githubbranch = "v1.28.4"
docsbranch = "release-1.28"
url = "https://v1-28.docs.kubernetes.io"

[[params.versions]]
version = "v1.27"
githubbranch = "v1.27.4"
githubbranch = "v1.27.8"
docsbranch = "release-1.27"
url = "https://v1-27.docs.kubernetes.io"

[[params.versions]]
fullversion = "v1.26.7"
version = "v1.26"
githubbranch = "v1.26.7"
githubbranch = "v1.26.11"
docsbranch = "release-1.26"
url = "https://v1-26.docs.kubernetes.io"

[[params.versions]]
fullversion = "v1.25.12"
version = "v1.25"
githubbranch = "v1.25.12"
githubbranch = "v1.25.16"
docsbranch = "release-1.25"
url = "https://v1-25.docs.kubernetes.io"

[[params.versions]]
fullversion = "v1.24.16"
version = "v1.24"
githubbranch = "v1.24.16"
docsbranch = "release-1.24"
url = "https://v1-24.docs.kubernetes.io"

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