Download Latest Version pick-instance-type_windows_386.exe (24.6 MB)
Email in envelope

Get an email when there's a new version of Terratest

Home / v1.0.1
Name Modified Size InfoDownloads / Week
Parent folder
terratest_log_parser_windows_amd64.exe 2026-06-27 6.5 MB
terratest_log_parser_windows_386.exe 2026-06-27 6.1 MB
terratest_log_parser_linux_arm64 2026-06-27 5.9 MB
terratest_log_parser_linux_amd64 2026-06-27 6.2 MB
terratest_log_parser_linux_386 2026-06-27 5.8 MB
terratest_log_parser_darwin_arm64 2026-06-27 6.0 MB
terratest_log_parser_darwin_amd64 2026-06-27 6.2 MB
pick-instance-type_windows_amd64.exe 2026-06-27 26.0 MB
pick-instance-type_windows_386.exe 2026-06-27 24.6 MB
pick-instance-type_linux_arm64 2026-06-27 23.9 MB
pick-instance-type_linux_amd64 2026-06-27 25.5 MB
pick-instance-type_linux_386 2026-06-27 23.9 MB
pick-instance-type_darwin_arm64 2026-06-27 24.8 MB
pick-instance-type_darwin_amd64 2026-06-27 26.3 MB
SHA256SUMS 2026-06-27 1.4 kB
README.md 2026-06-27 3.7 kB
v1.0.1 source code.tar.gz 2026-06-27 3.9 MB
v1.0.1 source code.zip 2026-06-27 4.5 MB
Totals: 18 Items   226.3 MB 0

Highlights

This release starts the Terratest v1 maintenance phase. It is non-breaking and safe to upgrade to from any recent v1.x: nothing is removed or changed at runtime. The headline change is // Deprecated: annotations on the packages slated for removal in v2, each with inline guidance on the standard-library (or third-party) replacement.

Deprecated (removed in v2, not in this release):

  • modules/collections -> standard library slices
  • modules/environment -> os.Getenv at the call site
  • modules/git -> shell out to git with os/exec
  • modules/version-checker -> shell out to check a binary's version
  • modules/slack -> the github.com/slack-go/slack client directly

Each deprecated symbol's doc comment shows the concrete replacement.

v1 maintenance policy: security fixes only, delivered on the v1 branch, until 12 months after v2.0.0 reaches general availability. v2 ships under new /v2 module paths, so v1-pinned consumers are unaffected. This commit is the permanent v1 head; the long-lived v1 branch is cut from here. A v1-to-v2 import path map is included at docs/v2-import-map.md.

What's Changed

Full Changelog: https://github.com/gruntwork-io/terratest/compare/v1.0.0...v1.0.1

Source: README.md, updated 2026-06-27