Skip to content

Releases: gruntwork-io/terratest

v0.47.2

01 Oct 09:47
cf38360

Choose a tag to compare

Modules affected

  • ssh
  • terraform

Description

  • Updated logging line in ssh module
  • Refined terraform output by removing unnecessary info lines
  • Update rexml dependency

Related links

Full Changelog: v0.47.1...v0.47.2

v0.47.1

30 Aug 12:06
1a1a8c1

Choose a tag to compare

Modules affected

  • aws
  • retry

Description

  • Extended VPC struct to support cidrblock,cidr associations and ipv6 a… by @james03160927 in #1422
  • Add Route53 by @james03160927 in #1421
  • Allow to fail on specific warning messages by @james03160927 in #1426
  • Fix CircleCi Helm Test by @james03160927 in #1429
  • OpenTofu 1.8 upgrade by @denis256 in #1431
  • Bump nokogiri from 1.16.3 to 1.16.5 in /docs by @dependabot in #1406
  • Bump rexml from 3.2.5 to 3.3.3 in /docs by @dependabot in #1430
  • Bump github.com/docker/cli from 20.10.7+incompatible to 20.10.9+incompatible by @dependabot in #1410
  • Bump commonmarker from 0.17.13 to 0.23.10 in /docs by @dependabot in #1433
  • Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs by @dependabot in #1434
  • Bump github.com/docker/docker from 24.0.9+incompatible to 25.0.6+incompatible by @dependabot in #1428
  • Fix additional issues with circleCi by @james03160927 in #1436
  • Update go-getter from v1.7.5 to v1.7.6 by @roysha1 in #1438

Special thanks

Special thanks to the following users for their contribution!

Related links

Full Changelog: v0.47.0...v0.47.1

v0.47.0

12 Jul 15:39
710d6af

Choose a tag to compare

Modules affected

  • packer
  • aws
  • helm
  • azure

Description

  • Added support for Packer 1.10
  • Fixed error checking in Azure
  • Fixed tests and documentation for helm, aws, packer modules

Related links

v0.46.16

27 Jun 20:36
f1bec3b

Choose a tag to compare

Description

  • Updated github.com/hashicorp/go-getter from 1.7.4 to 1.7.5.

Related links

v0.46.15

21 May 19:10
2851217

Choose a tag to compare

Description

Related links

v0.46.14

23 Apr 17:07
df790da

Choose a tag to compare

Modules affected

  • opa

Description

  • Updated go-getter to 1.7.4

Related links

v0.46.13

20 Mar 19:42
61cc70b

Choose a tag to compare

Modules affected

  • docker

Description

  • Updated github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible

Related links

v0.46.12

18 Mar 19:23
dca3638

Choose a tag to compare

Description

  • Updated google.golang.org/protobuf from 1.31.0 to 1.33.0
  • Updated golang.org/x/crypto from 0.14.0 to 0.17.0
  • Updated nokogiri from 1.14.3 to 1.16.3

Related links

v0.46.11

16 Jan 20:09
7556978

Choose a tag to compare

Modules affected

  • aws

Description

  • Updated GetAmazonLinuxAmiE to search for Amazon Linux 2 AMIs

Related links

v0.46.10

16 Jan 19:00
74d9df0

Choose a tag to compare

Modules affected

  • test-structure
  • git

Description

  • Updated runValidateOnAllTerraformModules function, which is used under the hood by ValidateAllTerraformModules and OPAEvalAllTerraformModules, to:
  1. Find the Git root using git.GetRepoRootForDirE, instead of a hard-coded ../../ file path.
  2. Copy the Git root to a temp folder once, rather than once per sub-test.

Related links