Skip to content

v0.0.18

Compare
Choose a tag to compare
@aelsabbahy aelsabbahy released this 09 Jan 20:14
· 452 commits to master since this release

WARNING: If you are upgrading from v0.0.16 or earlier you and use addr you will run into an error with the IP attribute. Either manually convert it to an array of strings, or run the following on your existing goss.json files to migrate it:

sed -ri 's/("ip": )(".*")/\1[\2]/' goss.json

Features:

  • Allow user to specify --timeout for addr, dns, and command.
  • Added timeout to command and set the default command timeout to 10 seconds.