Skip to content

Releases: terramate-io/terramate

v0.10.2

29 Aug 09:32
v0.10.2
782e97a
Compare
Choose a tag to compare

Fixed

  • Fix outputs-sharing failure cases not synchronizing to Terramate Cloud.

v0.10.1

14 Aug 15:14
v0.10.1
e7fe427
Compare
Choose a tag to compare

Added

  • Add sharing_backend, input and output blocks for the sharing of stack outputs as inputs to other stacks.
    • The feature is part of the outputs-sharing experiment and can be enabled by setting terramate.config.experiments = ["outputs-sharing"].

Fixed

  • Fix the repository normalization for Gitlab subgroups.
    • Now it supports repository URLs like https://gitlab.com/my-company-name/my-group-name/my-other-group/repo-name.
  • Fix a deadlock in the terramate run and terramate script run parallelism by
    releasing the resources in case of errors or if dry-run mode is enabled.

v0.9.5

14 Aug 15:23
v0.9.5
3715ba1
Compare
Choose a tag to compare

Fixed

  • Fix the repository normalization for Gitlab subgroups.
    • Now it supports repository URLs like https://gitlab.com/my-company-name/my-group-name/my-other-group/repo-name.
  • Fix a deadlock in the terramate run and terramate script run parallelism by
    releasing the resources in case of errors or if dry-run mode is enabled.

v0.10.1-rc2

09 Aug 16:18
v0.10.1-rc2
95d50be
Compare
Choose a tag to compare
v0.10.1-rc2 Pre-release
Pre-release

Fixed

  • Fix the repository normalization for Gitlab subgroups.
    • Now it supports repository URLs like https://gitlab.com/my-company-name/my-group-name/my-other-group/repo-name.

v0.10.1-rc1

06 Aug 15:48
v0.10.1-rc1
4267d87
Compare
Choose a tag to compare
v0.10.1-rc1 Pre-release
Pre-release

Added

  • Add sharing_backend, input and output blocks for the sharing of stack outputs as inputs to other stacks.
    • The feature is part of the sharing-is-caring experiment and can be enabled by setting terramate.config.experiments = ["sharing-is-caring"].

v0.10.0

02 Aug 17:59
v0.10.0
cd1a4ab
Compare
Choose a tag to compare

Added

  • BREAKING CHANGE: Add support for generating files relative to working directory either by cd into the directory or using --chdir flag. This is a breaking change because before Terramate generated code to the entire repository, ignoring the --chdir, but some users automations could depend on the old behavior.

v0.9.4

26 Jul 21:10
v0.9.4
1a6ba33
Compare
Choose a tag to compare

Changed

v0.9.4-rc1

26 Jul 13:03
v0.9.4-rc1
13c9d0b
Compare
Choose a tag to compare
v0.9.4-rc1 Pre-release
Pre-release

Changed

v0.9.3

19 Jul 12:18
v0.9.3
595808f
Compare
Choose a tag to compare

Fixed

  • Fix a missing check for GITLAB_CI environment variable.
    • The previews feature can only be used in Github Actions and Gitlab CI/CD and a check for the latter was missing.
  • Fix the synchronization of the GitLab Merge Request commit SHA and pushed_at.

v0.9.3-rc1

18 Jul 16:14
v0.9.3-rc1
f6dfab5
Compare
Choose a tag to compare
v0.9.3-rc1 Pre-release
Pre-release

Fixed

  • Fix a missing check for GITLAB_CI environment variable.
    • The previews feature can only be used in Github Actions and Gitlab CI/CD and a check for the latter was missing.
  • Fix the synchronization of the GitLab Merge Request commit SHA.