Hugo v0.165.0 removes tailwindcss from the default security.exec.allow list, fixes bugs including resource transformation chaining after content access, and bundles a large batch of dependency version bumps handled by Dependabot.

2m read timeFrom github.com
Post cover image
Table of contents
NoteBug fixesImprovementsDependency UpdatesDocumentation

Questions this post answers

Why was tailwindcss removed from Hugo's default security.exec.allow list in version 0.165.0?

Hugo 0.165.0 removed tailwindcss from the default security.exec.allow list, meaning Hugo will no longer allow executing the tailwindcss binary by default without explicit configuration. Sites relying on this default permission need to add tailwindcss back to their own security.exec.allow list in their Hugo configuration to keep builds working after upgrading. Track Hugo config changes like this before they break your build on daily.dev.

1.4K Impressions