Skip to content

Releases: terramate-io/terramate

v0.2.17

03 Apr 13:37
v0.2.17
57bac62
Compare
Choose a tag to compare

Changelog

  • a9bb132 feat: add basic version upgrade check (#878)
  • 812a5f7 feat: add cli configuration file for disabling checkpoint (#883)
  • 734f908 fix: globals expression dependency with indexing (#876)

v0.2.16

16 Mar 13:00
v0.2.16
0493059
Compare
Choose a tag to compare

Changelog

  • f938f52 feat: add terramate.required_version_allow_prereleases (#852)
  • b06fc3f feat: add terramate.version runtime variable (#857)
  • 386d737 feat: introduce tm_version_match function (#855)

v0.2.15

15 Mar 16:41
v0.2.15
74a53f6
Compare
Choose a tag to compare

Changelog

  • e3f77f5 fix: funcall ellipsis argument (...) is not rendered in code generation (#870)
  • 5e86c32 fix: global expressions with pending indexing references (#867)
  • aed49ed fix: render ellipsis in the for-expr (#871)

v0.2.14

13 Mar 13:01
v0.2.14
629415f
Compare
Choose a tag to compare

Changelog

  • e16ef2a fix: rollback change that enforced parenthesis on non-literal keys (#862)

v0.2.13

26 Feb 16:25
v0.2.13
27611c3
Compare
Choose a tag to compare

Changelog

  • 4e74a1e chore(deps): bump golang.org/x/net from 0.4.0 to 0.7.0 (#845)
  • 050ad7d feat: add --no-tags flag (#847)
  • 6b2cc1f feat: support tm_dynamic.attributes together with tm_dynamic.content (#846)

v0.2.12

15 Feb 10:12
v0.2.12
618d6b3
Compare
Choose a tag to compare

Changelog

  • 9e12fb0 fix: render escaped quotes inside heredocs (#841)

v0.2.11

07 Feb 14:25
v0.2.11
9eb4214
Compare
Choose a tag to compare

⚠️ WARNING - DO NOT USE THIS VERSION.

HEREDOC rendering is broken in some cases.

Changelog

  • eb61555 feat: add --tags to create command (#829)
  • 658a591 fix: create command can generate invalid stack definitions (#828)
  • 958585e fix: only generate HEREDOC when string ends with nl (#830)

v0.2.10

25 Jan 11:14
v0.2.10
4a5d421
Compare
Choose a tag to compare

Changelog

  • 1e7cea0 fix: experimental eval: rollback ignoring of eval errors (#817)
  • 0a21f79 fix: git worktree was not supported (#813)

v0.2.9

20 Jan 13:40
v0.2.9
a6397a6
Compare
Choose a tag to compare

Changelog

  • d0f1be0 ci: change message for slack and twitter announcements (#801)
  • 46efe59 feat: add --global flag to experimental eval (#804)
  • b3408a1 fix: heredoc expressions not partial evaluated (#805)

v0.2.8

10 Jan 15:09
v0.2.8
639bd80
Compare
Choose a tag to compare

Changelog

  • 229f403 feat: add --tags filter to multiple commands (#794)
  • af71e2a feat: allow ordering stacks by tag filters (#798)
  • a06c317 feat: introduce the stack.tags attribute (#792)
  • 70e2b12 fix: allow relative stacks in experimental trigger (#775)
  • a629ded fix: disallow symlinks in trigger stack path (#780)
  • f9296e4 fix: multiple trigger parser issues (panics, errors ignored, etc) (#787)
  • dc62ce0 fix: require valid stack paths in triggers (#777)