chore(deps): update dependency gohugoio/hugo to v0.97.3 #45
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.95.0
->v0.97.3
Release Notes
gohugoio/hugo
v0.97.3
Compare Source
The
v0.97.x
release has been an Easter riddle. The new--renderStaticToDisk
flag required a consolidation of the file systems in Hugo, which introduced a bug. The fix for that bug introduced a new bug, and reverting the obvious pick of the two candidate commits ... did not resolve the issue.OK, all good things are three, and now with proper tests to avoid this particular issue happening again.
9b352f0
@bep #9794 #9788e66e2e9
@bep #9794v0.97.2
Compare Source
NOTE: We seem to have introduced an issue with /static synching of files in this release, so we recommend wait for the
v0.97.3
and roll back to thev0.97.0
or earlier for now.This release reverts one of the fixes from yesterday, which broke more than it fixed:
6c35a1a
@bepv0.97.1
Compare Source
NOTE: We seem to have introduced an issue with /static synching of files in this release, so we recommend wait for the
v0.97.3
and roll back to thev0.97.0
or earlier for now.This is a bug-fix release with a couple of important fixes. Note that the
MediaType
on image conversion bug isn't a regression, that bug has been there since we added the target format option to the image processing methods.4deb5c6
@bep #9788397fce5
@bep #8931--gc
in server mode0093eaa
@bep #9783v0.97.0
Compare Source
This release comes with language-aware collation of text (for sorting, e.g. with
ByTitle
,ByLinkTitle
andByParam
) (#2180) and localizedGroupBy*Date
methods (#9745 ).The new text sorting algorithm means among other things that text with accents in them gets ordered the way you would expect. Before this release:
With this release:
This release also re-introduces the new server flag
--renderStaticToDisk
, which enables a new hybrid static filesystem for Hugo's development server. This is great for sites with lots of static content, as it greatly reduces memory consumption while still keeping the fast render times by writing dynamic content to memory (the definition of static content in Hugo is all files mounted in/static
and all files in/content
that's not content files or a member of a content bundle). With this update, there are now 3 filesystem options when starting the server:hugo server
(default), renders to and serves all files from memory.hugo server --renderToDisk
, renders to and serves all files from disk.hugo server --renderStaticToDisk
(the new hybrid mode), renders to and serves static files from disk, dynamic files from memory.One final improvement to mention would be the new
key
option inresources.GetRemote
, which, is set, will be used as the cache key. The default behaviour is to calculate the key based on the URL and all the options. This means that you can now do:This release represents 31 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 @dependabot[bot], @jmooring, and @ifurther 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 19 contributions by 11 contributors. A special thanks to @jmooring, @danielfdickinson, @deining, and @coliff for their work on the documentation site.
Hugo now has:
Changes
d80d5a1
@bep842262f
@bep #9778key
to reources.GetRemote options map2dbdf38
@bep #9755f8c4e16
@dependabot[bot]627eed1
@bep #218082ba634
@bep #9771d417a6c
@dependabot[bot]13dac7f
@bep30c2e54
@bep #97613117e58
@jmooring #9713 #9740ffe3eb9
@bepd070bdf
@bep #9626b081939
@bep0a56f2a
@bep9e360d3
@dependabot[bot]a8c221d
@jmooring #9751e58a540
@bep #86532016251
@dependabot[bot]6b469cc
@dependabot[bot]080dcac
@dependabot[bot]072fc8c
@dependabot[bot]658e11e
@bep #9745e0a882f
@dependabot[bot]d0657a4
@davidejonesa6e2e38
@dependabot[bot]510e179
@dependabot[bot]21484f9
@dependabot[bot]da00e77
@CathrinePaulsen #9612ed9aa37
@bep2a231b0
@ifurther69c5900
@bepv0.96.0
Compare Source
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):
Also, we have added some details to the
.Err
object you get whenresources.GetRemote
fails, which can be useful when debugging errrors (see #9708). Not you can do something like:The
.Data
object above is amap
and currently containsStatusCode
,Status
,Body
,TransferEncoding
,ContentLength
, andContentType
.This release represents 23 contributions by 8 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, @dependabot[bot], and @anthonyfok 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 5 contributions by 3 contributors.
Hugo now has:
Notes
9445968
@sara-meie #9352Changes
db1562e
@bep5b18e10
@bep9445968
@sara-meie #93529202117
@bep #9708a6fa290
@jmooring0bbc2fb
@dependabot[bot]94e8a90
@jmooring #9709a461e9d
@panakour48c98a8
@cuishuangbbd455f
@anthonyfok8309a2b
@anthonyfok2b72310
@anthonyfok13ff4de
@dependabot[bot]c3289eb
@dependabot[bot]9539069
@bep0e305d6
@bep #96875adb81c
@LukeDeWaal #91271c0e7c1
@bep #9693cad2d8c
@jmooring #9696b80853d
@bep #9687423594e
@bep #968364afb7c
@bep #9680004bec2
@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.96.0to chore(deps): update dependency gohugoio/hugo to v0.97.07cd833f1a6
tobdcb812308
chore(deps): update dependency gohugoio/hugo to v0.97.0to chore(deps): update dependency gohugoio/hugo to v0.97.1bdcb812308
toea47af8a79
chore(deps): update dependency gohugoio/hugo to v0.97.1to chore(deps): update dependency gohugoio/hugo to v0.97.2ea47af8a79
to34a86c5921
chore(deps): update dependency gohugoio/hugo to v0.97.2to chore(deps): update dependency gohugoio/hugo to v0.97.334a86c5921
toaf1d4b5a3d