Releases: gruntwork-io/terratest
Releases · gruntwork-io/terratest
v0.40.19
v0.40.18
Modules affected
docker
Description
- Added usage of
docker compose
command if is available - Updated quick-start documentation to work with Go 1.17
- Added Windows ec2 instance example
- Updated Set permissions for GitHub actions
Special thanks
Special thanks to the following users for their contribution!
Related links
v0.40.17
Modules affected
aws
Description
- Added
aws.GetDefaultSubnetIDsForVpc
to retrieve default subnet ids - Updated
aws.IsPublicSubnet
to check implicit association with the main route table in VPC when the subnet does not have any explicitly associated route tables
Special thanks
Special thanks to the following users for their contribution!
Related links
v0.40.16
v0.40.15
v0.40.14
v0.40.13
v0.40.12
Modules affected
helm
Description
- Updated
RenderTemplateE
function to rebuild helm chart dependencies
Special thanks
Special thanks to the following users for their contribution!
Related links
v0.40.11
v0.40.10
Modules affected
version-checker
[NEW]
Description
- Added a new helper function
version_checker.CheckVersion
andversion_checker.CheckVersionE
which can be used to assert that installed tools satisfy a version constraint.
Special thanks
Special thanks to the following users for their contribution!
- @hongil0316