Skip to content

Releases: segmentio/terrafile

v0.7-segment.1

30 Jan 15:23
abe6bad
Compare
Choose a tag to compare

This release builds Terrafile with go 1.18 and with the dependencies updated.
This release is not in aligned with upstream and thats why tagged -sgement.1.

What's Changed

  • Updating go to v 1.18 by @KomailKanjee in #7

New Contributors

  • @KomailKanjee made their first contribution in #7

Full Changelog: v0.7...v0.7-segment.1

v0.7

28 Nov 19:52
87b92fe
Compare
Choose a tag to compare

This release add community Terrafile format support

terracode-modules-chamber:
  source: "[email protected]:segmentio/terracode-modules"
  version: "chamber_v2.0.0"
terracode-modules-iam:
  source: "[email protected]:segmentio/terracode-modules"
  version: "iam_v1.0.0"
terracode-modules:
  source: "[email protected]:segmentio/terracode-modules"
  version: "master"
$ terrafile
[*] Cloning   [email protected]:segmentio/terracode-modules
[*] Vendoring ref chamber_v2.0.0
[*] Vendoring ref iam_v1.0.0
[*] Vendoring ref master
$ ls -A1 .terrafile
terracode-modules-chamber
terracode-modules-iam
terracode-modules

v0.6

23 Jul 23:11
01a1647
Compare
Choose a tag to compare

This release switches Terrafile to go modules.

v0.5

15 Apr 23:17
e84b4d9
Compare
Choose a tag to compare

This release customizes Terrafile for segment usage:

  • Change default path to /tmp/terrafile-cache
  • Change default directory to .terrafile
  • convert from git clone to git checkout