Skip to content

Releases: gruntwork-io/terratest

v0.5.0

23 Jun 17:02

Choose a tag to compare

#37 some additional helper functions for use in tests

v0.4.1

27 Apr 15:45

Choose a tag to compare

#36: Simplify how Terratest defines its dependencies in glide.yaml.

v0.4.0

26 Apr 23:52

Choose a tag to compare

  • BREAKING CHANGE: This release removes the following properties from TerratestOptions:

    • TfRemoteStateS3BucketName
    • TfRemoteStateS3BucketRegion

    This was part of cleaning up left overs from when Terratest used Terraform Remote State. We do not anticipate this will cause a breaking change, but just in case a Terratest user directly references these properties, we're marking this as a breaking change.

v0.3.2

16 Apr 23:47

Choose a tag to compare

#34: Fix the SSH library so it sets the newly-required HostKeyCallback param.

v0.3.1

09 Apr 21:45

Choose a tag to compare

  • UPDATE: runSshCommand will now output both stdout and stderr in its output.

v0.3.0

17 Mar 04:45

Choose a tag to compare

Terratest now works with Terraform 0.9.x. The terratest API is unchanged but we are issuing a new major release because terratest will no longer work with Terraform < 0.9.

v0.2.6

23 Feb 14:48

Choose a tag to compare

  • #31: The PackerOptions struct now has an Only field which you can use to specify the name of a single Packer build to run.

v0.2.5

13 Jan 01:34

Choose a tag to compare

  • ENHANCEMENT: You can now define not only which AWS Regions are "forbidden" from being used in a test, but also those which are explicitly approved.

v0.2.4

14 Dec 05:15

Choose a tag to compare

v0.2.3

23 Oct 21:32

Choose a tag to compare

  • Update GetEcsOptimizedAmazonLinuxAmi to return latest version of the AMIs. The new versions support ECS Task IAM Roles.