From c6c5a965c04a720d8f9f5f6669dfa0a71226a9af Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 29 Oct 2025 17:28:28 +0100 Subject: [PATCH 1/3] fix: update deprecated "_build" front matter key Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- content/manuals/engine/security/https/README.md | 2 +- content/reference/cli/docker/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/manuals/engine/security/https/README.md b/content/manuals/engine/security/https/README.md index 3ba704938797..ea427151c222 100644 --- a/content/manuals/engine/security/https/README.md +++ b/content/manuals/engine/security/https/README.md @@ -1,5 +1,5 @@ --- -_build: +build: list: never publishResources: false render: never diff --git a/content/reference/cli/docker/README.md b/content/reference/cli/docker/README.md index 4fcc5bb1c6a6..f2d405a0a694 100644 --- a/content/reference/cli/docker/README.md +++ b/content/reference/cli/docker/README.md @@ -1,5 +1,5 @@ --- -_build: +build: list: never publishResources: false render: never From e77f3f8637f95e1b36cd448dc126dde5d0ba57c1 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Thu, 30 Oct 2025 10:01:43 +0100 Subject: [PATCH 2/3] feat: upgrade hugo to v0.153.0 Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- Dockerfile | 2 +- netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7fc6c996b5d2..a76fbcebd726 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG ALPINE_VERSION=3.21 ARG GO_VERSION=1.24 ARG HTMLTEST_VERSION=0.17.0 ARG VALE_VERSION=3.11.2 -ARG HUGO_VERSION=0.141.0 +ARG HUGO_VERSION=0.153.0 ARG NODE_VERSION=22 ARG PAGEFIND_VERSION=1.3.0 diff --git a/netlify.toml b/netlify.toml index 04ca26b6e0f9..ce559be5db0d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ publish = "public" [context.deploy-preview.environment] NODE_VERSION = "22" NODE_ENV = "production" -HUGO_VERSION = "0.141.0" +HUGO_VERSION = "0.153.0" HUGO_ENABLEGITINFO = "true" HUGO_ENVIRONMENT = "preview" SECRETS_SCAN_OMIT_PATHS = "public/contribute/file-conventions/index.html" From e500abe83737030c2d0629a9c4d925d316a7c829 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Wed, 19 Nov 2025 13:09:08 +0100 Subject: [PATCH 3/3] fix: update deprecated :slugorfilename permalink token Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- hugo.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index 956b5ef633d4..0c0f6a2d292e 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -15,9 +15,9 @@ taxonomies: # Remove the /manuals prefix for content in the manuals section permalinks: page: - manuals: /:sections[1:]/:slugorfilename/ + manuals: /:sections[1:]/:slugorcontentbasename/ section: - manuals: /:sections[1:]/:slugorfilename/ + manuals: /:sections[1:]/:slugorcontentbasename/ markup: tableOfContents: