Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 26, 2024

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Update Change
hugo minor 0.133.0 -> 0.153.1

Release Notes

gohugoio/hugo (hugo)

v0.153.1

Compare Source

[!note]
This is a bug fix release. See the main release for a list of new features.

v0.153.0

Compare Source

[!note]
There is a newer bug fix release available here.

This is a good one! Hugo v0.153.0 comes with a powerful new multidimensional content model (languages, versions and roles) and completely overhauls WebP image support, and much more:

  • For the new multidimensional content model, start reading sites matrix and sites complements. The matrix is what gets written to disk, complements allows e.g. a site in Swedish to fill in missing gaps in the site in Norwegian's page and resource collections. Also see the new Rotate method, that allows you to rotate the content tree in a given dimension.
  • For WebP we now build a WASM version of libwebp (v1.6.0) and run it in the Wazero runtime. We use this for both encoding and decoding. This solves an old and annoying issue with Go's stdlib's decoder, with loss of contrast and muted colors in some photos, but it also means that you don't need the extended version of Hugo to handle WebP images. And, drum roll, we now also support animated WebP, including converting to and from animated GIFs.
  • For MacOS, we now build signed and notarised pkg installers.

Also:

Notes

  • tpl/css: Deprecate libsass in favor of dartsass (note) 9937a5d @​bep #​14261
  • Build Order: Hugo builds sites based on the sorted dimensions (see below). In earlier versions, we built the sites starting with the default content language. This change is also reflected in the sort order of .Site.Sites to make it consistent with .Site.Languages.
  • Sort Order: The dimensions are sorted as follows, which affects build order and complement selection:
    • languages: By weight, then by name.
    • versions: By weight, then by semantic versioning (descending).
    • roles: By weight, then by name.
  • Deprecations:
  • Logging: We no longer log warnings about potential duplicate content paths, as this becomes impractical to reason about with a
    complex sites matrix.

Bug fixes

Improvements

Dependency Updates

Build Setup

Documentation

v0.152.2

Compare Source

In v0.152.0 we tightened the source validation for file mounts. We always said that project mounts can mount with absolute file/directorynames, modules/themes are restricted to relative. In v0.152.0 we narrowed module/themes mounts to be local, which made the setup in the bug report listed below fail:

[[module.mounts]]
source = '../../node_modules/bootstrap'
target = 'assets/vendor/bootstrap'

One part of this is security. But the construct above is usually very odd (the project uses files in a theme/module, not the other way around) and not very portable. But the example above demonstrates a valid exception, that we now have added support for in a portable way. The above example now works as it did before v0.152.0, but going forward you can also write:

[[module.mounts]]
source = 'node_modules/bootstrap'
target = 'assets/vendor/bootstrap'

We now have the node_modules as a special case: For themes/modules we first check if the mounted source exists locally, if not we try relative to the project root.

What's Changed

v0.152.1

Compare Source

These fixes are are all related to the YAML library upgrade in v0.152.0.

v0.152.0

Compare Source

The big new thing and the motivation behind this release is the upgrade to a more modern YAML library in @​goccy 's github.com/goccy/go-yaml. It's been a surprisingly long and winding road to get here. Note that this upgrade comes with some minor breaking changes, most notably that the old YAML 1.1 spec listed a set of strings that, when unquoted, were treated as boolean true or false. So if you're using any of the values in the table below as booleans, you need to adjust your YAML, but I suspect that fixing this very surprising behavior will fix more issues than it introduces. A big new thing with this new YAML library is the support for YAML anchors and aliases which helps to reduce duplication in e.g. your configuration. There are some examples in Hugo's release build configuration and in the Hugo's CI release setup.

Values Old meaning New meaning
yes, Yes, YES, y, Y, on, On, ON true (bool) yes, Yes, YES, y, Y, on, On, ON (string)
no, No, NO, n, N, off, Off, OFF false (bool) no, No, NO, n, N, off, Off, OFF (string)

Note

Improvements

Dependency Updates

Build Setup

v0.151.2

Compare Source

What's Changed

v0.151.1

Compare Source

This release is mostly motivated by some upstream security fixes:

I, @​bep, have inspected the above issues, and none of them seem to be relevant for Hugo, but we understand that many want to have a clean security report.

Bug fixes

Improvements

Dependency Updates

v0.151.0

Compare Source

Some notable new features in Hugo v0.151.0 are:

Note

Improvements and bug fixes

Dependency Updates

v0.150.1

Compare Source

What's Changed

v0.150.0

Compare Source

The big new feature in this relase is the new version config option on Module imports, which allows you to set the requested module version query directly in your Hugo configuration (e.g. hugo.toml). This is a feature that have been requested by many, and I (@​bep) was reminded about it by this recent thread, which also outlines a common use case for this: Mounting multiple old versions/branches of API documentation into the project.

What's Changed

v0.149.1

Compare Source

The main motivation behind this release is the Go 1.25.1 upgrade, which comes with a security fix. Hugo does not use the feature in question, but we understand that many Hugo users like to have a clean security report.

Note

Note that CSS minification now targets CSS3, removing certain optimizations that were specific to CSS2.

What's Changed

v0.149.0

Compare Source

[!NOTE]
If running on Netlify, make sure you have configured your build with their latest build image, see this issue.

Hugo v0.149.0 comes with bug fixes and a set of new features/improvements, notably:

Note

Bug fixes

Improvements


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 was generated by Mend Renovate. View the repository job log.

@netlify
Copy link

netlify bot commented Aug 26, 2024

Deploy Preview for ffddorf-exto failed.

Name Link
🔨 Latest commit c474d9f
🔍 Latest deploy log https://app.netlify.com/projects/ffddorf-exto/deploys/6946e6868b6df60008f356fc

@renovate renovate bot force-pushed the renovate/hugo-0.x branch from 22f467d to 5d5c148 Compare September 3, 2024 13:17
@renovate renovate bot changed the title Update dependency hugo to v0.133.1 Update dependency hugo to v0.134.0 Sep 3, 2024
@renovate renovate bot changed the title Update dependency hugo to v0.134.0 Update dependency hugo to v0.134.1 Sep 5, 2024
@renovate renovate bot force-pushed the renovate/hugo-0.x branch from 5d5c148 to 2d71be8 Compare September 5, 2024 12:06
@renovate renovate bot changed the title Update dependency hugo to v0.134.1 Update dependency hugo to v0.134.2 Sep 10, 2024
@renovate renovate bot force-pushed the renovate/hugo-0.x branch from 2d71be8 to 0cef5c8 Compare September 10, 2024 15:29
@renovate renovate bot changed the title Update dependency hugo to v0.134.2 Update dependency hugo to v0.134.3 Sep 19, 2024
@renovate renovate bot force-pushed the renovate/hugo-0.x branch from 0cef5c8 to f05373b Compare September 19, 2024 16:33
@renovate renovate bot changed the title Update dependency hugo to v0.134.3 Update dependency hugo to v0.135.0 Sep 27, 2024
@renovate renovate bot force-pushed the renovate/hugo-0.x branch from f05373b to db0829c Compare September 27, 2024 16:39
@renovate renovate bot changed the title Update dependency hugo to v0.135.0 Update dependency hugo to v0.136.0 Oct 15, 2024
@renovate renovate bot force-pushed the renovate/hugo-0.x branch 2 times, most recently from 8860a54 to 578761b Compare October 16, 2024 20:01
@renovate renovate bot changed the title Update dependency hugo to v0.136.0 Update dependency hugo to v0.136.1 Oct 16, 2024
@renovate renovate bot changed the title Update dependency hugo to v0.136.1 Update dependency hugo to v0.136.2 Oct 17, 2024
@renovate renovate bot force-pushed the renovate/hugo-0.x branch 2 times, most recently from b839f5b to 4b7dcb7 Compare October 21, 2024 15:13
@renovate renovate bot changed the title Update dependency hugo to v0.136.2 Update dependency hugo to v0.136.3 Oct 21, 2024
@renovate renovate bot force-pushed the renovate/hugo-0.x branch from 4b7dcb7 to 97939e9 Compare October 22, 2024 09:32
@renovate renovate bot changed the title Update dependency hugo to v0.136.3 Update dependency hugo to v0.136.4 Oct 22, 2024
@renovate renovate bot changed the title Update dependency hugo to v0.136.4 Update dependency hugo to v0.136.5 Oct 24, 2024
@renovate renovate bot force-pushed the renovate/hugo-0.x branch from 97939e9 to 601bf4a Compare October 24, 2024 14:05
@renovate renovate bot force-pushed the renovate/hugo-0.x branch from 601bf4a to f245238 Compare November 4, 2024 19:07
@renovate renovate bot changed the title Update dependency hugo to v0.136.5 Update dependency hugo to v0.137.0 Nov 4, 2024
@renovate renovate bot force-pushed the renovate/hugo-0.x branch from f245238 to 80a71ce Compare November 5, 2024 14:50
@renovate renovate bot changed the title Update dependency hugo to v0.137.0 Update dependency hugo to v0.137.1 Nov 5, 2024
@renovate renovate bot changed the title Update dependency hugo to v0.137.1 Update dependency hugo to v0.138.0 Nov 6, 2024
@renovate renovate bot force-pushed the renovate/hugo-0.x branch from 80a71ce to bf237f2 Compare November 6, 2024 13:23
@renovate renovate bot force-pushed the renovate/hugo-0.x branch from bf237f2 to 6ad7fbf Compare November 18, 2024 17:18
@renovate renovate bot changed the title Update dependency hugo to v0.147.9 Update dependency hugo to v0.148.0 Jul 8, 2025
@renovate renovate bot force-pushed the renovate/hugo-0.x branch from b8d259c to c22d7a3 Compare July 11, 2025 15:27
@renovate renovate bot changed the title Update dependency hugo to v0.148.0 Update dependency hugo to v0.148.1 Jul 11, 2025
@renovate renovate bot force-pushed the renovate/hugo-0.x branch from c22d7a3 to 43bae1d Compare July 27, 2025 13:37
@renovate renovate bot changed the title Update dependency hugo to v0.148.1 Update dependency hugo to v0.148.2 Jul 27, 2025
@renovate renovate bot force-pushed the renovate/hugo-0.x branch from 43bae1d to f9aa11e Compare August 27, 2025 19:35
@renovate renovate bot changed the title Update dependency hugo to v0.148.2 Update dependency hugo to v0.149.0 Aug 27, 2025
@renovate renovate bot force-pushed the renovate/hugo-0.x branch from f9aa11e to 4598278 Compare September 4, 2025 16:32
@renovate renovate bot changed the title Update dependency hugo to v0.149.0 Update dependency hugo to v0.149.1 Sep 4, 2025
@renovate renovate bot force-pushed the renovate/hugo-0.x branch from 4598278 to 2395f6a Compare September 8, 2025 18:39
@renovate renovate bot changed the title Update dependency hugo to v0.149.1 Update dependency hugo to v0.150.0 Sep 8, 2025
@renovate renovate bot force-pushed the renovate/hugo-0.x branch from 2395f6a to db0e7a2 Compare September 25, 2025 14:04
@renovate renovate bot changed the title Update dependency hugo to v0.150.0 Update dependency hugo to v0.150.1 Sep 25, 2025
@renovate renovate bot force-pushed the renovate/hugo-0.x branch from db0e7a2 to 9ff87e9 Compare October 2, 2025 16:47
@renovate renovate bot changed the title Update dependency hugo to v0.150.1 Update dependency hugo to v0.151.0 Oct 2, 2025
@renovate renovate bot force-pushed the renovate/hugo-0.x branch from 9ff87e9 to e5a7bd8 Compare October 15, 2025 17:11
@renovate renovate bot changed the title Update dependency hugo to v0.151.0 Update dependency hugo to v0.151.1 Oct 15, 2025
@renovate renovate bot force-pushed the renovate/hugo-0.x branch from e5a7bd8 to 19054f7 Compare October 16, 2025 20:56
@renovate renovate bot changed the title Update dependency hugo to v0.151.1 Update dependency hugo to v0.151.2 Oct 16, 2025
@renovate renovate bot force-pushed the renovate/hugo-0.x branch from 19054f7 to de918c8 Compare October 22, 2025 06:52
@renovate renovate bot changed the title Update dependency hugo to v0.151.2 Update dependency hugo to v0.152.0 Oct 22, 2025
@renovate renovate bot force-pushed the renovate/hugo-0.x branch from de918c8 to 3278d6c Compare October 22, 2025 21:28
@renovate renovate bot changed the title Update dependency hugo to v0.152.0 Update dependency hugo to v0.152.1 Oct 22, 2025
@renovate renovate bot force-pushed the renovate/hugo-0.x branch from 3278d6c to 2581039 Compare October 25, 2025 00:03
@renovate renovate bot changed the title Update dependency hugo to v0.152.1 Update dependency hugo to v0.152.2 Oct 25, 2025
@renovate renovate bot force-pushed the renovate/hugo-0.x branch from 2581039 to e7c902b Compare December 19, 2025 14:14
@renovate renovate bot changed the title Update dependency hugo to v0.152.2 Update dependency hugo to v0.153.0 Dec 19, 2025
@renovate renovate bot force-pushed the renovate/hugo-0.x branch from e7c902b to c474d9f Compare December 20, 2025 18:10
@renovate renovate bot changed the title Update dependency hugo to v0.153.0 Update dependency hugo to v0.153.1 Dec 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant