From 886514b9e303df9515d7a8f48f881957d34d7f1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 21 Aug 2018 18:52:13 +0200 Subject: [PATCH] netlify: Update to Hugo 0.47.1 (#9910) The relevant fix for kubernetes.io is the "Page last modified on" line (Git revision info), which in this version now works correctly across languages. --- Makefile | 2 +- netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 9318b4ee4f..6ae092fc6b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ DOCKER = docker -HUGO_VERSION = 0.44 +HUGO_VERSION = 0.47.1 DOCKER_IMAGE = kubernetes-hugo DOCKER_RUN = $(DOCKER) run --rm --interactive --tty --volume $(PWD):/src diff --git a/netlify.toml b/netlify.toml index cfcfc26685..3aee9b5327 100644 --- a/netlify.toml +++ b/netlify.toml @@ -6,7 +6,7 @@ publish = "public" command = "hugo --enableGitInfo && cp netlify_noindex_headers.txt public/_headers" [build.environment] -HUGO_VERSION = "0.46" +HUGO_VERSION = "0.47.1" [context.production.environment] HUGO_BASEURL = "https://kubernetes.io/"