Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 16, 2025

This PR contains the following updates:

Package Update Change OpenSSF
gohugoio/hugo minor 0.151.0 -> 0.152.0 OpenSSF Scorecard

Release Notes

gohugoio/hugo (gohugoio/hugo)

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

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

Copy link

cloudflare-workers-and-pages bot commented Oct 16, 2025

Deploying crs-documentation with  Cloudflare Pages  Cloudflare Pages

Latest commit: 0439312
Status: ✅  Deploy successful!
Preview URL: https://9caf99cc.documentation-km5.pages.dev
Branch Preview URL: https://renovate-all-minor-patch.documentation-km5.pages.dev

View logs

@renovate renovate bot changed the title chore(deps): update dependency gohugoio/hugo to v0.151.1 in .github/workflows/test.yml chore(deps): update dependency gohugoio/hugo to v0.151.2 in .github/workflows/test.yml Oct 16, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from a250b25 to 3d076be Compare October 16, 2025 22:47
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3d076be to 0439312 Compare October 22, 2025 11:01
@renovate renovate bot added minor and removed patch labels Oct 22, 2025
@renovate renovate bot changed the title chore(deps): update dependency gohugoio/hugo to v0.151.2 in .github/workflows/test.yml chore(deps): update dependency gohugoio/hugo to v0.152.0 in .github/workflows/test.yml Oct 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants