Skip to content

Releases: gruntwork-io/terratest

v0.1.10

21 Apr 21:53
Compare
Choose a tag to compare
  • Add helper for fetching CloudWatch log entries
  • Add helper for fetching EC2 instances by tag
  • Add helpers for running parts of a test in parallel

v0.1.9

20 Apr 19:10
Compare
Choose a tag to compare
  • Use unique names for Key Pair files so you can run multiple SSH checks in paralllel
  • Fix glide issues in this repo

v0.1.8

07 Apr 23:46
Compare
Choose a tag to compare

Breaking Changes:

  • CheckSshConnection() and CheckPrivateSshConnection() now accept a struct of type Host as one of its parameters instead of three separate properties. Because function signature has changed, since this is a breaking change.

v0.1.7

07 Apr 04:04
Compare
Choose a tag to compare
  • Introduce ssh.CheckPrivateSshConnection() to validate accessing a private server via a bastion host.

v0.1.6

02 Apr 11:10
Compare
Choose a tag to compare
  • GetDefaultVpc now returns a list of custom Subnet objects rather than ec2.Subnet.

v0.1.5

01 Apr 22:34
Compare
Choose a tag to compare
  • The GetRandomVpc method has been changed to a GetDefaultVpc method.

v0.1.4

30 Mar 22:05
Compare
Choose a tag to compare
  • Add a helper for running packer builds
  • Add a helper for checking SSH connectivity

v0.1.3

29 Mar 10:25
Compare
Choose a tag to compare
  1. Add helpers for checking URLs, including HttpGet, HttpGetWithRetry, and CheckTerraformOutputUrlReturnsExpectedText.
  2. Add AccountId to RandomResourceCollection.
  3. Add a GetRandomVpc method that retrieves a random VPC in a specified region. The VPC details include the vpc id, name, and subnets.
  4. Add a GetAmazonLinuxAmi that returns the ID of an Amazon Linux AMI in the specified region.

v0.1.2

28 Mar 11:20
Compare
Choose a tag to compare

This release does two things:

  1. Adds a terratest.Output command that wraps terraform output.
  2. Renames ApplyOptions to TerratestOptions.

v0.1.1

18 Mar 22:11
Compare
Choose a tag to compare

This release allows library consumers to use only the terratest package and no longer expects consumers to use internal packages. Specific new features include:

  • Adds a helper function that returns a convenient format for a list of AWS availability zones.
  • Adds a helper function to get a random CIDR block from the terratest package.