- Be indifferent about symbols and strings for hash keys when diff'ing
-
Add knife plugins for all existing functionality:
- knife inspect
- knife cookbook inspect [COOKBOOK]
- knife data bag inspect [BAG] [ITEM]
- knife environment inspect [ENVIRONMENT]
- knife role inspect [ROLE]
-
Lost support for quiet-sucess option (We can add that back, or make a quiet options that just returns exit status).
- Make loading of Chef Config a little more robust.
- Ignore _default environment if it only exists on the server.
- Switch to RSpec
- Add some test coverage (still needs much more).
- Add option to suppress terminal output on successful checks.
- Add option to not use ansi color output.
- Make cookbook version comparison use Chef's native version class.
- Fix a bug I created in last release when passing no component.
-
Make
inspect
the default task -
Add ability to specify individual components:
health_inspector inspect cookbooks
- Stop shelling out for knife commands, use Chef API directly for everything.
- Add new check for cookbooks: checksum comparison for each file.
- Fix 1.8.7 incompatibility introduced in last release (String#prepend).
- Add a better diff output.
- Add diff output to data bag items.
- Switch to yajl-ruby to fix JSON parsing issues (Chef uses this also).
- Bump Chef dependency version up to 10.14
- Add support for JSON environments.
- Add support for JSON roles.
- Display the diff between JSONs when JSON data doesn't match.
- Depend on Chef 0.10.8, since it depends on a later version of the json gem. An earlier version of the json gem was throwing incorrect parse errors.
- Fix #2, exception when a data bag item json file doesn't exist locally.
- Add checks for data bags, data bag items, environments, and roles.
- Read cookbook paths from knife config file instead of hardcoding /cookbooks.
- Make sure we iterate over actual cookbooks in cookbooks folder.
- Initial release.