Skip to content

Releases: coveooss/tgf

v1.13.3

28 Sep 20:13
Compare
Choose a tag to compare

Changelog

ff1b152 Add flush cache option -f or --flush-cache (shortcut for --terragrunt-source-update)


Automated with GoReleaser
Built with go version go1.8.3 linux/amd64

v1.13.2

03 Aug 22:57
Compare
Choose a tag to compare

Changelog

ad8876a Update README.md
2eba063 Repair the profile management.


Automated with GoReleaser
Built with go version go1.8.3 linux/amd64

v1.13.1

03 Aug 06:07
Compare
Choose a tag to compare

Changelog

413c988 Errors were not properly handled on init session with MFA
3744c29 Fix a problem causing tgf to ask the MFA without unsetting the AWS_PROFILE variable. That causes terragrunt to ask for the MFA on its turn and resulted in an error.


Automated with GoReleaser
Built with go version go1.8.3 linux/amd64

v1.13.0

26 Jul 17:17
Compare
Choose a tag to compare

Changelog

  • Add an option to make the mapping of the home directory optional
  • Add an option to configure the AWS profile
  • Add an option to set the logging level

Automated with GoReleaser
Built with go version go1.8.3 linux/amd64

v1.12.2

25 Jul 12:13
Compare
Choose a tag to compare

Changelog

d203d79 Added the recommended image warning


Automated with GoReleaser
Built with go version go1.8.3 linux/amd64

v1.12.1

18 Jul 23:27
Compare
Choose a tag to compare

Changelog

  • Updated the documentation
  • Add a debug mode to check the issued docker command.
  • Add libc6-compat to Alpine images to solve the problem of linux executable that caused "No such file or directory"
  • Add local folders configuration through .tgf.config files

Automated with GoReleaser
Built with go version go1.8.3 linux/amd64

Use of parameters store to stock default configuration

07 Jul 04:10
Compare
Choose a tag to compare

Pass any parameter after -- directly to entrypoint.

01 Jun 21:00
Compare
Choose a tag to compare

This change was required because:

tgf destroy -target=xxx

Interpreted this as tgf -t arget=xxx (tag for docker image)

By specifying:

tgf destroy -- -target=xxx

The target option will be directly passed to terraform.

Fix problem with flags

26 May 12:11
Compare
Choose a tag to compare

This version fix a problem with the evaluation of the flag.

Better mechanism to determine if Docker on Windows is running through Virtualbox

25 May 19:52
Compare
Choose a tag to compare