Skip to content

Releases: terramate-io/terramate

v0.11.10-rc5

17 Feb 16:14
v0.11.10-rc5
721caa0
Compare
Choose a tag to compare
v0.11.10-rc5 Pre-release
Pre-release

Added

  • Synchronize additional metadata about PR collaborators (reviewers, assignees, etc.) to Terramate Cloud so that actionable items can be shown to the linked users.
  • Add terramate.config.cloud.location attribute to set the Terramate Cloud region to use.
    • If you set terramate.config.cloud.location = "us" then https://us.cloud.terramate.io URL is used for all cloud features.
    • If not set, the default is eu.

Fixed

  • Fix Terragrunt stdout/stderr log in Terramate Cloud.
    • Terragrunt changed the output format in newer versions, which causes issues with output formatting in Terramate Cloud.
      To keep the old output format, we export the following variables when running terramate run --terragrunt -- cmd.
      • TERRAGRUNT_FORWARD_TF_STDOUT=true
      • TERRAGRUNT_LOG_FORMAT=bare
  • Fix Terramate Cloud plan creation command not using environ defined in terramate.config.run.env.
    • This can lead to a version mismatch between the user-supplied run command and the one used for creating the plan details.
  • Fix misleading error message in the case that Terramate Cloud onboarding is incomplete.

v0.11.10-rc4

14 Feb 17:43
v0.11.10-rc4
6418ea7
Compare
Choose a tag to compare
v0.11.10-rc4 Pre-release
Pre-release

Added

  • Synchronize additional metadata about PR collaborators (reviewers, assignees, etc.) to Terramate Cloud so that actionable items can be shown to the linked users.
  • Add terramate.config.cloud.location attribute to set the Terramate Cloud region to use.
    • If you set terramate.config.cloud.location = "us" then https://us.cloud.terramate.io URL is used for all cloud features.
    • If not set, the default is eu.

Fixed

  • Fix Terragrunt stdout/stderr log in Terramate Cloud.
    • Terragrunt changed the output format in newer versions, which causes issues with output formatting in Terramate Cloud.
      To keep the old output format, we export the following variables when running terramate run --terragrunt -- cmd.
      • TERRAGRUNT_FORWARD_TF_STDOUT=true
      • TERRAGRUNT_LOG_FORMAT=bare
  • Fix Terramate Cloud plan creation command not using environ defined in terramate.config.run.env.
    • This can lead to a version mismatch between the user-supplied run command and the one used for creating the plan details.
  • Fix misleading error message in the case that Terramate Cloud onboarding is incomplete.

v0.11.10-rc3

12 Feb 11:59
v0.11.10-rc3
d512cef
Compare
Choose a tag to compare
v0.11.10-rc3 Pre-release
Pre-release

Added

  • Synchronize additional metadata about PR collaborators (reviewers, assignees, etc.) to Terramate Cloud so that actionable items can be shown to the linked users.

Fixed

  • Fix Terragrunt stdout/stderr log in Terramate Cloud.
    • Terragrunt changed the output format in newer versions, which causes issues with output formatting in Terramate Cloud.
      To keep the old output format, we export the following variables when running terramate run --terragrunt -- cmd.
      • TERRAGRUNT_FORWARD_TF_STDOUT=true
      • TERRAGRUNT_LOG_FORMAT=bare
  • Fix Terramate Cloud plan creation command not using environ defined in terramate.config.run.env.
    • This can lead to a version mismatch between the user-supplied run command and the one used for creating the plan details.

v0.11.10-rc2

11 Feb 13:28
v0.11.10-rc2
4d82c1a
Compare
Choose a tag to compare
v0.11.10-rc2 Pre-release
Pre-release

Fixed

  • Fix Terragrunt stdout/stderr log in Terramate Cloud.
    • Terragrunt changed the output format in newer versions, which causes issues with output formatting in Terramate Cloud.
      To keep the old output format, we export the following variables when running terramate run --terragrunt -- cmd.
      • TERRAGRUNT_FORWARD_TF_STDOUT=true
      • TERRAGRUNT_LOG_FORMAT=bare
  • Fix Terramate Cloud plan creation command not using environ defined in terramate.config.run.env.
    • This can lead to a version mismatch between the user-supplied run command and the one used for creating the plan details.

v0.11.10-rc1

07 Feb 12:55
v0.11.10-rc1
ff98408
Compare
Choose a tag to compare
v0.11.10-rc1 Pre-release
Pre-release

Fixed

  • Fix Terragrunt stdout/stderr log in Terramate Cloud.
    • Terragrunt changed the output format in newer versions, which causes issues with output formatting in Terramate Cloud.
      To keep the old output format, we export the following variables when running terramate run --terragrunt -- cmd.
      • TERRAGRUNT_FORWARD_TF_STDOUT=true
      • TERRAGRUNT_LOG_FORMAT=bare

v0.11.9

03 Feb 09:46
v0.11.9
1f2701f
Compare
Choose a tag to compare
  • Promote terramate experimental trigger to terramate trigger.
    • Invalid trigger files will now be detected as an error instead of being skipped.
      This should not change behaviour in any expected use cases, so it is not a breaking change.

v0.11.8

14 Jan 11:04
v0.11.8
c667c65
Compare
Choose a tag to compare

Added

  • Add terramate [run, script run] --{include,only}-output-dependencies flags.
    • These flags are needed for initializing the output dependencies of stacks which had its dependencies not changed in the same run.
    • The --include-output-dependencies flag includes the output dependencies in the execution order.
    • The --only-output-dependencies flag only includes the output dependencies in the execution order.
  • Add --no-generate to terramate experimental clone to skip the generation phase after the clone.

Fixed

  • Fix the sync of base_branch information for bitbucket repositories in the Terramate Cloud.

v0.11.7

07 Jan 16:18
v0.11.7
589c786
Compare
Choose a tag to compare

Fixed

  • Fix an edge case crash in terramate list when using the --status flag.

v0.11.6

02 Jan 16:45
v0.11.6
2da57a5
Compare
Choose a tag to compare

Fixed

  • Fix race condition when using parallel in combination with outputs-sharing.

v0.11.5

20 Dec 15:46
v0.11.5
78174eb
Compare
Choose a tag to compare

Added

  • Add support for Terramate Cloud API keys for machine-to-machine communication.
    • You can connect to Terramate Cloud using API keys exported as TMC_TOKEN environment variable.
    • The API Key configuration has precedence over all other authentication methods.
  • Add support for unprefixed Bitbucket URLs in Terraform module.source.
  • Add support for Bitbucket Cloud Pipelines in the Terramate Cloud features.

Fixed

  • Fix terramate list --changed panic when a Terraform module references a path outside the project root.