github gruntwork-io/boilerplate v0.14.0

3 hours ago

🛠️ Breaking Changes

Dependencies Now Generate Concurrently

Dependencies in templates now generate concurrently by default, with the option to run sequentially or with different concurrency limits using the --parallelism flag.

This will be a breaking change for any templates that relied on dependencies generating in the exact order in which they are defined in templates (e.g. if multiple dependencies generate the same file, expecting later dependencies to overwrite earlier ones).

For more information read the for_each documentation.

What's Changed

Full Changelog: v0.13.0...v0.14.0

Don't miss a new boilerplate release

NewReleases is sending notifications on new releases.