v0.136.0

gohugoio/hugov0.136.0Oct 15, 2024by bep

AI Summary

This release focuses on improvements to Docker support, configuration handling (specifically uglyurls), and permalink rendering. It also adds an alias for the hugo command.

Key Highlights

  • Improved Dockerfile and image setup with updated documentation pending.
  • Fixed uglyurls map parsing and adjusted permalink colon implementation.
  • Added 'hugo build' as an alias for the 'hugo' command.

New Features

  • Added 'hugo build' command alias
  • Improved Dockerfile and image configuration

Full Release Notes

**Note** that we have much improved the [Dockerfile](https://github.com/gohugoio/hugo/blob/master/Dockerfile) and [image](https://github.com/gohugoio/hugo/pkgs/container/hugo) this release. But this also means a slightly different way of setting it up. Improved [documentation](https://github.com/gohugoio/hugoDocs/issues/2727#issuecomment-2416161247) will come soon, but see 41f69a725 #12920 #12885 #12921.

## Bug fixes

* config: Fix uglyurls map parse ea633dd80 @akkuman #12926 

## Improvements

* resources/page: Adjust the permalinks colon implementation a little 6e1c5b61b @bep #12918 
* resources/page: Allow colons in permalinks to be escaped e7d0757f9 @n1xx1 #12918 
* commands: Use consistent style when describing subcommands 6b5e117a1 @Hasaber8 #12897 
* config: Imrove uglyurls section test 21366e041 @bep #12926 
* create/skeletons: Honor --format flag when creating default archetype 57151a5e9 @jmooring #12666 
* hugolib: Make .Site.Author deprecation warning clearer 5bb22b6b4 @jvns #12269 
* ci: Build multi-platform image with cross-compilation 4a7995627 @dvdksn 
* tpl/tplimpl: Trim descriptions rather than just chomp 039845804 @chalin 
* tailwind: Pin Tailwind 4 test to alpha 26 or later 5b0b663ec @jmooring 
* resources/page: Treat null dates as zero dates 3f6830914 @jmooring #12906 
* resources/page: Improve front matter date validation ab03588db @jmooring #12898 
* commands: Add "hugo build" as an alias for "hugo" 0450d69fc @bep #11391 
* markup/goldmark: Change default cell alignment in table render hook 1158e6307 @jmooring #12886 
* tests: Address deprecation warnings and errors d1ba52f3c @jmooring 

## Dependency Updates

* build(deps): bump github.com/tetratelabs/wazero from 1.8.0 to 1.8.1 4985be1a4 @dependabot[bot] 
* build(deps): bump golang.org/x/image from 0.20.0 to 0.21.0 db653a848 @dependabot[bot] 
* build(deps): bump github.com/yuin/goldmark-emoji from 1.0.3 to 1.0.4 05bbd2c51 @dependabot[bot] 
* build(deps): bump golang.org/x/tools from 0.23.0 to 0.26.0 9b635522e @dependabot[bot] 
* build(deps): bump github.com/rogpeppe/go-internal from 1.12.0 to 1.13.1 3223a65c9 @dependabot[bot] 
* build(deps): bump github.com/evanw/esbuild from 0.23.1 to 0.24.0 bc6fc4772 @dependabot[bot] 
* build(deps): bump github.com/hairyhenderson/go-codeowners ffb41d111 @dependabot[bot] 

## Documentation

* circleci: Use default docker image 5db27b19c @bep 
* docs: Regen CLI docs b7d62d76c @bep