Skip to content

chore: bump github.com/gohugoio/hugo from 0.111.3 to 0.113.0 #7969

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 12, 2023

Bumps github.com/gohugoio/hugo from 0.111.3 to 0.113.0.

Release notes

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

v0.113.0

This release adds TLS/HTTPS support to hugo server (see cf38c73f and #11064 for details) entirely backed by mkcert. We still default to http which is recommended and good enough for 99% of the Hugo use, but there are some situations where you really need it.

We have added a new sub command and some new flags to hugo server to enable this:

# Installs a local CA in the system root store. You only need to do this once.
hugo server trust

Generates locally-trusted certificates (if not already created) and starts the server with TLS/HTTPS enabled.

hugo server --tlsAuto

Note that we just delegate to mkcert using its default settings, so all of their documentation is relevant.

Also note that this is currently only supported for Linux, MacOS and Windows. And if you install on Linux using Snap, you will currently get an access denied error when running hugo server trust. A workaround for that, or if you need to use some of mkcert's advanced options, is to use mkcert directly to install the local CA:

go install filippo.io/mkcert@latest
mkcert -install

You can then start the server with hugo server --tlsAuto.

If you have obtained the TLS certificate and key file by other means, you can use the --tlsCertFile and --tlsKeyFile flags. When --tlsAuto or --tlsCertFile and --tlsKeyFile is set and no --baseURL is provided as a flag, the server is started with TLS and https as the protocol.

v0.112.7

What's Changed

  • Fix menuItem.URL when pageRef is not set 5e5ce00d @​bep #11062
  • Don't inject livereload script on hugo -w a191b38a @​bep #11061
  • markup: Fix typo in function and struct names 382c726e @​alexandear
  • all: Replace deprecated ioutil with io and os 4c46f940 @​alexandear

v0.112.6

  • github: Fix Windows build 06faee5b @​bep #11052
  • Fix potential deadlock in ByParam 32585696 @​bep #11039
  • commands: Add --lang to hugo config 0ef29528 @​bep #11057
  • Make sure any default mounts show up in "hugo config" e3ae8f02 @​bep #11040
  • tpl/tplimpl: Use .Language.LanguageCode in built-in templates ff77a927 @​jmooring
  • Fail on invalid defaultContentLanguage 9cdca1f9 @​bep #11044
  • Avoid panic in invalid language config 6462eecf @​bep #11046

... (truncated)

Commits
  • 085c1b3 releaser: Bump versions for release of 0.113.0
  • 6c955cc docs: Regenerate CLI docs
  • 5446900 commands: Update CLI docs vs server and production
  • cf38c73 commands: Add TLS/HTTPS support to hugo server
  • 536bf71 releaser: Prepare repository for 0.113.0-DEV
  • ea3c95a releaser: Bump versions for release of 0.112.7
  • 5e5ce00 Fix menuItem.URL when pageRef is not set
  • a191b38 Don't inject livereload script on hugo -w
  • 382c726 markup: Fix typo in function and struct names
  • 4c46f94 all: Replace deprecated ioutil with io and os
  • 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 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)

@cdr-bot cdr-bot bot changed the title chore: Bump github.com/gohugoio/hugo from 0.111.3 to 0.113.0 chore: bump github.com/gohugoio/hugo from 0.111.3 to 0.113.0 Jun 12, 2023
@matifali
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gohugoio/hugo-0.113.0 branch 2 times, most recently from d91b59b to 8924ad1 Compare June 12, 2023 22:42
Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.111.3 to 0.113.0.
- [Release notes](https://github.com/gohugoio/hugo/releases)
- [Changelog](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.toml)
- [Commits](gohugoio/hugo@v0.111.3...v0.113.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>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gohugoio/hugo-0.113.0 branch from 8924ad1 to de48e0a Compare June 13, 2023 18:19
@coadler coadler merged commit 2992603 into main Jun 13, 2023
@coadler coadler deleted the dependabot/go_modules/github.com/gohugoio/hugo-0.113.0 branch June 13, 2023 21:50
@github-actions github-actions bot locked and limited conversation to collaborators Jun 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants