Terratest Versions Save

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

v0.46.4

6 months ago

Description

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

v0.46.3

6 months ago

Description

  • Updated dependency google.golang.org/grpc from 1.51.0 to 1.56.3

v0.46.2

6 months ago

Description

  • Updated dependency github.com/docker/distribution from 2.7.1+incompatible to 2.8.2+incompatible

v0.46.1

6 months ago

Description

  • Updated dependency golang.org/x/net from 0.8.0 to 0.17.0

v0.46.0

7 months ago

Modules affected

  • terraform

Description

  • Added support for OpenTofu in terraform module

Migration Guide

Switching to tofu:

  1. Install OpenTofu cli https://github.com/opentofu/opentofu
  2. Apply one of:

v0.45.0

7 months ago

Description

  • Removed Go patch version from go.mod

v0.44.1

7 months ago

Description

  • Updated AMI module to support Ubuntu 20.04 and 22.04.

v0.44.0

7 months ago

Description

  • Updated minimal Go version to 1.21

v0.43.13

8 months ago

Modules affected

  • azure

Description

  • Added new fields to the NsgRuleSummary structure

Special thanks

Special thanks to the following users for their contribution!

  • @DamianJarzebowski

v0.43.12

9 months ago

Modules affected

  • k8s

Description

  • Fixed panic in WaitUntilDeploymentAvailable in the k8s module

Special thanks

Special thanks to the following users for their contribution!

  • @antoninbas