chore(deps): update dependency gohugoio/hugo to v0.90.1 #26
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/gohugoio-hugo-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v0.89.4
->v0.90.1
Release Notes
gohugoio/hugo
v0.90.1
Compare Source
This release contains some fixes and improvements related to error handling in remote lookups in
resources.Get
, as introduced in Hugo 0.90.0:nil
(never fail the build) when a resource is not found, also for remote resources (HTTP status code 404). This means that you can do{{ with $img }}{{ else }}{{/* insert a default image or something */}}{{ end }}
and similar constructs, not having to consider where the resource source lives.The return value from
resources.Get
now includes an.Err
method that will be set if the call failed. If you want to just log any error as aWARNING
you can use a construct similar to the one below.Note that if you do not handle
.Err
yourself, Hugo will fail the build the first time you start using the failedResource
object.Changes
3bc6830
@bep #9271e4d6ec9
@bep #92596260455
@bep #9267c397975
@bep #9269965a6cb
@bep #9265v0.90.0
Compare Source
Hugo 0.90 finally brings remote support to
resources.Get
, XML support (in/data
andtransform.Unmarshal
), and a newimages.Text
filter. A special shoutout and thanks to @vanbroup for his work on these features.The support for remote
Resources
inresources.Get
has been a feature in great demand. This means that you can fetch remote files (images, JSON files, RSS feeds ...) and use them in Hugo Pipes functions as they were local. A contrived example may look like this:The above fetches both a font and an image remotely and then uses the new
images.Text
filter to overlay a text on top of the image.Numbers
This release represents 58 contributions by 6 contributors to the main Hugo code base.@bep leads the Hugo development with a significant amount of contributions, but also a big shoutout to @jmooring, @vanbroup, and @dependabot[bot] for their ongoing contributions.
And thanks to @digitalcraftsman for his ongoing work on keeping the themes site in pristine condition.
Many have also been busy writing and fixing the documentation in hugoDocs, which has received 17 contributions by 6 contributors. A special thanks to @jmooring, @bep, @santosh, and @coliff for their work on the documentation site.
Hugo now has:
Notes
b4f27ef
@bep #9244Changes
e71d715
@bep #9253e61cdf3
@bep #92386c3bc5e
@dependabot[bot]283394a
@vanbroup #92385538507
@jmooring #9249b4f27ef
@bep #92443473e31
@bepfa0da00
@dependabot[bot]24a893c
@bepbf1564b
@dependabot[bot]cd44d40
@vanbroup #92339a326d5
@bep #9233b10381f
@bep #7043 #91940eaaa8f
@vanbroup #447058adbee
@jmooring #911993572e5
@bep94f149b
@bep6675341
@vanbroup #9228133e4bf
@jmooring #9149f122771
@jmooring #922008a863e
@bep8aa7257
@vanbroup #525575a823a
@jmooring #91725e0947c
@bep0b70b46
@bepab01ba6
@bepcc08c09
@bepf97da9e
@bep2e70f61
@bep #91771ed8069
@bepc88cdb5
@bepe1064d2
@bepbf489b9
@bepb815545
@bep #916608552a7
@jmooring #9159fdad91f
@bep #91655f3f608
@bep #9146057d02d
@bep #915743ac59d
@bep #9157ab5c699
@bep #91629369d13
@davidsneighbour805c24c
@bep63e3a5e
@bepeaa6c96
@bepcf3eb58
@bep2b01c85
@bep #9129c09f5c5
@bep #91379232e28
@bepb6a4ae4
@bep84de0c3
@bepa074102
@bepda4406e
@bep #9131 #9128166862a
@bep #912182c33c7
@deining3473e31
@bep24a893c
@bep0fa40ce
@bepbf537f1
@bepe86b331
@bepConfiguration
📅 Schedule: 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 Renovate Bot.
chore(deps): update dependency gohugoio/hugo to v0.90.0to chore(deps): update dependency gohugoio/hugo to v0.90.191c6680b05
to100abf7bf6