Skip to content

Commit

Permalink
Merge pull request #44302 from katcosgrove/update-release-1.25-config…
Browse files Browse the repository at this point in the history
….toml

Updates v1.25 config.toml for v1.29 release
  • Loading branch information
k8s-ci-robot committed Dec 13, 2023
2 parents c2b60e0 + 4071637 commit d415ae6
Showing 1 changed file with 14 additions and 19 deletions.
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

0 comments on commit d415ae6

Please sign in to comment.