hugo:release-0.123.4

Last commit made on 2024-02-26
Get this branch:
git clone -b release-0.123.4 https://git.launchpad.net/hugo

Branch merges

Branch information

Name:
release-0.123.4
Repository:
lp:hugo

Recent commits

673c634... by hugoreleaser <email address hidden>

releaser: Prepare repository for 0.124.0-DEV

[ci skip]

21a4100... by hugoreleaser <email address hidden>

releaser: Bump versions for release of 0.123.4

[ci skip]

1736ef7... by Bjørn Erik Pedersen

Fix cascade-pattern-with-extension for cascade in site config

Also clean up the log handling in the integration tester, most notably lost logs during the config loading.

Fixes #12151

d4be164... by "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>

build(deps): bump github.com/spf13/fsync from 0.10.0 to 0.10.1

Bumps [github.com/spf13/fsync](https://github.com/spf13/fsync) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/spf13/fsync/releases)
- [Commits](https://github.com/spf13/fsync/compare/v0.10.0...v0.10.1)

---
updated-dependencies:
- dependency-name: github.com/spf13/fsync
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <email address hidden>

f27e578... by Bjørn Erik Pedersen

Fix term template lookup when its backed by a content file

Closes #12146

d310595... by Bjørn Erik Pedersen

resource: Revert the normalization of Resource.Name

Which means that .Name now returns the same as it did in 0.122.0.

Closes #12142

049dd1d... by Bjørn Erik Pedersen

Fix panic for disableKinds page for content resources

Fixes #12144

189b723... by Bjørn Erik Pedersen

tocss: Fix the import resolving from absolute to relative assets paths

Fixes #12137

b2b7bfd... by Bjørn Erik Pedersen

Maek Resoyrce.Key as (mostly) internal

80e6934... by Joe Mooring

config/allconfig: Fix typo

Closes #12134