blob: d7aa7b2b17cf334011f3b80a6002a1189cd23077 [file] [log] [blame]
martin f. krafft3cd2a332014-10-28 15:58:23 +01001=========
2ChangeLog
3=========
4
5========= ========== ========================================================
6Version Date Changes
7========= ========== ========================================================
81.4.1 2014-10-28 * Revert debug logging, which wasn't fault-free and so
9 it needs more time to mature.
101.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.
161.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)
221.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)
261.2.1 2013-12-26 * Fix Salt adapter wrt. class mappings
27 (closes: #14)
281.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
381.1 2013-08-28 Salt adapter: fix interface to include minion_id, filter
39 output accordingly; fixes master_tops
401.0.2 2013-08-27 Fix incorrect versioning in setuptools
411.0.1 2013-08-27 Documentation updates, new homepage
421.0 2013-08-26 Initial release
43========= ========== ========================================================