Releases: terramate-io/terramate
Releases · terramate-io/terramate
v0.0.7
v0.0.6
What's Changed
- feat: prohibits stacks from having child stacks (non-leaf stacks) by @i4ki in #91
- feat: introduce order of execution by @i4ki in #58
- feat: add metadata to backend config generation by @katcipis in #90
- feat: add support to terraform functions on backend configs by @katcipis in #92
- feat: add autocomplete support by @i4ki in #96
- fix: dont fail stack list if terramate block is absent by @katcipis in #102
- fix: init removes config file before all validations by @i4ki in #103
- fix: Remove empty line at EOF by @mariux in #100
Full Changelog: v0.0.5...v0.0.6
v0.0.5
v0.0.4
v0.0.3
v0.0.2
- feat: add proper stack config file (HCL)
- feat: add version constraints to stack config
- feat: add default behavior when doing change detection on main branch
- feat: check when local main is outdated with origin/main (remote)
- feat: improve help message when no args are passed
- feat: add --git-change-base support
- fix: running commands on stacks from outside dir breaks
- fix: module change detection reporting wrong stacks