Skip to content

Releases: terramate-io/terramate

v0.8.3

07 May 16:23
v0.8.3
a06cacb
Compare
Choose a tag to compare

Fixed

  • Fix potential crash when trying to obtain the pull request metadata associated with a Github repository.

v0.6.7

07 May 16:55
v0.6.7
1ba85a8
Compare
Choose a tag to compare

Fixed

  • Fix potential crash when trying to obtain the pull request metadata associated with a Github repository.

v0.8.2

06 May 12:08
v0.8.2
6c71bbf
Compare
Choose a tag to compare

Added

  • Add support for Gitlab id_token OIDC.
    • You can connect to Terramate Cloud using Gitlab id_token exported as a TM_GITLAB_ID_TOKEN environment variable.

Fixed

  • Fix issue with handling paginated responses from Github API when retrieving review and GHA action metadata.

v0.8.2-rc2

03 May 09:30
v0.8.2-rc2
4654b8f
Compare
Choose a tag to compare
v0.8.2-rc2 Pre-release
Pre-release

Added

  • Add support for Gitlab id_token OIDC.
    • You can connect to Terramate Cloud using Gitlab id_token exported as a TM_GITLAB_ID_TOKEN environment variable.

v0.6.6

03 May 16:46
v0.6.6
348cd74
Compare
Choose a tag to compare

Fixed

  • Fix issue with handling paginated responses from Github API when retrieving review and GHA action metadata.

v0.8.1

29 Apr 16:51
v0.8.1
52a0157
Compare
Choose a tag to compare

Fixed

  • Fix incorrect warning emitted by the parser in the case terramate.config.run.env is defined outside project root.

v0.8.0

25 Apr 14:09
v0.8.0
84a9119
Compare
Choose a tag to compare

Added

  • Add support for hierarchical configuration of the stack environment variables.
    • The terramate.config.run.env declared closer to the stack has precedence over
      declarations in parent directories.
  • Full support for OpenTofu plan files when syncing deployments, drifts or previews to Terramate Cloud.
    • Add option flag --tofu-plan-file as alternative to --terraform-plan-file.
    • Add script command option tofu_plan_file as alternative to terraform_plan_option.
    • Both options work similar to their Terraform counterparts, but indicate that the plan was generated with tofu.

Refactor

  • (BREAKING CHANGE) Use terramate.required_version to detect project root if git is absent.
    • This is only a breaking change for projects not using git.

v0.7.0

25 Apr 14:55
v0.7.0
afda635
Compare
Choose a tag to compare

Tested

  • Issue a test-only release that includes everything that was published in v0.6.5

v0.6.5

24 Apr 18:25
v0.6.5
1831590
Compare
Choose a tag to compare

Added

  • Add terramate.config.change_detection.terragrunt.enabled attribute. It supports the values below:
    • auto (default): Automatically detects if Terragrunt is being used and enables change detection if needed.
    • force: Enables Terragrunt change detection even if no Terragrunt file is detected in any stack.
    • off: Disables Terragrunt change detection.

Fixed

  • Fix a performance regression in repositories having a lot of stacks.

v0.6.4

19 Apr 08:18
v0.6.4
c8848f8
Compare
Choose a tag to compare

Fixed

  • Fix fmt --detailed-exit-code not saving the modified files.