Skip to content

Releases: terramate-io/terramate

v0.1.22

16 Aug 19:44
b938d18
Compare
Choose a tag to compare

Changelog

  • 17dc32f feat: create: add --after and --before (#532)
  • b756bf4 feat: support tm_dynamic defined with attributes (#527)

v0.1.21

15 Aug 12:22
440c47b
Compare
Choose a tag to compare

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

04 Aug 11:29
cf5b25a
Compare
Choose a tag to compare

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

02 Aug 10:51
f554ed8
Compare
Choose a tag to compare

Changelog

  • d56b080 fix: deleted directories not always ignored in change detection (#508)

v0.1.18

01 Aug 19:26
2afa80f
Compare
Choose a tag to compare

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

26 Jul 15:48
d788080
Compare
Choose a tag to compare

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.16

19 Jul 15:04
f164b9b
Compare
Choose a tag to compare

Changelog

  • 40b222d feat: add terramate experimental clone (#479)

v0.1.15

15 Jul 19:58
38a7ad9
Compare
Choose a tag to compare

Changelog

v0.1.14

13 Jul 10:57
2eefb6f
Compare
Choose a tag to compare

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

11 Jul 13:32
552deb6
Compare
Choose a tag to compare

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)