This repository has been archived by the owner on Jan 4, 2021. It is now read-only.
0.1.0
Improvements
- Add
assert
to themcollective
task using JGrep to provide a concise syntax for deep matching arbitrary hash and array data (#192) - Allow familiar dot syntax in fact filters for the Choria discovery method (#310)
- Raise an informative error when the client is run as root rather than fail silently in a hard to debug way (#307)
- Allow
host:port
lists to have white space between hosts (#290)
Bug Fixes
- Correctly handle JSON mode collectives in Playbooks wrt parsing results (#305)
- Remove the hard dependency on
ajcrowe/supervisord
until it supports modern concat (#308) - Fix fact filters in JSON mode collectives (#314)
Deprecations
- Deprecate the
mcollective_assert
task in favour of theassert
option in themcollective
task (#192)