Releases: terramate-io/terramate
Releases · terramate-io/terramate
v0.12.1
v0.12.1-rc1
Fixed
- Fix
terramate cloud login --github
when the Github email is not verified but the associated Firebase account is verified.
v0.12.0
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
.
- If you set
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 runningterramate run --terragrunt -- cmd
.TERRAGRUNT_FORWARD_TF_STDOUT=true
TERRAGRUNT_LOG_FORMAT=bare
- Terragrunt changed the output format in newer versions, which causes issues with output formatting in Terramate Cloud.
- 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-rc5
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
.
- If you set
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 runningterramate run --terragrunt -- cmd
.TERRAGRUNT_FORWARD_TF_STDOUT=true
TERRAGRUNT_LOG_FORMAT=bare
- Terragrunt changed the output format in newer versions, which causes issues with output formatting in Terramate Cloud.
- 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
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
.
- If you set
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 runningterramate run --terragrunt -- cmd
.TERRAGRUNT_FORWARD_TF_STDOUT=true
TERRAGRUNT_LOG_FORMAT=bare
- Terragrunt changed the output format in newer versions, which causes issues with output formatting in Terramate Cloud.
- 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
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 runningterramate run --terragrunt -- cmd
.TERRAGRUNT_FORWARD_TF_STDOUT=true
TERRAGRUNT_LOG_FORMAT=bare
- Terragrunt changed the output format in newer versions, which causes issues with output formatting in Terramate Cloud.
- 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
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 runningterramate run --terragrunt -- cmd
.TERRAGRUNT_FORWARD_TF_STDOUT=true
TERRAGRUNT_LOG_FORMAT=bare
- Terragrunt changed the output format in newer versions, which causes issues with output formatting in Terramate Cloud.
- 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
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 runningterramate run --terragrunt -- cmd
.TERRAGRUNT_FORWARD_TF_STDOUT=true
TERRAGRUNT_LOG_FORMAT=bare
- Terragrunt changed the output format in newer versions, which causes issues with output formatting in Terramate Cloud.
v0.11.9
- Promote
terramate experimental trigger
toterramate 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.
- Invalid trigger files will now be detected as an error instead of being skipped.
v0.11.8
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
toterramate 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.