From c5d33ea490f74695fc590977821ff3fc578a1ea2 Mon Sep 17 00:00:00 2001 From: Brandon Mitchell Date: Sun, 3 May 2026 09:48:20 -0400 Subject: [PATCH] Version bump - gohugoio/hugo to v0.161.1 Signed-off-by: Brandon Mitchell --- .version-bump.lock | 4 ++-- Makefile | 2 +- netlify.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.version-bump.lock b/.version-bump.lock index 673dd54..ba4441f 100644 --- a/.version-bump.lock +++ b/.version-bump.lock @@ -1,7 +1,7 @@ {"name":"gha-uses-commit","key":"https://github.com/actions/checkout.git:v6.0.2","version":"de0fac2e4500dabe0009e67214ff5f5447ce83dd"} {"name":"gha-uses-semver","key":"https://github.com/actions/checkout.git","version":"v6.0.2"} {"name":"makefile-geekdoc-theme","key":"https://github.com/thegeeklab/hugo-geekdoc.git","version":"v3.0.0"} -{"name":"makefile-hugo","key":"https://github.com/gohugoio/hugo.git","version":"v0.160.1"} +{"name":"makefile-hugo","key":"https://github.com/gohugoio/hugo.git","version":"v0.161.1"} {"name":"makefile-markdown-lint","key":"docker.io/davidanson/markdownlint-cli2","version":"v0.22.1"} -{"name":"netlify-hugo","key":"https://github.com/gohugoio/hugo.git","version":"0.160.1"} +{"name":"netlify-hugo","key":"https://github.com/gohugoio/hugo.git","version":"0.161.1"} {"name":"netlify-node","key":"https://github.com/nodejs/node.git","version":"25"} diff --git a/Makefile b/Makefile index 61d01a3..c8d2a54 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ DOCKER?=$(shell command -v docker 2>/dev/null) HUGO?=$(shell command -v hugo 2>/dev/null) HUGO_CMD_VER:=$(shell [ -x "$(HUGO)" ] && echo "$$($(HUGO) version | awk '{print $$2}')" || echo "0") -HUGO_VERSION?=v0.160.1 +HUGO_VERSION?=v0.161.1 HUGO_CONTAINER?=ghcr.io/gohugoio/hugo:$(HUGO_VERSION) ifneq "$(HUGO_CMD_VER)" "$(HUGO_VERSION)" ifneq "$(strip $(DOCKER))" "" diff --git a/netlify.toml b/netlify.toml index 97b94b1..f5f025f 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,5 +1,5 @@ [build.environment] -HUGO_VERSION = "0.160.1" +HUGO_VERSION = "0.161.1" NODE_VERSION = "25" TZ = "America/Los_Angeles"