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
|
⚠ WarningSome dependencies could not be looked up. Check the warning logs for more information.
Release Notes
gohugoio/hugo (gohugoio/hugo)
v0.138.0
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
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.