Skip to content

Releases: terramate-io/terramate

v0.1.5

09 Jun 11:09
298dd8a
Compare
Choose a tag to compare

Changelog

  • cba8d3a feat: add new metadata to stack (#383)
  • 2358a7b feat: move stack metadata related to terramate.stack (#380)
  • 7604e4a fix: indexing of outside variables must be evaluated. (#386)
  • 9b30317 fix: partial eval misusing Token.Bytes slice (#379)

v0.1.4

04 Jun 12:08
4e58950
Compare
Choose a tag to compare

Changelog

  • aaebe3b feat: add conditional code generation (#372)
  • 4e7f4a5 feat: add support to conditional code generation on genhcl/genfile (#371)

v0.1.3

02 Jun 12:31
383a13b
Compare
Choose a tag to compare

Changelog

v0.1.2

31 May 17:23
02390e1
Compare
Choose a tag to compare

Changelog

v0.1.1

09 May 11:56
bea6836
Compare
Choose a tag to compare

Changelog

Features

  • Ignore dot dirs and files (like .terraform) (#337)

Fixes

  • Check if local default is updated with remote (#334)

v0.1.0

28 Apr 13:30
d08005e
Compare
Choose a tag to compare

This is the first Terramate release 🚀.

Features

  • Stack Configuration (name/description)
  • Stack Orchestration (before/after/wants)
  • Stack Change detection
  • Module Change detection
  • Stack Metadata
  • Git Safeguards
  • Hierarchical globals
  • Code generation using generate_hcl
  • Project configuration (git/version constraints)

v0.0.14

21 Apr 17:46
e6e2bde
Compare
Choose a tag to compare
v0.0.14 Pre-release
Pre-release

Changelog

  • 94feaee fix: disallow generating files outside of the stack (#308)

v0.0.13

12 Apr 20:08
346b022
Compare
Choose a tag to compare
v0.0.13 Pre-release
Pre-release

Changelog

v0.0.12

11 Apr 09:21
76d7a08
Compare
Choose a tag to compare
v0.0.12 Pre-release
Pre-release

Changelog

  • c80950a feat: add --disable-check-git-uncommitted flag to disable uncommitted files check. (#242)
  • 2a15244 feat: add --disable-check-gen-code (#243)
  • c225175 feat: add --disable-check-git-untracked flag to disable untracked safeguard. (#241)
  • 2b3cfb0 feat: disable safeguards when running stacks with --dry-run (#281)
  • 73a1d75 feat: partial evaluation (#244)
  • 91ae5ce fix: after/before selecting stacks outside cwd/-C (#292)
  • 77af5ff fix: disallow the use of --why without --changed (#286)
  • 5dd8b23 fix: ignore deleted directories not part of a stack in change detection (#287)
  • d8ca2bb fix: improve error message of run order (#284)
  • 91ef683 fix: wrong format in version error (#293)

v0.0.11

25 Feb 20:48
4a0c2f1
Compare
Choose a tag to compare
v0.0.11 Pre-release
Pre-release

Changelog

  • d68152f feat: add content block on generate_hcl (#220)
  • 2ac5798 feat: add flag to continue in case of errors. (#217)
  • 4ffff5e feat: add multiple config files support to export_as_locals (#224)
  • fe6042e feat: add multiple config files support to generate_hcl (#222)
  • a319fe2 feat: add multiple config files support to globals (#221)
  • 00e6f7b feat: allow terramate and stack config from multiple files (#216)
  • 6e03022 feat: allow terramate blocks to be merged (#218)
  • c602e01 fix: config.TryLoadRootConfig config detection (#235)
  • 409f724 fix: git safeguards not using root config.git (#234)
  • da8b33f fix: remove explicit permissions setting (#214)
  • 6160ee5 fix: testing for required_version of terramate (#231)