Skip to content

Releases: gruntwork-io/terratest

v0.7.2

20 Dec 21:41
8b768cd

Choose a tag to compare

#51: add the ability to lookup an ACM certificate's ARN by name

v0.7.1

01 Dec 00:09
d1681b6

Choose a tag to compare

#50: The terratest.Apply method will now properly return errors from terraform.Init, instead of ignoring them.

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.