gohugoio/hugo (gohugoio/hugo)
### [`v0.117.0`](https://togithub.com/gohugoio/hugo/releases/tag/v0.117.0)
[Compare Source](https://togithub.com/gohugoio/hugo/compare/v0.116.1...v0.117.0)
This is a release on the small side, but. especially the new `Page.RenderShortcodes` method is so useful, especially for bigger sites, that we decided to get it out sooner rather than later. This method renders all the shortcodes in the content, preserving the surrounding markup (e.g. Markdown) as is. See the [Hugo Documentation](https://gohugo.io/variables/page/#rendershortcodes) for more information.
#### Improvements
- Add Page.RenderShortcodes [`ade7ec8`](https://togithub.com/gohugoio/hugo/commit/ade7ec818) [@bep](https://togithub.com/bep) [#7297](https://togithub.com/gohugoio/hugo/issues/7297)
- testing: Write test caches to /tmp [`16da1ad`](https://togithub.com/gohugoio/hugo/commit/16da1ade7) [@bep](https://togithub.com/bep) [#11327](https://togithub.com/gohugoio/hugo/issues/11327)
- Add retry in resources.GetRemote for temporary HTTP errors [`a3d42a2`](https://togithub.com/gohugoio/hugo/commit/a3d42a277) [@bep](https://togithub.com/bep) [#11312](https://togithub.com/gohugoio/hugo/issues/11312)
#### Dependency Updates
- build(deps): bump golang.org/x/net from 0.13.0 to 0.14.0 [`0de81c6`](https://togithub.com/gohugoio/hugo/commit/0de81c643) [@dependabot](https://togithub.com/dependabot)\[bot]
- build(deps): bump golang.org/x/image from 0.10.0 to 0.11.0 [`d4a6c16`](https://togithub.com/gohugoio/hugo/commit/d4a6c16c1) [@dependabot](https://togithub.com/dependabot)\[bot]
- deps: Sync go-i18n with upstream [`2e6191b`](https://togithub.com/gohugoio/hugo/commit/2e6191b2e) [@bep](https://togithub.com/bep) [#11336](https://togithub.com/gohugoio/hugo/issues/11336)
- build(deps): bump gocloud.dev from 0.24.0 to 0.33.0 [`2c20fd5`](https://togithub.com/gohugoio/hugo/commit/2c20fd557) [@dependabot](https://togithub.com/dependabot)\[bot]
- build(deps): bump golang.org/x/net from 0.11.0 to 0.13.0 [`243736e`](https://togithub.com/gohugoio/hugo/commit/243736e75) [@dependabot](https://togithub.com/dependabot)\[bot]
- build(deps): bump github.com/marekm4/color-extractor from 1.2.0 to 1.2.1 [`bf891c2`](https://togithub.com/gohugoio/hugo/commit/bf891c225) [@dependabot](https://togithub.com/dependabot)\[bot]
- build(deps): bump github.com/frankban/quicktest from 1.14.5 to 1.14.6 [`da0df0a`](https://togithub.com/gohugoio/hugo/commit/da0df0ada) [@dependabot](https://togithub.com/dependabot)\[bot]
- build(deps): bump golang.org/x/image from 0.9.0 to 0.10.0 [`0885f8e`](https://togithub.com/gohugoio/hugo/commit/0885f8ec2) [@dependabot](https://togithub.com/dependabot)\[bot]
- build(deps): bump github.com/clbanning/mxj/v2 from 2.5.7 to 2.7.0 [`61be050`](https://togithub.com/gohugoio/hugo/commit/61be050a9) [@dependabot](https://togithub.com/dependabot)\[bot]
- build(deps): bump golang.org/x/tools from 0.9.3 to 0.11.1 [`65af75f`](https://togithub.com/gohugoio/hugo/commit/65af75fb0) [@dependabot](https://togithub.com/dependabot)\[bot]
- build(deps): bump go.uber.org/automaxprocs from 1.5.2 to 1.5.3 [`2d75f74`](https://togithub.com/gohugoio/hugo/commit/2d75f74b8) [@dependabot](https://togithub.com/dependabot)\[bot]
- build(deps): bump github.com/hairyhenderson/go-codeowners [`2ac3d61`](https://togithub.com/gohugoio/hugo/commit/2ac3d6160) [@dependabot](https://togithub.com/dependabot)\[bot]
- build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.8 to 2.0.9 [`9dce45c`](https://togithub.com/gohugoio/hugo/commit/9dce45c25) [@dependabot](https://togithub.com/dependabot)\[bot]
#### Documentation
- Update GitHub issue template [`8fa8ce3`](https://togithub.com/gohugoio/hugo/commit/8fa8ce3e4) [@jmooring](https://togithub.com/jmooring)
- Add all config to docshelper.json [`851bf35`](https://togithub.com/gohugoio/hugo/commit/851bf3515) [@bep](https://togithub.com/bep) [#11328](https://togithub.com/gohugoio/hugo/issues/11328)
Configuration
📅 Schedule: Branch creation - "before 4am" (UTC), 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 Mend Renovate. View repository job log here.
This PR contains the following updates:
0.116.1
->0.117.0
Release Notes
gohugoio/hugo (gohugoio/hugo)
### [`v0.117.0`](https://togithub.com/gohugoio/hugo/releases/tag/v0.117.0) [Compare Source](https://togithub.com/gohugoio/hugo/compare/v0.116.1...v0.117.0) This is a release on the small side, but. especially the new `Page.RenderShortcodes` method is so useful, especially for bigger sites, that we decided to get it out sooner rather than later. This method renders all the shortcodes in the content, preserving the surrounding markup (e.g. Markdown) as is. See the [Hugo Documentation](https://gohugo.io/variables/page/#rendershortcodes) for more information. #### Improvements - Add Page.RenderShortcodes [`ade7ec8`](https://togithub.com/gohugoio/hugo/commit/ade7ec818) [@bep](https://togithub.com/bep) [#7297](https://togithub.com/gohugoio/hugo/issues/7297) - testing: Write test caches to /tmp [`16da1ad`](https://togithub.com/gohugoio/hugo/commit/16da1ade7) [@bep](https://togithub.com/bep) [#11327](https://togithub.com/gohugoio/hugo/issues/11327) - Add retry in resources.GetRemote for temporary HTTP errors [`a3d42a2`](https://togithub.com/gohugoio/hugo/commit/a3d42a277) [@bep](https://togithub.com/bep) [#11312](https://togithub.com/gohugoio/hugo/issues/11312) #### Dependency Updates - build(deps): bump golang.org/x/net from 0.13.0 to 0.14.0 [`0de81c6`](https://togithub.com/gohugoio/hugo/commit/0de81c643) [@dependabot](https://togithub.com/dependabot)\[bot] - build(deps): bump golang.org/x/image from 0.10.0 to 0.11.0 [`d4a6c16`](https://togithub.com/gohugoio/hugo/commit/d4a6c16c1) [@dependabot](https://togithub.com/dependabot)\[bot] - deps: Sync go-i18n with upstream [`2e6191b`](https://togithub.com/gohugoio/hugo/commit/2e6191b2e) [@bep](https://togithub.com/bep) [#11336](https://togithub.com/gohugoio/hugo/issues/11336) - build(deps): bump gocloud.dev from 0.24.0 to 0.33.0 [`2c20fd5`](https://togithub.com/gohugoio/hugo/commit/2c20fd557) [@dependabot](https://togithub.com/dependabot)\[bot] - build(deps): bump golang.org/x/net from 0.11.0 to 0.13.0 [`243736e`](https://togithub.com/gohugoio/hugo/commit/243736e75) [@dependabot](https://togithub.com/dependabot)\[bot] - build(deps): bump github.com/marekm4/color-extractor from 1.2.0 to 1.2.1 [`bf891c2`](https://togithub.com/gohugoio/hugo/commit/bf891c225) [@dependabot](https://togithub.com/dependabot)\[bot] - build(deps): bump github.com/frankban/quicktest from 1.14.5 to 1.14.6 [`da0df0a`](https://togithub.com/gohugoio/hugo/commit/da0df0ada) [@dependabot](https://togithub.com/dependabot)\[bot] - build(deps): bump golang.org/x/image from 0.9.0 to 0.10.0 [`0885f8e`](https://togithub.com/gohugoio/hugo/commit/0885f8ec2) [@dependabot](https://togithub.com/dependabot)\[bot] - build(deps): bump github.com/clbanning/mxj/v2 from 2.5.7 to 2.7.0 [`61be050`](https://togithub.com/gohugoio/hugo/commit/61be050a9) [@dependabot](https://togithub.com/dependabot)\[bot] - build(deps): bump golang.org/x/tools from 0.9.3 to 0.11.1 [`65af75f`](https://togithub.com/gohugoio/hugo/commit/65af75fb0) [@dependabot](https://togithub.com/dependabot)\[bot] - build(deps): bump go.uber.org/automaxprocs from 1.5.2 to 1.5.3 [`2d75f74`](https://togithub.com/gohugoio/hugo/commit/2d75f74b8) [@dependabot](https://togithub.com/dependabot)\[bot] - build(deps): bump github.com/hairyhenderson/go-codeowners [`2ac3d61`](https://togithub.com/gohugoio/hugo/commit/2ac3d6160) [@dependabot](https://togithub.com/dependabot)\[bot] - build(deps): bump github.com/pelletier/go-toml/v2 from 2.0.8 to 2.0.9 [`9dce45c`](https://togithub.com/gohugoio/hugo/commit/9dce45c25) [@dependabot](https://togithub.com/dependabot)\[bot] #### Documentation - Update GitHub issue template [`8fa8ce3`](https://togithub.com/gohugoio/hugo/commit/8fa8ce3e4) [@jmooring](https://togithub.com/jmooring) - Add all config to docshelper.json [`851bf35`](https://togithub.com/gohugoio/hugo/commit/851bf3515) [@bep](https://togithub.com/bep) [#11328](https://togithub.com/gohugoio/hugo/issues/11328)Configuration
📅 Schedule: Branch creation - "before 4am" (UTC), 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.
This PR has been generated by Mend Renovate. View repository job log here.