Releases: gruntwork-io/terratest
Releases · gruntwork-io/terratest
v0.47.2
v0.47.1
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
v0.46.16
v0.46.15
v0.46.14
v0.46.13
v0.46.12
v0.46.11
v0.46.10
Modules affected
test-structure
git
Description
- Updated
runValidateOnAllTerraformModules
function, which is used under the hood byValidateAllTerraformModules
andOPAEvalAllTerraformModules
, to:
- Find the Git root using
git.GetRepoRootForDirE
, instead of a hard-coded../../
file path. - Copy the Git root to a temp folder once, rather than once per sub-test.