chore(deps): update dependency gohugoio/hugo to v0.155.0 #91

Merged
onlyhavecans merged 1 commit from renovate/gohugoio-hugo-0.x into main 2026-01-29 11:39:50 -08:00
Member

This PR contains the following updates:

Package Update Change
gohugoio/hugo minor v0.154.5v0.155.0

Release Notes

gohugoio/hugo (gohugoio/hugo)

v0.155.0

Compare Source

Some notable new things in this release are:

  • Improvements to how versions are handled: We now support version (and also for the other dimension) range queries (e.g. >= v1.0.0), and we now cache Go module version queries, which makes mounting multiple versions of the same GitHub repo with different version much more practical and enjoyable, se this site and config for an annotated example.
  • We finally have XMP and IPTC image metadata support, in addition to EXIF, see #​13146
  • Page aliases now works in multidimensional sites (e.g. multiple languages), and it is now much easier to create e.g. Netlify _redirects files that works in such setups.
  • There are several performance related WebP improvements in this release.
  • Also, image processing in general (e.g. resize operations) should be considerably more effective.

Note

Bug fixes

Improvements

Dependency Updates

Build Setup

Documentation


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gohugoio/hugo](https://github.com/gohugoio/hugo) | minor | `v0.154.5` → `v0.155.0` | --- ### Release Notes <details> <summary>gohugoio/hugo (gohugoio/hugo)</summary> ### [`v0.155.0`](https://github.com/gohugoio/hugo/releases/tag/v0.155.0) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.154.5...v0.155.0) Some notable new things in this release are: - Improvements to how [versions](https://gohugo.io/methods/site/version/#article) are handled: We now support version (and also for the other dimension) range queries (e.g. `>= v1.0.0`), and we now cache Go module version queries, which makes mounting multiple versions of the same GitHub repo with different version much more practical and enjoyable, se [this site and config](https://github.com/bep/hugo-testing-git-versions/blob/main/hugo.toml) for an annotated example. - We finally have XMP and IPTC image metadata support, in addition to EXIF, see [#&#8203;13146](https://github.com/gohugoio/hugo/issues/13146) - Page `aliases` now works in multidimensional sites (e.g. multiple languages), and it is now much easier to create e.g. Netlify `_redirects` files that works in such setups. - There are several performance related WebP improvements in this release. - Also, image processing in general (e.g. resize operations) should be considerably more effective. #### Note - Make Page.Aliases more useful in multidimensional setups (note) [`ee91c70`](https://github.com/gohugoio/hugo/commit/ee91c707) [@&#8203;bep](https://github.com/bep) [#&#8203;14402](https://github.com/gohugoio/hugo/issues/14402) #### Bug fixes - Fix data race when clearing cache in cachebusters [`8a979d5`](https://github.com/gohugoio/hugo/commit/8a979d54) [@&#8203;wjiec](https://github.com/wjiec) - resources/images: Fix comment for Quality field in ImageConfig [`fd49df8`](https://github.com/gohugoio/hugo/commit/fd49df8f) [@&#8203;bep](https://github.com/bep) - Fix panic reported in discourse [`c7b35c8`](https://github.com/gohugoio/hugo/commit/c7b35c87) [@&#8203;bep](https://github.com/bep) [#&#8203;14441](https://github.com/gohugoio/hugo/issues/14441) - Fix recently introduced partial rendering bug [`8dfcece`](https://github.com/gohugoio/hugo/commit/8dfcece8) [@&#8203;bep](https://github.com/bep) [#&#8203;14433](https://github.com/gohugoio/hugo/issues/14433) - tpl: Fix partial decorator panic when partial returns falsy [`f472dd4`](https://github.com/gohugoio/hugo/commit/f472dd48) [@&#8203;simonheimlicher](https://github.com/simonheimlicher) [#&#8203;14419](https://github.com/gohugoio/hugo/issues/14419) - resources: Fix race condition in test helper [`48566b6`](https://github.com/gohugoio/hugo/commit/48566b6f) [@&#8203;simonheimlicher](https://github.com/simonheimlicher) - Fix cascade draft panic [`11f7f39`](https://github.com/gohugoio/hugo/commit/11f7f399) [@&#8203;bep](https://github.com/bep) [#&#8203;14409](https://github.com/gohugoio/hugo/issues/14409) [#&#8203;14412](https://github.com/gohugoio/hugo/issues/14412) - hugolib: Fix multilingual alias generation [`5ba03bf`](https://github.com/gohugoio/hugo/commit/5ba03bf6) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;14388](https://github.com/gohugoio/hugo/issues/14388) - Fix file mount specifity issue within the same module [`c1b2e58`](https://github.com/gohugoio/hugo/commit/c1b2e58b) [@&#8203;bep](https://github.com/bep) [#&#8203;14405](https://github.com/gohugoio/hugo/issues/14405) - warpc: Fix typed nil return in Start [`2c61109`](https://github.com/gohugoio/hugo/commit/2c611091) [@&#8203;Sam-404-404](https://github.com/Sam-404-404) [#&#8203;14372](https://github.com/gohugoio/hugo/issues/14372) - hugolib: Fix relative alias generation [`32334d0`](https://github.com/gohugoio/hugo/commit/32334d09) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;14381](https://github.com/gohugoio/hugo/issues/14381) #### Improvements - Remove disableDate and disableLatLong from MetaConfig [`5916b61`](https://github.com/gohugoio/hugo/commit/5916b61b) [@&#8203;bep](https://github.com/bep) [#&#8203;14437](https://github.com/gohugoio/hugo/issues/14437) - internal/warpc: Make webp C defaults match the Go defaults [`7eafef2`](https://github.com/gohugoio/hugo/commit/7eafef22) [@&#8203;bep](https://github.com/bep) - testscripts: Move server tests to own folder [`00c4228`](https://github.com/gohugoio/hugo/commit/00c4228f) [@&#8203;bep](https://github.com/bep) [#&#8203;14439](https://github.com/gohugoio/hugo/issues/14439) - testing: Skip some slow tests when not running in CI [`5f5b2f3`](https://github.com/gohugoio/hugo/commit/5f5b2f37) [@&#8203;bep](https://github.com/bep) [#&#8203;14438](https://github.com/gohugoio/hugo/issues/14438) - magefile: Skip commands test when running mage check locally [`ef7a22a`](https://github.com/gohugoio/hugo/commit/ef7a22a2) [@&#8203;bep](https://github.com/bep) - Remove -p 2 parallelism limit for local test runs [`9a6bfe2`](https://github.com/gohugoio/hugo/commit/9a6bfe26) [@&#8203;bep](https://github.com/bep) - Add AGENTS.md and CLAUDE.md [`0fc63fb`](https://github.com/gohugoio/hugo/commit/0fc63fbf) [@&#8203;bep](https://github.com/bep) - Add == and != operators to range predicates [`50973e7`](https://github.com/gohugoio/hugo/commit/50973e72) [@&#8203;bep](https://github.com/bep) - Add modulequeries file cache for module version queries [`b441472`](https://github.com/gohugoio/hugo/commit/b441472b) [@&#8203;bep](https://github.com/bep) [#&#8203;14417](https://github.com/gohugoio/hugo/issues/14417) - Allow v1,v2 etc. style version names while still supporting full semver in queries [`ac2c3fb`](https://github.com/gohugoio/hugo/commit/ac2c3fb2) [@&#8203;bep](https://github.com/bep) [#&#8203;14414](https://github.com/gohugoio/hugo/issues/14414) - Add range matchers for site matrix vector store filtering [`192e3c4`](https://github.com/gohugoio/hugo/commit/192e3c45) [@&#8203;bep](https://github.com/bep) [#&#8203;14359](https://github.com/gohugoio/hugo/issues/14359) - Misc webp performance work [`e569dd5`](https://github.com/gohugoio/hugo/commit/e569dd59) [@&#8203;bep](https://github.com/bep) [#&#8203;14370](https://github.com/gohugoio/hugo/issues/14370) - Move from github.com/disintegration/gift to github.com/gohugoio/gift [`1a94731`](https://github.com/gohugoio/hugo/commit/1a947316) [@&#8203;bep](https://github.com/bep) [#&#8203;14397](https://github.com/gohugoio/hugo/issues/14397) - resources/images: Stabilize order of valid sources in error message [`8e9e04e`](https://github.com/gohugoio/hugo/commit/8e9e04e3) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;14390](https://github.com/gohugoio/hugo/issues/14390) - Add XMP and IPTC image metadata support [`8e2e60d`](https://github.com/gohugoio/hugo/commit/8e2e60dd) [@&#8203;bep](https://github.com/bep) [#&#8203;13146](https://github.com/gohugoio/hugo/issues/13146) - output: Add TestCanonical integration test [`2bc54df`](https://github.com/gohugoio/hugo/commit/2bc54df6) [@&#8203;bep](https://github.com/bep) - Rename common/maps to common/hmaps ([#&#8203;14384](https://github.com/gohugoio/hugo/issues/14384)) [`608ed09`](https://github.com/gohugoio/hugo/commit/608ed09a) [@&#8203;bep](https://github.com/bep) - Decode webp.ImageConfig natively [`d36a8f5`](https://github.com/gohugoio/hugo/commit/d36a8f56) [@&#8203;bep](https://github.com/bep) [#&#8203;14371](https://github.com/gohugoio/hugo/issues/14371) #### Dependency Updates - build(deps): bump golang.org/x/tools from 0.40.0 to 0.41.0 [`7d45614`](https://github.com/gohugoio/hugo/commit/7d45614c) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/olekukonko/tablewriter from 1.1.2 to 1.1.3 [`7f12c09`](https://github.com/gohugoio/hugo/commit/7f12c090) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/alecthomas/chroma/v2 from 2.23.0 to 2.23.1 [`dab2c33`](https://github.com/gohugoio/hugo/commit/dab2c332) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/aws/aws-sdk-go-v2/service/cloudfront [`576d55d`](https://github.com/gohugoio/hugo/commit/576d55d0) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump golang.org/x/image from 0.34.0 to 0.35.0 [`b9400b8`](https://github.com/gohugoio/hugo/commit/b9400b8a) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump golang.org/x/mod from 0.31.0 to 0.32.0 [`ce0c7f4`](https://github.com/gohugoio/hugo/commit/ce0c7f42) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - deps: Upgrade github.com/gohugoio/gift v0.1.0 => v0.2.0 [`7721411`](https://github.com/gohugoio/hugo/commit/77214117) [@&#8203;bep](https://github.com/bep) - build(deps): bump github.com/alecthomas/chroma/v2 from 2.22.0 to 2.23.0 [`1878471`](https://github.com/gohugoio/hugo/commit/18784711) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump golang.org/x/net from 0.48.0 to 0.49.0 [`94f1ede`](https://github.com/gohugoio/hugo/commit/94f1ede3) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump github.com/bep/lazycache from 0.8.0 to 0.8.1 [`ab374e3`](https://github.com/gohugoio/hugo/commit/ab374e3d) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - deps: Upgrade github.com/alecthomas/chroma v2.21.1 => v2.22.0 [`1a91330`](https://github.com/gohugoio/hugo/commit/1a913307) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;14368](https://github.com/gohugoio/hugo/issues/14368) #### Build Setup - Revert "release: Support alpha, beta, and RC releases" [`e66a33d`](https://github.com/gohugoio/hugo/commit/e66a33d3) [@&#8203;bep](https://github.com/bep) [#&#8203;14448](https://github.com/gohugoio/hugo/issues/14448) #### Documentation - misc: Update image processing description in README.md [`b3ea2a5`](https://github.com/gohugoio/hugo/commit/b3ea2a5f) [@&#8203;jmooring](https://github.com/jmooring) - docs: Update docs.yaml [`67b5435`](https://github.com/gohugoio/hugo/commit/67b54354) [@&#8203;jmooring](https://github.com/jmooring) - Make docs helper maxAge JSON output user friendly [`5a64551`](https://github.com/gohugoio/hugo/commit/5a64551a) [@&#8203;bep](https://github.com/bep) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45My4xIiwidXBkYXRlZEluVmVyIjoiNDIuOTMuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
chore(deps): update dependency gohugoio/hugo to v0.155.0
All checks were successful
Build and deploy Hugo to Netlify / build-and-deploy (pull_request) Successful in 4m2s
c3f3917ff0
## Netlify Deploy Results **site_id:** 3ecf8133-3fc8-4617-82d0-f8a39b84b843 **site_name:** critic-whistles-17050 **deploy_id:** 697a513ba71eac6475613ce6 **deploy_url:** https://pr-91--critic-whistles-17050.netlify.app **logs:** https://app.netlify.com/projects/critic-whistles-17050/deploys/697a513ba71eac6475613ce6 **function_logs:** https://app.netlify.com/projects/critic-whistles-17050/logs/functions?scope=deploy:697a513ba71eac6475613ce6 **edge_function_logs:** https://app.netlify.com/projects/critic-whistles-17050/logs/edge-functions?scope=deployid:697a513ba71eac6475613ce6
onlyhavecans deleted branch renovate/gohugoio-hugo-0.x 2026-01-29 11:39:50 -08:00
Sign in to join this conversation.
No description provided.