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.95.0 to 0.96.0 #622

Merged
merged 1 commit into from
Mar 29, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 28, 2022

Bumps github.com/gohugoio/hugo from 0.95.0 to 0.96.0.

Release notes

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

v0.96.0

Vertical merging of content mounts. The main topic of this release is about file mounts (see #9693). We have had a powerful and well defined merge strategy for the union filesystems for the Hugo Modules tree on the horizontal axis (left to right), but not so much for the vertical configuration within each module (e.g. multiple content mounts for the same language). It was @​jmooring who pointed out how useful this could be, and even provided this example where missing translations gets filled in from other language(s):

#------------------------------------------------------------------------------
# Content mounts
#------------------------------------------------------------------------------
EN content
[[module.mounts]]
source = 'content/en'
target = 'content'
lang = 'en'
DE content
[[module.mounts]]
source = 'content/de'
target = 'content'
lang = 'de'
NL content
[[module.mounts]]
source = 'content/nl'
target = 'content'
lang = 'nl'
#------------------------------------------------------------------------------
Fill in the missing translations
#------------------------------------------------------------------------------
This fills in the gaps in DE content with EN content
[[module.mounts]]
source = 'content/en'
target = 'content'
lang = 'de'
This fills in the gaps in NL content with EN content.
[[module.mounts]]
source = 'content/en'
target = 'content'
lang = 'nl'

Also, we have added some details to the .Err object you get when resources.GetRemote fails, which can be useful when debugging errrors (see #9708). Not you can do something like:

{{ with $result := resources.GetRemote $url }}
  {{ with .Err }}
    {{ warnf "%s: %#v" .Error .Data}}
  {{ else }}
</tr></table> 

... (truncated)

Commits
  • 2fd4a7d releaser: Bump versions for release of 0.96.0
  • 5a4ac2d releaser: Add release notes for 0.96.0
  • db1562e docs: Regen docshelper
  • 5b18e10 docs: Regen CLI docs
  • d7497b2 Merge commit 'd276e901b36d2576ef8350ed96b17f66254eac1b'
  • d276e90 Squashed 'docs/' changes from a393f4cf4..63386081c
  • 9445968 Deprecate .File.Extension
  • 9202117 resources: Add more details to .Err
  • a6fa290 commands: Change link protocol to https
  • 0bbc2fb build(deps): bump github.com/getkin/kin-openapi from 0.91.0 to 0.93.0
  • 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)

@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gohugoio/hugo-0.96.0 branch from 8b4a604 to 040dbfc Compare March 28, 2022 19:17
@kylecarbs
Copy link
Member

@dependabot rebase

@coadler coadler assigned coadler and unassigned coadler Mar 28, 2022
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gohugoio/hugo-0.96.0 branch from 040dbfc to cf95358 Compare March 28, 2022 19:32
@kylecarbs
Copy link
Member

@dependabot rebase

@kylecarbs kylecarbs self-assigned this Mar 28, 2022
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/gohugoio/hugo-0.96.0 branch 2 times, most recently from 315c906 to 96043f6 Compare March 28, 2022 22:13
@codecov
Copy link

codecov bot commented Mar 29, 2022

Codecov Report

Merging #622 (96043f6) into main (b33e457) will decrease coverage by 1.39%.
The diff coverage is n/a.

❗ Current head 96043f6 differs from pull request most recent head ae96f40. Consider uploading reports for the commit ae96f40 to get more accurate results

@@            Coverage Diff             @@
##             main     #622      +/-   ##
==========================================
- Coverage   64.30%   62.91%   -1.40%     
==========================================
  Files         198      193       -5     
  Lines       11622    11357     -265     
  Branches       85       85              
==========================================
- Hits         7474     7145     -329     
- Misses       3353     3432      +79     
+ Partials      795      780      -15     
Flag Coverage Δ
unittest-go- 62.87% <ø> (-0.56%) ⬇️
unittest-go-macos-latest ?
unittest-go-ubuntu-latest ?
unittest-go-windows-2022 ?
unittest-js 63.32% <ø> (ø)
Impacted Files Coverage Δ
cli/ssh.go 5.12% <0.00%> (-38.21%) ⬇️
cli/cliui/select.go 45.71% <0.00%> (-15.52%) ⬇️
provisionersdk/transport.go 74.46% <0.00%> (-10.64%) ⬇️
peerbroker/dial.go 75.43% <0.00%> (-8.17%) ⬇️
provisionersdk/serve.go 35.13% <0.00%> (-8.11%) ⬇️
cli/cliui/provisionerjob.go 69.78% <0.00%> (-6.48%) ⬇️
coderd/projects.go 56.45% <0.00%> (-6.46%) ⬇️
peerbroker/listen.go 81.35% <0.00%> (-6.15%) ⬇️
cli/workspacecreate.go 32.92% <0.00%> (-4.49%) ⬇️
provisionerd/provisionerd.go 77.82% <0.00%> (-4.26%) ⬇️
... and 22 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b33e457...ae96f40. Read the comment docs.

@coadler
Copy link
Member

coadler commented Mar 29, 2022

@dependabot rebase

Bumps [github.com/gohugoio/hugo](https://github.com/gohugoio/hugo) from 0.95.0 to 0.96.0.
- [Release notes](https://github.com/gohugoio/hugo/releases)
- [Changelog](https://github.com/gohugoio/hugo/blob/master/goreleaser.yml)
- [Commits](gohugoio/hugo@v0.95.0...v0.96.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.96.0 branch from 96043f6 to ae96f40 Compare March 29, 2022 19:22
@coadler coadler enabled auto-merge (squash) March 29, 2022 19:26
@coadler coadler self-assigned this Mar 29, 2022
@coadler coadler merged commit 8c0f109 into main Mar 29, 2022
@coadler coadler deleted the dependabot/go_modules/github.com/gohugoio/hugo-0.96.0 branch March 29, 2022 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants