chore(deps): update dependency gohugoio/hugo to v0.127.0 #146

Merged
xoxys merged 1 commits from renovate/gohugoio-hugo-0.x into main 2024-06-08 12:51:51 +02:00
Member

This PR contains the following updates:

Package Update Change
gohugoio/hugo minor v0.125.7 -> v0.127.0

Release Notes

gohugoio/hugo (gohugoio/hugo)

v0.127.0

Compare Source

This release brings proper HTTP caching and live reloading of remote resources fetched with resources.GetRemote, especially useful when used with content adapters.

Note that this isn't enabled out of the box, so if you need this, you need to add some configuration. The demo below is configured as:

[httpcache]
[httpcache.cache]
[httpcache.cache.for]
includes = ['https://sheets.googleapis.com/**']
[[httpcache.polls]]
low  = '1s'
high = '30s'
[httpcache.polls.for]
includes = ['https://sheets.googleapis.com/**']

https://github.com/gohugoio/hugo/assets/394382/85ecc217-3342-4ed2-ae8a-ed357a658b64

What's Changed

v0.126.3

Compare Source

v0.126.2

Compare Source

Bug fixes

Improvements

v0.126.1

Compare Source

What's Changed

v0.126.0

Compare Source

This release brings, drum roll, a long-awaited Hugo feature that has had many names. At one point we named it pages from data. You can read all about it in the documentation where it's titled Content Adapters.

Also worth mentioning are the new Extras Goldmark Extensions, which allows you to enable Markdown syntax for inserted text, mark text, subscript and superscript. A big thanks to @​bowman2001 for the implementation.

Improvements

Dependency Updates

Documentation

Build Setup


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gohugoio/hugo](https://github.com/gohugoio/hugo) | minor | `v0.125.7` -> `v0.127.0` | --- ### Release Notes <details> <summary>gohugoio/hugo (gohugoio/hugo)</summary> ### [`v0.127.0`](https://github.com/gohugoio/hugo/releases/tag/v0.127.0) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.126.3...v0.127.0) This release brings proper [HTTP caching and live reloading](https://gohugo.io/getting-started/configuration/#configure-http-cache) of remote resources fetched with [resources.GetRemote](https://gohugo.io/functions/resources/getremote/), especially useful when used with [content adapters](https://gohugo.io/content-management/content-adapters/). Note that this isn't enabled out of the box, so if you need this, you need to add some configuration. The demo below is configured as: ```toml [httpcache] [httpcache.cache] [httpcache.cache.for] includes = ['https://sheets.googleapis.com/**'] [[httpcache.polls]] low = '1s' high = '30s' [httpcache.polls.for] includes = ['https://sheets.googleapis.com/**'] ``` https://github.com/gohugoio/hugo/assets/394382/85ecc217-3342-4ed2-ae8a-ed357a658b64 #### What's Changed - Add a HTTP cache for and polling configuration for remote resources. [`447108f`](https://github.com/gohugoio/hugo/commit/447108fed) [@&#8203;bep](https://github.com/bep) [#&#8203;12502](https://github.com/gohugoio/hugo/issues/12502) [#&#8203;11891](https://github.com/gohugoio/hugo/issues/11891) - Misc remote HTTP/content adapter enhancements [`2b05a50`](https://github.com/gohugoio/hugo/commit/2b05a50f8) [@&#8203;bep](https://github.com/bep) [#&#8203;12502](https://github.com/gohugoio/hugo/issues/12502) [#&#8203;12570](https://github.com/gohugoio/hugo/issues/12570) ### [`v0.126.3`](https://github.com/gohugoio/hugo/releases/tag/v0.126.3) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.126.2...v0.126.3) - content adapter: Fix site.GetPage using the base part of the path [`917199a`](https://github.com/gohugoio/hugo/commit/917199a94) [@&#8203;bep](https://github.com/bep) [#&#8203;12561](https://github.com/gohugoio/hugo/issues/12561) - resources/page: Deprecate .Sites.First in favor of .Sites.Default [`c8dac67`](https://github.com/gohugoio/hugo/commit/c8dac67de) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;12513](https://github.com/gohugoio/hugo/issues/12513) - metrics: Increase maximum length of cumulative duration to 15 [`0068f03`](https://github.com/gohugoio/hugo/commit/0068f0329) [@&#8203;razonyang](https://github.com/razonyang) - content adapter: Handle more separator in content.value [`0221ddb`](https://github.com/gohugoio/hugo/commit/0221ddb39) [@&#8203;bep](https://github.com/bep) [#&#8203;12556](https://github.com/gohugoio/hugo/issues/12556) ### [`v0.126.2`](https://github.com/gohugoio/hugo/releases/tag/v0.126.2) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.126.1...v0.126.2) #### Bug fixes - content adapter: Fix server crash on partial edit [`1464091`](https://github.com/gohugoio/hugo/commit/1464091ad) [@&#8203;bep](https://github.com/bep) [#&#8203;12538](https://github.com/gohugoio/hugo/issues/12538) - content adapter: Fix issue with content starting out with a shortcode [`519f41d`](https://github.com/gohugoio/hugo/commit/519f41dbd) [@&#8203;bep](https://github.com/bep) [#&#8203;12544](https://github.com/gohugoio/hugo/issues/12544) - tpl/tplimpl: Resolve render hook destinations with leading ./ [`b893a09`](https://github.com/gohugoio/hugo/commit/b893a09aa) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;12514](https://github.com/gohugoio/hugo/issues/12514) #### Improvements - Delete .github/workflows/test-dart-sass-v1.yml [`2c88e45`](https://github.com/gohugoio/hugo/commit/2c88e454d) [@&#8203;bep](https://github.com/bep) - commands: Add shorthand flags -M (--renderToMemory) and -N (--navigateToChanged) [`eaa42a8`](https://github.com/gohugoio/hugo/commit/eaa42a875) [@&#8203;bep](https://github.com/bep) [#&#8203;12530](https://github.com/gohugoio/hugo/issues/12530) - content adapter: Add support for menus in AddPage [`245928a`](https://github.com/gohugoio/hugo/commit/245928a1f) [@&#8203;bep](https://github.com/bep) [#&#8203;12507](https://github.com/gohugoio/hugo/issues/12507) - hugolib: Allow override of sitemap file name [`7f30617`](https://github.com/gohugoio/hugo/commit/7f3061723) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;12525](https://github.com/gohugoio/hugo/issues/12525) - commands: Improve list command [`931e096`](https://github.com/gohugoio/hugo/commit/931e096f2) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;12520](https://github.com/gohugoio/hugo/issues/12520) - config: Remove extraneous BuildConfig setting [`548dc21`](https://github.com/gohugoio/hugo/commit/548dc2137) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;12519](https://github.com/gohugoio/hugo/issues/12519) - Also warn about duplicate content paths with --printPathWarnings [`6b00661`](https://github.com/gohugoio/hugo/commit/6b006616e) [@&#8203;bep](https://github.com/bep) [#&#8203;12511](https://github.com/gohugoio/hugo/issues/12511) ### [`v0.126.1`](https://github.com/gohugoio/hugo/releases/tag/v0.126.1) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.126.0...v0.126.1) #### What's Changed - Fix mixed case Page params handling in content adapters [`39cf906`](https://github.com/gohugoio/hugo/commit/39cf906bc) [@&#8203;bep](https://github.com/bep) [#&#8203;12497](https://github.com/gohugoio/hugo/issues/12497) - Fix paths with dots issue with content adapters [`1aacfce`](https://github.com/gohugoio/hugo/commit/1aacfced3) [@&#8203;bep](https://github.com/bep) [#&#8203;12493](https://github.com/gohugoio/hugo/issues/12493) ### [`v0.126.0`](https://github.com/gohugoio/hugo/releases/tag/v0.126.0) [Compare Source](https://github.com/gohugoio/hugo/compare/v0.125.7...v0.126.0) This release brings, drum roll, a long-awaited Hugo feature that has had many names. At one point we named it *pages from data*. You can read all about it in the documentation where it's titled [Content Adapters](https://gohugo.io/content-management/content-adapters/). Also worth mentioning are the new [Extras Goldmark Extensions](https://gohugo.io/getting-started/configuration-markup/#extras-extension), which allows you to enable Markdown syntax for inserted text, mark text, subscript and superscript. A big thanks to [@&#8203;bowman2001](https://github.com/bowman2001) for the implementation. #### Improvements - tpl/tplimpl: Plainify title and description in twitter_cards.html [`74ab839`](https://github.com/gohugoio/hugo/commit/74ab839cc) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;12433](https://github.com/gohugoio/hugo/issues/12433) - tpl/tplimpl: Plainify title and description in schema.html [`92290aa`](https://github.com/gohugoio/hugo/commit/92290aa89) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;12432](https://github.com/gohugoio/hugo/issues/12432) - resources/images: Handle NaN EXIF latitude and longitude [`6dbbe6d`](https://github.com/gohugoio/hugo/commit/6dbbe6dd3) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;12490](https://github.com/gohugoio/hugo/issues/12490) - Create pages from \_content.gotmpl [`e2d66e3`](https://github.com/gohugoio/hugo/commit/e2d66e321) [@&#8203;bep](https://github.com/bep) [#&#8203;12427](https://github.com/gohugoio/hugo/issues/12427) [#&#8203;12485](https://github.com/gohugoio/hugo/issues/12485) [#&#8203;6310](https://github.com/gohugoio/hugo/issues/6310) [#&#8203;5074](https://github.com/gohugoio/hugo/issues/5074) - create/skeletons: Remove superfluous language code fallback [`55dea41`](https://github.com/gohugoio/hugo/commit/55dea41c1) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;12479](https://github.com/gohugoio/hugo/issues/12479) - tpl/tplimpl: Improve locale value in opengraph.html [`87ab7f7`](https://github.com/gohugoio/hugo/commit/87ab7f7ff) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;12480](https://github.com/gohugoio/hugo/issues/12480) - tpl/tplimpl: Retain query string and fragment in render-image.html [`6dfeb9f`](https://github.com/gohugoio/hugo/commit/6dfeb9f03) [@&#8203;jmooring](https://github.com/jmooring) [#&#8203;12468](https://github.com/gohugoio/hugo/issues/12468) - markup/goldmark: Support extras extension [`ca9a77e`](https://github.com/gohugoio/hugo/commit/ca9a77ef9) [@&#8203;jmooring](https://github.com/jmooring) #### Dependency Updates - build(deps): bump golang.org/x/net from 0.24.0 to 0.25.0 [`ee26e69`](https://github.com/gohugoio/hugo/commit/ee26e69ce) [@&#8203;dependabot](https://github.com/dependabot)\[bot] - build(deps): bump golang.org/x/image from 0.15.0 to 0.16.0 [`6e83d00`](https://github.com/gohugoio/hugo/commit/6e83d00a8) [@&#8203;dependabot](https://github.com/dependabot)\[bot] #### Documentation - docs: Regen docshelper [`2661402`](https://github.com/gohugoio/hugo/commit/266140251) [@&#8203;bep](https://github.com/bep) #### Build Setup - livereload: Improve the livereload script build and update to v4.0.2 [`d02f062`](https://github.com/gohugoio/hugo/commit/d02f0622b) [@&#8203;bep](https://github.com/bep) [#&#8203;12451](https://github.com/gohugoio/hugo/issues/12451) [#&#8203;6290](https://github.com/gohugoio/hugo/issues/6290) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTguMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovator added 1 commit 2024-05-14 16:01:41 +02:00
chore(deps): update dependency gohugoio/hugo to v0.126.0
All checks were successful
ci/woodpecker/pr/build-package Pipeline was successful
ci/woodpecker/pr/build-container Pipeline was successful
ci/woodpecker/pr/docs Pipeline was successful
9c30ce6b9a
renovator force-pushed renovate/gohugoio-hugo-0.x from 9c30ce6b9a to a3ca4f8a27 2024-05-15 13:01:47 +02:00 Compare
renovator changed title from chore(deps): update dependency gohugoio/hugo to v0.126.0 to chore(deps): update dependency gohugoio/hugo to v0.126.1 2024-05-15 13:01:48 +02:00
renovator force-pushed renovate/gohugoio-hugo-0.x from a3ca4f8a27 to b6564be96b 2024-05-30 19:01:49 +02:00 Compare
renovator changed title from chore(deps): update dependency gohugoio/hugo to v0.126.1 to chore(deps): update dependency gohugoio/hugo to v0.126.2 2024-05-30 19:01:50 +02:00
renovator force-pushed renovate/gohugoio-hugo-0.x from b6564be96b to 9a2c8503a9 2024-06-02 15:32:01 +02:00 Compare
renovator changed title from chore(deps): update dependency gohugoio/hugo to v0.126.2 to chore(deps): update dependency gohugoio/hugo to v0.126.3 2024-06-02 15:32:02 +02:00
renovator force-pushed renovate/gohugoio-hugo-0.x from 9a2c8503a9 to eb4ab21190 2024-06-05 13:02:04 +02:00 Compare
renovator changed title from chore(deps): update dependency gohugoio/hugo to v0.126.3 to chore(deps): update dependency gohugoio/hugo to v0.127.0 2024-06-05 13:02:04 +02:00
xoxys merged commit 1e88892117 into main 2024-06-08 12:51:51 +02:00
xoxys deleted branch renovate/gohugoio-hugo-0.x 2024-06-08 12:51:51 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: container/hugo#146
No description provided.