Skip to content

Releases: goss-org/goss

v0.0.14

03 Nov 21:13
Compare
Choose a tag to compare

Add upstart support for services

v0.0.13

01 Nov 15:48
Compare
Choose a tag to compare
  • Fix regression with JSON format. duration should be int64 not float64

v0.0.12

31 Oct 15:59
Compare
Choose a tag to compare

New feature:

  • Add goss validate --format nagios to allow script to be used with Nagios/Sensu

Changes:

  • goss add --ignore-attr changed to goss add --exclude-attr
  • Normalize duration output to seconds
  • JSON format now includes a summary-line that is more human readable.

v0.0.11

30 Oct 18:48
Compare
Choose a tag to compare
  • Add --ignore-attr flag to add command: doc

v0.0.10

29 Oct 18:31
Compare
Choose a tag to compare
  • Add duration to output. Made json output key names consistent with goss.json
  • Fix issue #10

v0.0.9

28 Oct 18:54
Compare
Choose a tag to compare

Fix issue #8

v0.0.8

28 Oct 17:49
Compare
Choose a tag to compare

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

26 Oct 21:39
Compare
Choose a tag to compare

Add goss validate --format json

v0.0.6

23 Oct 21:26
Compare
Choose a tag to compare

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-color to force off

v0.0.4

10 Oct 16:51
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
  • Changed JSON format to use maps (maybe use hcl in the future?..)
  • Change -f flag to -g
  • Cleanup some dead code