Skip to content

Releases: terramate-io/terramate

v0.0.7

27 Dec 15:54
59f3bf3
Compare
Choose a tag to compare
v0.0.7 Pre-release
Pre-release

What's Changed

Full Changelog: v0.0.6...v0.0.7

v0.0.6

22 Dec 17:33
88cab2f
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

What's Changed

  • feat: prohibits stacks from having child stacks (non-leaf stacks) by @i4ki in #91
  • feat: introduce order of execution by @i4ki in #58
  • feat: add metadata to backend config generation by @katcipis in #90
  • feat: add support to terraform functions on backend configs by @katcipis in #92
  • feat: add autocomplete support by @i4ki in #96
  • fix: dont fail stack list if terramate block is absent by @katcipis in #102
  • fix: init removes config file before all validations by @i4ki in #103
  • fix: Remove empty line at EOF by @mariux in #100

Full Changelog: v0.0.5...v0.0.6

v0.0.5

14 Dec 14:43
6b27b06
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release
  • feat: add terramate.path/name metadata (#87)
  • fix: module detection not working properly (#85)
  • fix: make change detection fail if tf code is malformed (#82)
  • fix: make terramate inherit parent env vars (#81)

v0.0.4

09 Dec 22:27
c24e9e3
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
  • fix: remote origin check fails with references with "/" (#77 )

v0.0.3

08 Dec 18:40
b72ba91
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
  • Rename terrastack to terramate
  • Make project public

v0.0.2

06 Dec 17:43
8d6ce3e
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

v0.0.1

09 Nov 12:07
cb034d0
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

The first release of Terrastack, supporting the features below:

  • initialization of stacks #2
  • List of stacks (including changed stacks) #5
  • Module change detection #8
  • Command-Line interface #6