v0.135.0

gohugoio/hugov0.135.0Sep 27, 2024by bep

AI Summary

A maintenance release primarily aimed at finally successfully publishing the Hugo Docker image. It includes minor improvements to front matter date validation and Tailwind testing.

Key Highlights

  • Successfully published Hugo Docker image for the first time.
  • Improved front matter date validation.
  • Pinned Tailwind 4 test to alpha 24.

New Features

  • Published Docker image
  • Improved date validation

Full Release Notes

This is a small release, the main motivation was to finally ... drum roll ... get a tagged [Hugo Docker image](https://github.com/gohugoio/hugo/pkgs/container/hugo/280590856?tag=v0.135.0) published. Big thanks to @bmanth60 for the tip that solved this issue.

## Improvements

* resources/page: Validate predefined front matter dates 4c02a52f7 @jmooring #10717 
* tailwind: Pin Tailwind 4 test to alpha 24 da72ac2db @bep #12880 
* tpl/compare: Use any data type for compare.Conditional condition 0ea796dad @jmooring 

## Dependency Updates

* build(deps): bump golang.org/x/mod from 0.19.0 to 0.21.0 12c9ce34b @dependabot[bot] 
* build(deps): bump github.com/bep/helpers from 0.4.0 to 0.5.0 47b055589 @dependabot[bot] 
* build(deps): bump golang.org/x/net from 0.28.0 to 0.29.0 e56ea4066 @dependabot[bot] 
* build(deps): bump golang.org/x/image from 0.19.0 to 0.20.0 578442f89 @dependabot[bot] 
* deps: Upgrade github.com/gobuffalo/flect v1.0.2 => v1.0.3 1e690c0f2 @khayyamsaleem #12827 

## Build Setup

* github: Trigger image workflow on release.published 0d390d7eb @bep #12753