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

chore: bump github.com/gohugoio/hugo from 0.126.1 to 0.127.0 #13514

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

Bumps github.com/gohugoio/hugo from 0.126.1 to 0.127.0.

Release notes

Sourced from github.com/gohugoio/hugo's releases.

v0.127.0

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/**']
hugodemo__v0127.mp4

What's Changed

v0.126.3

  • content adapter: Fix site.GetPage using the base part of the path 917199a94 @​bep #12561
  • resources/page: Deprecate .Sites.First in favor of .Sites.Default c8dac67de @​jmooring #12513
  • metrics: Increase maximum length of cumulative duration to 15 0068f0329 @​razonyang
  • content adapter: Handle more separator in content.value 0221ddb39 @​bep #12556

v0.126.2

Bug fixes

  • content adapter: Fix server crash on partial edit 1464091ad @​bep #12538
  • content adapter: Fix issue with content starting out with a shortcode 519f41dbd @​bep #12544
  • tpl/tplimpl: Resolve render hook destinations with leading ./ b893a09aa @​jmooring #12514

Improvements

  • Delete .github/workflows/test-dart-sass-v1.yml 2c88e454d @​bep
  • commands: Add shorthand flags -M (--renderToMemory) and -N (--navigateToChanged) eaa42a875 @​bep #12530
  • content adapter: Add support for menus in AddPage 245928a1f @​bep #12507
  • hugolib: Allow override of sitemap file name 7f3061723 @​jmooring #12525
  • commands: Improve list command 931e096f2 @​jmooring #12520

... (truncated)

Commits
  • 74e0f3b releaser: Bump versions for release of 0.127.0
  • 2b05a50 Misc remote HTTP/content adapter enhancements
  • bc05d85 resources: Fix spelling
  • be47830 deps: Upgrade github.com/gohugoio/httpcache v0.6.0 => v0.7.0
  • 447108f Add a HTTP cache for remote resources.
  • c71e24a releaser: Prepare repository for 0.127.0-DEV
  • 44f1edc releaser: Bump versions for release of 0.126.3
  • 917199a content adapter: Fix site.GetPage using the base part of the path
  • c8dac67 resources/page: Deprecate .Sites.First in favor of .Sites.Default
  • 0068f03 metrics: Increase maximum length of cumulative duration to 15
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.126.1 to 0.127.0.
- [Release notes](https://github.com/gohugoio/hugo/releases)
- [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.toml)
- [Commits](gohugoio/hugo@v0.126.1...v0.127.0)

---
updated-dependencies:
- dependency-name: github.com/gohugoio/hugo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions github-actions bot added the stale This issue is like stale bread. label Jun 18, 2024
@github-actions github-actions bot closed this Jun 22, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 22, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/gohugoio/hugo-0.127.0 branch June 22, 2024 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale This issue is like stale bread.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants