Skip to content

Releases: terramate-io/terramate

v0.4.2-rc2

21 Sep 14:54
v0.4.2-rc2
94d3c62
Compare
Choose a tag to compare
v0.4.2-rc2 Pre-release
Pre-release

Changelog

  • f12c7e4 Merge branch 'main' into i4k-release-v0.4.2-rc2
  • 1a62ac1 Merge branch 'main' into i4k-send-cmd-interpolated
  • 8fbe2f8 chore(tmc): introduce uimode in the cli for enhanced cloud fail cases.
  • f449935 chore(tmc): introduce uimode in the cli for enhanced cloud fail cases. (#1150)
  • dc0c759 feat(tmc): send interpolated command in each drift sync
  • 3a6e6f0 feat(tmc): send interpolated command in each drift sync (#1152)
  • edac84e feat(tmc): send metadata in drift syncs
  • 3c25c99 feat(tmc): send metadata in drift syncs (#1151)
  • 111c8ff fix(tmc): omit optional fields of the stack object
  • bd08f6d fix(tmc): omit optional fields of the stack object (#1153)

v0.4.2-rc1

19 Sep 09:23
v0.4.2-rc1
2d08318
Compare
Choose a tag to compare
v0.4.2-rc1 Pre-release
Pre-release

Added

  • Add --cloud-sync-drift-status flag for syncing the status of drift detection
    to the Terramate Cloud.

Fixed

  • Ensured that SIGINT aborts execution of subsequent stacks in all cases.
  • Removed non-supported functions (tm_sensitive and tm_nonsensitive)

v0.4.1

01 Sep 10:19
v0.4.1
4eb6d08
Compare
Choose a tag to compare

0.4.1

Added

  • Add support for globs in the import.source attribute to import multiple files at once.
  • Add support for listing unhealthy stacks with terramate list --experimental-status=unhealthy.
  • Add support for triggering unhealthy stacks with terramate experimental trigger --experimental-status=unhealthy.
  • Add support for evaluating terramate run arguments with the --eval
    flag.

Fixed

  • Allow to specify multiple tags separated by comma when using terramate create --tags command.
  • Fixed inconsistent behaviour in terramate create vs. terramate create --all-terraform, both now populate the name/description fields the same way.

v0.4.1-rc5

30 Aug 16:43
v0.4.1-rc5
b23793f
Compare
Choose a tag to compare
v0.4.1-rc5 Pre-release
Pre-release

Changelog

  • 26526da Merge branch 'i4k-send-branch-name' of github.com:terramate-io/terramate into i4k-send-branch-name
  • c40676e Merge branch 'main' into i4k-add-commit-metadata
  • d224027 Merge branch 'main' into i4k-log-metadata
  • ae65b63 Merge branch 'main' into i4k-pr-metadata
  • 22ea7ff Merge branch 'main' into i4k-pr-metadata
  • c844a23 Merge branch 'main' into i4k-pr-metadata
  • 9a05912 Merge branch 'main' into i4k-send-branch-name
  • 13344fd Merge branch 'main' into i4k-send-branch-name
  • dbe530a Merge branch 'main' into i4k-send-deployment-title-body
  • 045109d Merge branch 'main' into i4k-send-deployment-triggered-by
  • c7da4b2 Merge branch 'main' into i4k-small-fixes
  • 93c71b4 Merge branch 'main' of github.com:terramate-io/terramate into i4k-send-branch-name

v0.4.1-rc4

25 Aug 08:54
e819227
Compare
Choose a tag to compare
v0.4.1-rc4 Pre-release
Pre-release

What's Changed

Full Changelog: v0.4.1-rc3...v0.4.1-rc4

v0.4.1-rc3

14 Aug 11:32
v0.4.1-rc3
6f8fe85
Compare
Choose a tag to compare
v0.4.1-rc3 Pre-release
Pre-release

Changelog

Changed

  • Increased requests timeout to Terramate Cloud

v0.4.1-rc2

09 Aug 18:21
v0.4.1-rc2
3e5e84a
Compare
Choose a tag to compare
v0.4.1-rc2 Pre-release
Pre-release

Changelog

  • d7d5141 fix: send pull request HEAD sha instead of current HEAD
  • 30fe316 fix: send pull request HEAD sha instead of current HEAD. (#1089)

v0.4.1-rc1

07 Aug 10:20
v0.4.1-rc1
862ddb4
Compare
Choose a tag to compare
v0.4.1-rc1 Pre-release
Pre-release

Changelog

Added

  • Add support for globs in the import.source attribute to import multiple files at once.

Fixed

  • Allow to specify multiple tags separated by comma when using terramate create --tags command.

v0.4.0

21 Jul 18:43
v0.4.0
74bd64b
Compare
Choose a tag to compare

Changelog

Added

  • Introduce the terramate create --all-terraform command that can be used to initialize plain terraform projects easily with a Terramate Stack configuration.
    Every directory containing Terraform Files that configure either a terraform.backend {} block or a provider {} block will be initialized.
  • Introduce terramate create --ensure-stack-ids to add a UUID as stack ID where stack.id is not set. (Promoted from experimental ensure-stack-id)

Changed

  • BREAKING CHANGE: Make stack.id case insensitive. If you used case to identify different stacks, the stack ID need to be adjusted. If you use the recommended UUIDs nothing has to be done.
  • We now distribute the Terramate Language Server terramate-ls alongside terramate to be able to pick up changes faster for IDEs.

v0.3.1

21 Jul 16:11
v0.3.1
31179cb
Compare
Choose a tag to compare

Changelog

Added

  • Introduce the terramate experimental cloud info command.
  • Introduce the --cloud-sync-deployment flag (experimental).
  • Introduce the terramate experimental ensure-stack-id command.

Fixed

  • Fix a crash when generate_hcl {} has no content {} block defined.