From 19af8e913345ed07716af4622080bd3dfd63d024 Mon Sep 17 00:00:00 2001 From: drewhagen Date: Wed, 17 Apr 2024 16:47:49 -0500 Subject: [PATCH] Updates v1.29 hugo.toml for v1.30 release --- hugo.toml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/hugo.toml b/hugo.toml index a7f92d47f57c7..893f475710704 100644 --- a/hugo.toml +++ b/hugo.toml @@ -142,11 +142,11 @@ time_format_default = "January 02, 2006 at 3:04 PM PST" description = "Production-Grade Container Orchestration" showedit = true -latest = "v1.29" +latest = "v1.30" version = "v1.29" -githubbranch = "main" -docsbranch = "main" +githubbranch = "v1.29.3" +docsbranch = "release-1.29" deprecated = false currentUrl = "https://kubernetes.io/docs/home/" nextUrl = "https://kubernetes-io-vnext-staging.netlify.com/" @@ -184,35 +184,35 @@ js = [ ] [[params.versions]] -version = "v1.29" -githubbranch = "v1.29.0" +version = "v1.30" +githubbranch = "v1.30.0" docsbranch = "main" url = "https://kubernetes.io" +[[params.versions]] +version = "v1.29" +githubbranch = "v1.29.3" +docsbranch = "release-1.29" +url = "https://v1-29.docs.kubernetes.io" + [[params.versions]] version = "v1.28" -githubbranch = "v1.28.4" +githubbranch = "v1.28.8" docsbranch = "release-1.28" url = "https://v1-28.docs.kubernetes.io" [[params.versions]] version = "v1.27" -githubbranch = "v1.27.8" +githubbranch = "v1.27.12" docsbranch = "release-1.27" url = "https://v1-27.docs.kubernetes.io" [[params.versions]] version = "v1.26" -githubbranch = "v1.26.11" +githubbranch = "v1.26.15" docsbranch = "release-1.26" url = "https://v1-26.docs.kubernetes.io" -[[params.versions]] -version = "v1.25" -githubbranch = "v1.25.16" -docsbranch = "release-1.25" -url = "https://v1-25.docs.kubernetes.io" - # User interface configuration [params.ui] # Enable to show the side bar menu in its compact state.