Skip to content

Releases: gruntwork-io/terratest

v0.5.2

25 Jun 23:57
Compare
Choose a tag to compare

Add additional AWS and GIT test helper methods

v0.5.1

23 Jun 21:55
Compare
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.

v0.5.0

23 Jun 17:02
Compare
Choose a tag to compare

#37 some additional helper functions for use in tests

v0.4.1

27 Apr 15:45
Compare
Choose a tag to compare

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

v0.4.0

26 Apr 23:52
Compare
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
Compare
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
Compare
Choose a tag to compare
  • UPDATE: runSshCommand will now output both stdout and stderr in its output.

v0.3.0

17 Mar 04:45
Compare
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
Compare
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
Compare
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.