UNCLASSIFIED - NO CUI

Skip to content

Update dependency gohugoio/hugo to v0.138.0

This MR contains the following updates:

Package Type Update Change
gohugoio/hugo minor v0.137.1 -> v0.138.0
gohugoio/hugo ironbank-github minor v0.137.1 -> v0.138.0

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

gohugoio/hugo (gohugoio/hugo)

v0.138.0

Compare Source

This release soft deprecates Page.Scratch and aliases it to Page.Store. The only difference between the two has been that the Page.Scratch was reset on rebuilds, which becomes problematic when state is written by cached content (typically .Content). The original motivation behind adding a new and not changing the existing method was to avoid breakage, but in hind-sight, it would have fixed more than it broke.

This release also includes a fix for a data race that I, @​bep, introduced in v0.137.0.

What's Changed

Configuration

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

🚦 Automerge: Enabled.

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

🔕 Ignore: Close this MR and you won't be reminded about these updates again.


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

This MR has been generated by Renovate Bot.

Merge request reports