Releases: terramate-io/terramate
Releases · terramate-io/terramate
v0.1.22
Changelog
- 17dc32f feat: create: add --after and --before (#532)
- b756bf4 feat: support tm_dynamic defined with attributes (#527)
v0.1.21
Changelog
- ac7fe5f fix: vendor download load parent env on git clone (#521)
- 368fab7 fix: vendor download fails on cross device move (#520)
- dcc8c36 fix: vendor download does not work with commit IDs (#522)
v0.1.20
Changelog
- f61d2e5 feat: add terramate experimental vendor (#513)
- 9f40e7e fix: warn in case of unexpected terramate block (#514)
- dfe70e9 fix: when looking for the rootdir the import errors must be ignored (#516)
- 9014d6b fix: whenever possible the parser must not stop on errors (#512)
v0.1.19
Changelog
- d56b080 fix: deleted directories not always ignored in change detection (#508)
v0.1.18
Changelog
- df7e526 feat: allow redefinition of imported globals (#504)
- 3c4cc4d fix: iterator variable not allowed in the tm_dynamic.labels attribute (#505)
v0.1.17
Changelog
- f3a5f47 feat: add --no-recursive flag to run command (#490)
- cf7ed8a feat: add automatic code gen on stack create (#487)
- 3b90be9 feat: add filesystem hierarchical order to stack orchestration (#489)
- 83be1bc feat: add support for directories in the stack order (#493)
- 172c6f4 feat: allow stacks inside stacks (#480)
- 4bc6f95 fix typo in README
- 6a8536e fix: codegen generates empty files (#491)
- b4adc55 fix: disabling check_remote breaks the change detection (#498)
v0.1.14
Changelog
- e8c49c9 feat: add file completion to related commands and flags (#464)
- 9c22a58 fix: warn about non root config instead of fatal (#468)
v0.1.13
Changelog
- 6918a47 feat: add git checks config through cfg and env (#461)
- b5756de feat: add new git configs (#458)
- cdb07a2 feat: add terramate.config.run.check_gen_code config (#460)
- 4388834 fix: fail if root config is not at project root (#459)
- 0e9a823 fix: terraform abspath() uses wd instead of scope basedir (#453)