From e4a8477e4131cf20dde1f6915fbcb7b190fa5fdc Mon Sep 17 00:00:00 2001 From: Tim Bannister <tim@scalefactory.com> Date: Fri, 28 Apr 2023 00:57:40 +0100 Subject: [PATCH 1/2] Bump to newer Hugo version The main benefit that this might bring is a fix for Netlify build timeouts. --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 7313aac76f..ca87707ce2 100644 --- a/netlify.toml +++ b/netlify.toml @@ -8,7 +8,7 @@ command = "git submodule update --init --recursive --depth 1 && make non-product [build.environment] NODE_VERSION = "10.20.0" -HUGO_VERSION = "0.110.0" +HUGO_VERSION = "0.111.0" [context.production.environment] HUGO_BASEURL = "https://kubernetes.io/" From bd5079beb33d5a82e0e7c6586893cc4c57a5c655 Mon Sep 17 00:00:00 2001 From: Tim Bannister <tim@scalefactory.com> Date: Fri, 28 Apr 2023 00:58:49 +0100 Subject: [PATCH 2/2] Use latest patch version of Hugo 0.111 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index ca87707ce2..00ebed217d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -8,7 +8,7 @@ command = "git submodule update --init --recursive --depth 1 && make non-product [build.environment] NODE_VERSION = "10.20.0" -HUGO_VERSION = "0.111.0" +HUGO_VERSION = "0.111.3" [context.production.environment] HUGO_BASEURL = "https://kubernetes.io/"