Skip to content

Releases: gruntwork-io/terratest

v0.7.0

20 Nov 11:48
7884703

Choose a tag to compare

#49: Add the -auto-approve flag to terraform apply so that Terratest works with Terraform v0.11.x.

v0.6.4

30 Jun 14:19

Choose a tag to compare

make TestSuiteBase struct members public so embedding works

v0.6.3

30 Jun 14:03

Choose a tag to compare

  • Add new GetDedicatedTestKeyArn helper
  • Add Test Suite base struct

v0.6.2

29 Jun 16:36

Choose a tag to compare

  • add GetIamCurrentUserArn
  • rename GetIamUserName to GetIamCurrentUserName

v0.6.1

27 Jun 17:40

Choose a tag to compare

logrus changed their GitHub repo to all lowercase and broke all go packages that use their library.

See here and here

This release creates an alias until all downstream packages have addressed the issue as well, at which time we'll switch our code to use github.com/sirupsen/logrus rather than github.com/Sirupsen/logrus

v0.6.0

26 Jun 05:14

Choose a tag to compare

logrus changed their GitHub repo to all lowercase and broke all go packages that use their library.

See here and here

This release creates an alias until all downstream packages have addressed the issue as well, at which time we'll switch our code to use github.com/sirupsen/logrus rather than github.com/Sirupsen/logrus

v0.5.5

26 Jun 02:55

Choose a tag to compare

fix bug with quoting in TerminateInstance method

v0.5.4

26 Jun 00:38

Choose a tag to compare

Fix a bug with an extraneous import statement. Version v0.5.3 was pulled because it contained this bug.

v0.5.2

25 Jun 23:57

Choose a tag to compare

Add additional AWS and GIT test helper methods

v0.5.1

23 Jun 21:55

Choose a tag to compare

#38: The SSH and HTTP helpers now all set a 10 second connection timeout by default. This should help prevent connections hanging for a long time if the server they are connecting to is unresponsive.