From b75a6a531b94e3aea50cddd08bc69ce85d95d401 Mon Sep 17 00:00:00 2001 From: Rishit Dagli Date: Tue, 8 Aug 2023 19:40:54 -0400 Subject: [PATCH 1/2] Update hugo.toml for 1.28 --- hugo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/hugo.toml b/hugo.toml index 87fe123737..88cdfc3648 100644 --- a/hugo.toml +++ b/hugo.toml @@ -191,34 +191,34 @@ docsbranch = "main" url = "https://kubernetes.io" [[params.versions]] -fullversion = "v1.27.0" # legacy; use {{< skew currentPatchVersion >}} instead +fullversion = "v1.27.4" # legacy; use {{< skew currentPatchVersion >}} instead # retain until all localizations have migrated version = "v1.27" -githubbranch = "v1.27.0" +githubbranch = "v1.27.4" docsbranch = "release-1.27" url = "https://v1-27.docs.kubernetes.io" [[params.versions]] -fullversion = "v1.26.3" # legacy; use {{< skew currentPatchVersion >}} instead +fullversion = "v1.26.7" # legacy; use {{< skew currentPatchVersion >}} instead # retain until all localizations have migrated version = "v1.26" -githubbranch = "v1.26.3" +githubbranch = "v1.26.7" docsbranch = "release-1.26" url = "https://v1-26.docs.kubernetes.io" [[params.versions]] -fullversion = "v1.25.8" # legacy; use {{< skew currentPatchVersion >}} instead +fullversion = "v1.25.12" # legacy; use {{< skew currentPatchVersion >}} instead # retain until all localizations have migrated version = "v1.25" -githubbranch = "v1.25.8" +githubbranch = "v1.25.12" docsbranch = "release-1.25" url = "https://v1-25.docs.kubernetes.io" [[params.versions]] -fullversion = "v1.24.12" # legacy; use {{< skew currentPatchVersion >}} instead +fullversion = "v1.24.16" # legacy; use {{< skew currentPatchVersion >}} instead # retain until all localizations have migrated version = "v1.24" -githubbranch = "v1.24.12" +githubbranch = "v1.24.16" docsbranch = "release-1.24" url = "https://v1-24.docs.kubernetes.io" From ea6f9bce4571ad051e38c8db3525a6f43aa0652f Mon Sep 17 00:00:00 2001 From: Rishit Dagli Date: Wed, 9 Aug 2023 11:28:46 -0400 Subject: [PATCH 2/2] Remove fullversion shortcode Co-authored-by: Tim Bannister --- hugo.toml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/hugo.toml b/hugo.toml index 88cdfc3648..831d7b36cb 100644 --- a/hugo.toml +++ b/hugo.toml @@ -183,40 +183,30 @@ js = [ ] [[params.versions]] -fullversion = "v1.28.0" # legacy; use {{< skew currentPatchVersion >}} instead - # retain until all localizations have migrated version = "v1.28" githubbranch = "v1.28.0" docsbranch = "main" url = "https://kubernetes.io" [[params.versions]] -fullversion = "v1.27.4" # legacy; use {{< skew currentPatchVersion >}} instead - # retain until all localizations have migrated version = "v1.27" githubbranch = "v1.27.4" docsbranch = "release-1.27" url = "https://v1-27.docs.kubernetes.io" [[params.versions]] -fullversion = "v1.26.7" # legacy; use {{< skew currentPatchVersion >}} instead - # retain until all localizations have migrated version = "v1.26" githubbranch = "v1.26.7" docsbranch = "release-1.26" url = "https://v1-26.docs.kubernetes.io" [[params.versions]] -fullversion = "v1.25.12" # legacy; use {{< skew currentPatchVersion >}} instead - # retain until all localizations have migrated version = "v1.25" githubbranch = "v1.25.12" docsbranch = "release-1.25" url = "https://v1-25.docs.kubernetes.io" [[params.versions]] -fullversion = "v1.24.16" # legacy; use {{< skew currentPatchVersion >}} instead - # retain until all localizations have migrated version = "v1.24" githubbranch = "v1.24.16" docsbranch = "release-1.24"