updates hugo.toml for 1.29 release

pull/43083/head
Kat Cosgrove 2023-09-17 12:56:33 +01:00
parent c203889a3e
commit 38baef2152
No known key found for this signature in database
GPG Key ID: 9909DF75A59E4ABC
1 changed files with 10 additions and 10 deletions

View File

@ -138,9 +138,9 @@ time_format_default = "January 02, 2006 at 3:04 PM PST"
description = "Production-Grade Container Orchestration"
showedit = true
latest = "v1.28"
latest = "v1.29"
version = "v1.28"
version = "v1.29"
githubbranch = "main"
docsbranch = "main"
deprecated = false
@ -180,11 +180,17 @@ js = [
]
[[params.versions]]
version = "v1.28"
githubbranch = "v1.28.0"
version = "v1.29"
githubbranch = "v1.29.0"
docsbranch = "main"
url = "https://kubernetes.io"
[[params.versions]]
version = "v1.28"
githubbranch = "v1.28.2"
docsbranch = "release-1.28"
url = "https://v1-28.docs.kubernetes.io"
[[params.versions]]
version = "v1.27"
githubbranch = "v1.27.4"
@ -203,12 +209,6 @@ githubbranch = "v1.25.12"
docsbranch = "release-1.25"
url = "https://v1-25.docs.kubernetes.io"
[[params.versions]]
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.