✨ New Features
Scaffold now supports Boilerplate dependencies and partials
The Scaffold feature now supports leveraging Boilerplate dependencies and partials.
This was a missing feature in the integration between Scaffold and Boilerplate, and Terragrunt users do not have to change anything in how they invoke Scaffold to have custom Boilerplate templates properly render using those Boilerplate features.
Special thanks to @tgeijg for contributing this feature!
What's Changed
- feat: Add scaffold support for boilerplate dependencies and partials by @tgeijg in #4437
- fix: Improve error message when terragrunt.hcl file does not exist by @james03160927 in #4425
- fix: Fixing usage of
dependencies
in discovery by @yhakbar in #4429 - fix: Fixing heading level for experiments by @yhakbar in #4433
- perf: Improving CAS performance a bit by @yhakbar in #4439
- build(deps): bump ruby/setup-ruby from 1.242.0 to 1.245.0 by @dependabot in #4426
Full Changelog: v0.81.7...v0.81.8