Terratest Versions Save

Terratest is a Go library that makes it easier to write automated tests for your infrastructure code.

v0.46.14

1 week ago

Modules affected

  • opa

Description

  • Updated go-getter to 1.7.4

v0.46.13

1 month ago

Modules affected

  • docker

Description

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

v0.46.12

1 month ago

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

v0.46.11

3 months ago

Modules affected

  • aws

Description

  • Updated GetAmazonLinuxAmiE to search for Amazon Linux 2 AMIs

v0.46.10

3 months ago

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.

v0.46.9

3 months ago

Modules affected

  • helm

Description

Special thanks

Special thanks to the following users for their contribution!

  • @jguionnet

v0.46.8

4 months ago

Modules affected

  • k8s

Description

  • Updated k8s.io/apimachinery from v0.27.2 to v0.28.4.
  • Updated k8s.io/client-go from v0.27.2 to v0.28.4.

Special thanks

Special thanks to the following users for their contribution!

  • @marcofranssen

v0.46.7

5 months ago

Modules affected

  • http-helper

Description

  • Added handling for nil body in http-helper.

Special thanks

Special thanks to the following users for their contribution!

  • @semihbkgr

v0.46.6

5 months ago

Modules affected

  • helm

Description

  • Added support for the --repo options to the helm test feature

Special thanks

Special thanks to the following users for their contribution!

  • @jguionnet

v0.46.5

6 months ago

Modules affected

  • k8s

Description

  • Added RestConfig field to extend auth options for Kubernetes client.

Special thanks

Special thanks to the following users for their contribution!

  • @kirecek