Skip to content

v4.19.0

Latest

Choose a tag to compare

@Resonance1584 Resonance1584 released this 25 Jun 14:26
ae0ebc7

What's Changed

✨ Added support for after_hook

This release introduces Pipeline Hooks, a new Enterprise feature that lets you extend pipeline runs with custom logic in response to Terragrunt plans and applies.

As a first step, we’re introducing the after_hook repository block, which allows you to run a custom script after Terragrunt execution completes. Support for before_hook and error_hook is planned for a future release.

Hooks receive rich context about the pipeline run, including execution results and access to plan files for each unit. They can also generate custom output that is displayed in the pull request comment, making it easy to tailor the developer experience to your team’s needs.

See the documentation for setup instructions and additional details.

Full Changelog: v4.18.2...v4.19.0