Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Hugo version to 0.138.0 #59

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Nov 7, 2024

Update Hugo from upstream

Update Dockerfile ARG HUGO_VERSION

changed lines [3] of file "/tmp/updatecli/github/hostwithquantum/hugo-docker/Dockerfile"

0.138.0
Release published on the 2024-11-06 12:00:43 +0000 UTC at the url https://github.com/gohugoio/hugo/releases/tag/v0.138.0

This release soft deprecates [Page.Scratch](https://gohugo.io/methods/page/scratch/) and aliases it to [Page.Store](https://gohugo.io/methods/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

* Fix concurrent map read and map write in short page lookups 95e2d5beb @bep #13019 
* Alias Page.Scratch to Page.Store (note) 2c3efc810 @bep #13016 


GitHub Action workflow link
Updatecli logo

Created automatically by Updatecli

Options:

Most of Updatecli configuration is done via its manifest(s).

  • If you close this pull request, Updatecli will automatically reopen it, the next time it runs.
  • If you close this pull request and delete the base branch, Updatecli will automatically recreate it, erasing all previous commits made.

Feel free to report any issues at github.com/updatecli/updatecli.
If you find this tool useful, do not hesitate to star our GitHub repository as a sign of appreciation, and/or to tell us directly on our chat!

Made with ❤️️ by updatecli
@github-actions github-actions bot added enhancement New feature or request dependencies Pull requests that update a dependency file labels Nov 7, 2024
@till till merged commit 76290f1 into main Nov 7, 2024
@till till deleted the updatecli_main_c3f260af5eb5e470291435750165b81eaf56e3e630d389a485122238aba7ac7b branch November 7, 2024 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant