Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
terratest_log_parser_windows_386.exe | 2024-12-10 | 5.4 MB | |
terratest_log_parser_windows_amd64.exe | 2024-12-10 | 5.8 MB | |
terratest_log_parser_linux_arm64 | 2024-12-10 | 5.2 MB | |
terratest_log_parser_linux_386 | 2024-12-10 | 5.0 MB | |
terratest_log_parser_linux_amd64 | 2024-12-10 | 5.4 MB | |
terratest_log_parser_darwin_amd64 | 2024-12-10 | 5.2 MB | |
terratest_log_parser_darwin_arm64 | 2024-12-10 | 5.2 MB | |
SHA256SUMS | 2024-12-10 | 1.4 kB | |
pick-instance-type_windows_amd64.exe | 2024-12-10 | 22.5 MB | |
pick-instance-type_windows_386.exe | 2024-12-10 | 21.3 MB | |
pick-instance-type_linux_amd64 | 2024-12-10 | 21.9 MB | |
pick-instance-type_linux_arm64 | 2024-12-10 | 21.1 MB | |
pick-instance-type_linux_386 | 2024-12-10 | 20.7 MB | |
pick-instance-type_darwin_arm64 | 2024-12-10 | 21.5 MB | |
pick-instance-type_darwin_amd64 | 2024-12-10 | 21.8 MB | |
README.md | 2024-12-10 | 3.0 kB | |
v0.48.0 source code.tar.gz | 2024-12-10 | 3.7 MB | |
v0.48.0 source code.zip | 2024-12-10 | 4.3 MB | |
Totals: 18 Items | 196.1 MB | 0 |
Modules affected
terraform
aws
helm
logger
http-helper
opa
docker
What's Changed
- fix: replace the deprecated logger.Logf and logger.Log for the new Logger by @seblaz in https://github.com/gruntwork-io/terratest/pull/1449
- fix: issue --namespace showing twice by @james03160927 in https://github.com/gruntwork-io/terratest/pull/1452
- Bump rexml from 3.3.3 to 3.3.9 in /docs by @dependabot in https://github.com/gruntwork-io/terratest/pull/1458
- add GetWhetherSchemaExistsInRdsPostgresInstance by @james03160927 in https://github.com/gruntwork-io/terratest/pull/1465
- Make
Log
andLogf
threadsafe by @james03160927 in https://github.com/gruntwork-io/terratest/pull/1467 - Update resource by @james03160927 in https://github.com/gruntwork-io/terratest/pull/1472
- update go.mod pkg for GCP, DNS and few other shared pkg. fix [#1414] by @wakeful in https://github.com/gruntwork-io/terratest/pull/1469
- fix [#1363] build lambda bin from src instead using a blob + bump ext pkg. by @wakeful in https://github.com/gruntwork-io/terratest/pull/1470
- feat: Add put method into AWS Secrets Manager helper interface. by @forjor in https://github.com/gruntwork-io/terratest/pull/1466
- Opa EvalWithOutput by @james03160927 in https://github.com/gruntwork-io/terratest/pull/1468
- migrate to AWS SDKv2, updating only singnatures and making sure tests are passing by @wakeful in https://github.com/gruntwork-io/terratest/pull/1451
- feat: Renaming
master
tomain
wherever it's referenced by @yhakbar in https://github.com/gruntwork-io/terratest/pull/1476 - add platform parameter to docker run command. fix [#1310] by @wakeful in https://github.com/gruntwork-io/terratest/pull/1471
- Upgrade github.com/hashicorp/go-getter to v2 for remove indirect github.com/aws/aws-sdk-go reference by @bozaro in https://github.com/gruntwork-io/terratest/pull/1477
- do not log ec2 keypair by @james03160927 in https://github.com/gruntwork-io/terratest/pull/1480
- httpdo* with global proxy by @james03160927 in https://github.com/gruntwork-io/terratest/pull/1481
- fix [#1478] we should copy the TF module into a temporary directory before running tests in parallel by @wakeful in https://github.com/gruntwork-io/terratest/pull/1479
- JSON output fetching fixes by @denis256 in https://github.com/gruntwork-io/terratest/pull/1462
New Contributors
- @seblaz made their first contribution in https://github.com/gruntwork-io/terratest/pull/1449
- @wakeful made their first contribution in https://github.com/gruntwork-io/terratest/pull/1469
- @forjor made their first contribution in https://github.com/gruntwork-io/terratest/pull/1466
- @yhakbar made their first contribution in https://github.com/gruntwork-io/terratest/pull/1476
- @bozaro made their first contribution in https://github.com/gruntwork-io/terratest/pull/1477
Full Changelog: https://github.com/gruntwork-io/terratest/compare/v0.47.2...v0.47.3