From 3dfe01fb3bac915d87db7e935e0e5c19b0060b82 Mon Sep 17 00:00:00 2001 From: Urvashi0109 Date: Tue, 30 Sep 2025 17:56:17 +0530 Subject: [PATCH 1/2] Updated hugo.toml file for v1.35 Release --- hugo.toml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/hugo.toml b/hugo.toml index f52fd392700ab..eb0959e4e7515 100644 --- a/hugo.toml +++ b/hugo.toml @@ -132,9 +132,9 @@ time_format_default = "January 02, 2006 at 3:04 PM PST" description = "Production-Grade Container Orchestration" showedit = true -latest = "v1.34" +latest = "v1.35" -version = "v1.34" +version = "v1.35" githubbranch = "main" docsbranch = "main" # Should be changed to Docsy provided `archived_version` in the future. @@ -175,11 +175,17 @@ js = [ ] [[params.versions]] -version = "v1.34" -githubbranch = "v1.34.0" +version = "v1.35" +githubbranch = "v1.35.0" docsbranch = "main" url = "https://kubernetes.io" +[[params.versions]] +version = "v1.34" +githubbranch = "v1.34.0" +docsbranch = "release-1.34" +url = "https://v1-34.docs.kubernetes.io" + [[params.versions]] version = "v1.33" githubbranch = "v1.33.4" From b89bfad01ba92aef0d454bcfb5cc67901201aeef Mon Sep 17 00:00:00 2001 From: Urvashi0109 Date: Tue, 30 Sep 2025 20:03:27 +0530 Subject: [PATCH 2/2] Removed v1.30 Release block as it will unsupported --- hugo.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/hugo.toml b/hugo.toml index eb0959e4e7515..b6ecb93b0e41d 100644 --- a/hugo.toml +++ b/hugo.toml @@ -204,12 +204,6 @@ githubbranch = "v1.31.12" docsbranch = "release-1.31" url = "https://v1-31.docs.kubernetes.io" -[[params.versions]] -version = "v1.30" -githubbranch = "v1.30.14" -docsbranch = "release-1.30" -url = "https://v1-30.docs.kubernetes.io" - # User interface configuration [params.ui] # Enable to show the side bar menu in its compact state.