🐛 Bug Fixes
The catalog
command no longer panics during scaffolding
A mistake in a refactor of internal logging caused a panic during scaffolding while using the Terragrunt Catalog Terminal User Interface (TUI).
That bug has been fixed.
IaC Engines now properly handle errors during init
and shutdown
Some missing error handling in IaC Engines has been introduced to properly handle failed initialization and shutdown by IaC Engines.
What's Changed
- feat: Usage of discovery and queue to build stack modules by @denis256 in #4393
- fix: Fixing log passthrough for
catalog
by @yhakbar in #4421 - fix: Adding error handling for engines by @yhakbar in #4414
- chore: Dependencies update by @denis256 in #4417
Full Changelog: v0.81.5...v0.81.6