From 18037301f8cc0c5d7c642539e1e4573e6cb15701 Mon Sep 17 00:00:00 2001 From: jenkins-infra-updatecli <178728+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:51:19 +0000 Subject: [PATCH 1/3] chore: Update Hugo version in the Netlify configuration file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index 623ac48..ce68f10 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ functions = "functions" [build.environment] - HUGO_VERSION = "0.128.0" + HUGO_VERSION = "0.138.0" [[headers]] for = "/*.json" @@ -14,7 +14,7 @@ [context.production.environment] HUGO_ENV = "production" NODE_ENV = "production" - HUGO_VERSION = "0.128.0" + HUGO_VERSION = "0.138.0" [context.deploy-preview] command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL" From 5140d15c02be9fc2ab0a051da46549aa3096000e Mon Sep 17 00:00:00 2001 From: jenkins-infra-updatecli <178728+jenkins-infra-updatecli[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 14:51:22 +0000 Subject: [PATCH 2/3] chore: Update Hugo version in docker image name in docker-compose.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made with ❤️️ by updatecli --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 3cea750..5ac4177 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,6 +1,6 @@ services: status: - image: hugomods/hugo:ci-0.128.0 + image: hugomods/hugo:ci-0.138.0 volumes: - .:/src ports: From 3d00d1b510137c94d03f332c388ca9816c447fd5 Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Thu, 14 Nov 2024 16:21:37 +0100 Subject: [PATCH 3/3] fixup: update Hugo config for 0.138.x Signed-off-by: Damien Duportal --- config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.yml b/config.yml index 3da191f..9fc5f96 100644 --- a/config.yml +++ b/config.yml @@ -521,3 +521,7 @@ security: - ^go$ - ^npx$ - ^postcss$ + - ^git$ + +ignoreLogs: + - 'warning-goldmark-raw-html'