From e3ee6db92bc5dfa04ba0d56609901db0f3a9a010 Mon Sep 17 00:00:00 2001 From: Rayan Das Date: Wed, 16 Apr 2025 21:20:49 +0530 Subject: [PATCH] Updates v1.30 hugo.toml for release v1.33 Signed-off-by: Rayan Das --- hugo.toml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/hugo.toml b/hugo.toml index 103c8e6f55..a2b48b034f 100644 --- a/hugo.toml +++ b/hugo.toml @@ -142,10 +142,10 @@ time_format_default = "January 02, 2006 at 3:04 PM PST" description = "Production-Grade Container Orchestration" showedit = true -latest = "v1.32" +latest = "v1.33" version = "v1.30" -githubbranch = "v1.30.8" +githubbranch = "v1.30.12" docsbranch = "release-1.30" deprecated = true currentUrl = "https://kubernetes.io/docs/home/" @@ -184,35 +184,35 @@ js = [ ] [[params.versions]] -version = "v1.32" -githubbranch = "v1.32.0" +version = "v1.33" +githubbranch = "v1.33.0" docsbranch = "main" url = "https://kubernetes.io" +[[params.versions]] +version = "v1.32" +githubbranch = "v1.32.4" +docsbranch = "release-1.32" +url = "https://v1-32.docs.kubernetes.io" + [[params.versions]] version = "v1.31" -githubbranch = "v1.31.3" +githubbranch = "v1.31.8" docsbranch = "release-1.31" url = "https://v1-31.docs.kubernetes.io" [[params.versions]] version = "v1.30" -githubbranch = "v1.30.7" +githubbranch = "v1.30.12" docsbranch = "release-1.30" url = "https://v1-30.docs.kubernetes.io" [[params.versions]] version = "v1.29" -githubbranch = "v1.29.11" +githubbranch = "v1.29.14" docsbranch = "release-1.29" url = "https://v1-29.docs.kubernetes.io" -[[params.versions]] -version = "v1.28" -githubbranch = "v1.28.15" -docsbranch = "release-1.28" -url = "https://v1-28.docs.kubernetes.io" - # User interface configuration [params.ui] # Enable to show the side bar menu in its compact state.