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

Bump Hugo version to 0.138.0 #552

Conversation

jenkins-infra-updatecli[bot]
Copy link
Contributor

@jenkins-infra-updatecli jenkins-infra-updatecli bot commented Nov 7, 2024

Bump Hugo version

Update Hugo version in docker image name in docker-compose.yaml

change detected: * key "$.services.status.image" updated from "hugomods/hugo:ci-0.128.0" to "hugomods/hugo:ci-0.138.0", in file "docker-compose.yaml"

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 


Update Hugo version in the Netlify configuration file

1 file(s) updated with "HUGO_VERSION = \"0.138.0\"": * netlify.toml

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 


Jenkins pipeline 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!

@jenkins-infra-updatecli jenkins-infra-updatecli bot added the dependencies Pull requests that update a dependency file label Nov 7, 2024
@jenkins-infra-updatecli jenkins-infra-updatecli bot force-pushed the updatecli_main_aa48033eaa9125c18d284d579cf9ba65a17df36203a775479df317fccdc725d3 branch from d405c0e to dadce61 Compare November 8, 2024 09:35
docker-compose.yaml Outdated Show resolved Hide resolved
Copy link
Contributor

@dduportal dduportal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

YAML parsing error

@jenkins-infra-updatecli jenkins-infra-updatecli bot force-pushed the updatecli_main_aa48033eaa9125c18d284d579cf9ba65a17df36203a775479df317fccdc725d3 branch 6 times, most recently from fd3a733 to ecc421e Compare November 14, 2024 09:35
jenkins-infra-updatecli added 2 commits November 14, 2024 14:51
@jenkins-infra-updatecli jenkins-infra-updatecli bot force-pushed the updatecli_main_aa48033eaa9125c18d284d579cf9ba65a17df36203a775479df317fccdc725d3 branch from 894ee07 to 1803730 Compare November 14, 2024 14:51
@dduportal dduportal enabled auto-merge (squash) November 14, 2024 15:22
@dduportal dduportal merged commit 417317f into main Nov 14, 2024
6 checks passed
@dduportal dduportal deleted the updatecli_main_aa48033eaa9125c18d284d579cf9ba65a17df36203a775479df317fccdc725d3 branch November 14, 2024 15:22
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant