Releases: goss-org/goss
Releases · goss-org/goss
v0.0.14
Add upstart support for services
v0.0.13
- Fix regression with JSON format. duration should be int64 not float64
v0.0.12
New feature:
- Add
goss validate --format nagiosto allow script to be used with Nagios/Sensu
Changes:
goss add --ignore-attrchanged togoss add --exclude-attr- Normalize duration output to seconds
- JSON format now includes a
summary-linethat is more human readable.
v0.0.11
v0.0.10
v0.0.9
v0.0.8
Fix typo in json processe -> process
Note: If migrating from a previous version JSON will need to be modified manually to process
v0.0.7
Add goss validate --format json
v0.0.6
Two new features to goss validate:
goss validate --format FORMAT, valid options are:rspecish: same as before [default]documentation: More verbose output, can be useful for audit reports
- color output by default for tty,
goss validate --no-colorto force off
v0.0.4
- Changed JSON format to use maps (maybe use hcl in the future?..)
- Change -f flag to -g
- Cleanup some dead code