Releases: cfengine/cfbs
Releases · cfengine/cfbs
0.10.0
What's Changed
- Added to .gitignore for local setup.py develop case by @craigcomstock in #32
- Support for adding modules from an archive by @vpodzime in #31
- Make sure 'commit' is a commit reference not branch/tag/... by @vpodzime in #33
- Validate 'website' and 'documentation' module fields by @vpodzime in #36
- Added examples / explanation of JSON file format by @olehermanse in #37
- Download modules from our mirror instead of cloning by @vpodzime in #35
- Changed the key from modules to index by @olehermanse in #38
Full Changelog: 0.9.3...0.10.0
0.9.3
What's Changed
- Support adding modules from git repositories by @vpodzime in #29
- Adding a directory now adds all policy files to inputs, enables autorun for bundles, and merges all def.json files into top-level def.json by @craigcomstock in #30
- note that in order for this feature to work you must include masterfiles module including this commit: cfengine/masterfiles@a371c3a
New Contributors
Full Changelog: 0.9.2...0.9.3
0.9.2
What's Changed
- ENT-7695 init command now sets default index if --index argument is present by @craigcomstock in #28
- CFE-3764 Added show/info command by @craigcomstock in #27
Full Changelog: 0.9.1...0.9.2
0.9.1
What's Changed
- CFE-3779 Show STDOUT/STDERR in case of command failure by @craigcomstock in #26
Full Changelog: 0.9.0...0.9.1
0.9.0
0.8.0
0.7.1
What's Changed
- Fixed issues found by flake8 by @olehermanse in #21
- Fixed issue with undefined functions when adding local files by @olehermanse in #22
Full Changelog: 0.7.0...0.7.1
0.7.0
What's Changed
- CFE-3762: Added options to specify alternate index by @olehermanse in #20
Full Changelog: 0.6.2...0.7.0
0.6.2
Fixed issue with escaping special characters in JSON string pretty printing
0.6.1
Added better error message in case of badly formatted JSON.