What's Changed
- feat: implements the
wants
attribute for pulling other stacks. by @i4ki in #182 - feat: add generate config loading by @katcipis in #186
- feat: integrate generate config loading with code generation by @katcipis in #187
- fix: temporarily disable git local branch check by @katcipis in #191
- feat: add core logic to generate terraform code per stack by @katcipis in #190
- feat: terramate generate: add overall tf code generation by @katcipis in #193
- feat: generate hcl trace metadata by @katcipis in #197
- fix: support old header on check by @katcipis in #200
- feat: add limited scope traversal expr on generate_hcl by @katcipis in #199
- fix: avoid aborting when we cant get branch name by @katcipis in #201
- feat: terramate generate: cleanup old files by @katcipis in #202
- fix: use default logging before parsing cli args by @katcipis in #204
- fix: outdated code detection wont ignore empty generate_hcl by @katcipis in #205
- fix: terramate generate: different code gen strategies with same config filename overwrite each other by @katcipis in #207
- fix: outdated detection: detect stale files from previous configurations by @katcipis in #208
- feat: generate_hcl: fail if we have same block on multiple levels by @katcipis in #209
New Contributors
- @czerasz-mineiros made their first contribution in #196
Full Changelog: v0.0.9...v0.0.10