martin f. krafft | 3cd2a33 | 2014-10-28 15:58:23 +0100 | [diff] [blame] | 1 | ========= |
| 2 | ChangeLog |
| 3 | ========= |
| 4 | |
| 5 | ========= ========== ======================================================== |
| 6 | Version Date Changes |
| 7 | ========= ========== ======================================================== |
| 8 | 1.4.1 2014-10-28 * Revert debug logging, which wasn't fault-free and so |
| 9 | it needs more time to mature. |
| 10 | 1.4 2014-10-25 * Add rudimentary debug logging |
| 11 | * Prevent interpolate() from overwriting merged values |
| 12 | * Look for "init" instead of "index" when being fed |
| 13 | a directory. |
| 14 | * Fix error reporting on node name collision across |
| 15 | subdirectories. |
| 16 | 1.3 2014-03-01 * Salt: pillar data from previous pillars are now |
| 17 | available to reclass parameter interpolation |
| 18 | * yaml_fs: classes may be defined in subdirectories |
| 19 | (closes: #12, #19, #20) |
| 20 | * Migrate Salt adapter to new core API (closes: #18) |
| 21 | * Fix --nodeinfo invocation in docs (closes: #21) |
| 22 | 1.2.2 2013-12-27 * Recurse classes obtained from class mappings |
| 23 | (closes: #16) |
| 24 | * Fix class mapping regexp rendering in docs |
| 25 | (closes: #15) |
| 26 | 1.2.1 2013-12-26 * Fix Salt adapter wrt. class mappings |
| 27 | (closes: #14) |
| 28 | 1.2 2013-12-10 * Introduce class mappings (see :doc:`operations`) |
| 29 | (closes: #5) |
| 30 | * Fix parameter interpolation across merged lists |
| 31 | (closes: #13). |
| 32 | * Caching of classes for performance reasons, especially |
| 33 | during the inventory runs |
| 34 | * yaml_fs: nodes may be defined in subdirectories |
| 35 | (closes: #10). |
| 36 | * Classes and nodes URI must not overlap anymore |
| 37 | * Class names must not contain spaces |
| 38 | 1.1 2013-08-28 Salt adapter: fix interface to include minion_id, filter |
| 39 | output accordingly; fixes master_tops |
| 40 | 1.0.2 2013-08-27 Fix incorrect versioning in setuptools |
| 41 | 1.0.1 2013-08-27 Documentation updates, new homepage |
| 42 | 1.0 2013-08-26 Initial release |
| 43 | ========= ========== ======================================================== |