v0.0.19
Features:
- Addr, DNS, and Command
--timeout
flag changed to be in a more human readable format.
Instead of--timeout 1000
now you can just run--timeout 1s
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