Releases: terramate-io/terramate
Releases · terramate-io/terramate
v0.2.17
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
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
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
Changelog
- e16ef2a fix: rollback change that enforced parenthesis on non-literal keys (#862)
v0.2.13
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
Changelog
- 9e12fb0 fix: render escaped quotes inside heredocs (#841)
v0.2.11
⚠️ 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
Changelog
- 1e7cea0 fix: experimental eval: rollback ignoring of eval errors (#817)
- 0a21f79 fix: git worktree was not supported (#813)
v0.2.9
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
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)