Skip to content

Releases: cfengine/cfbs

0.10.0

26 Oct 21:14
de7e224
Compare
Choose a tag to compare

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

22 Oct 16:01
180a02f
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: 0.9.2...0.9.3

0.9.2

14 Oct 15:57
535fe5b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.1...0.9.2

0.9.1

12 Oct 18:36
a883a0d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.9.0...0.9.1

0.9.0

11 Oct 15:40
4cceb25
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.8.0...0.9.0

0.8.0

07 Oct 13:41
7ebfafd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.1...0.8.0

0.7.1

05 Oct 16:19
d067b2a
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.7.0...0.7.1

0.7.0

05 Oct 14:18
f83f23d
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.6.2...0.7.0

0.6.2

22 Sep 16:10
c906820
Compare
Choose a tag to compare

Fixed issue with escaping special characters in JSON string pretty printing

0.6.1

21 Sep 13:52
176173d
Compare
Choose a tag to compare

Added better error message in case of badly formatted JSON.