martin f. krafft | 3cd2a33 | 2014-10-28 15:58:23 +0100 | [diff] [blame] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
| 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
| 3 | |
| 4 | |
| 5 | <html xmlns="http://www.w3.org/1999/xhtml"> |
| 6 | <head> |
| 7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 8 | |
| 9 | <title>ChangeLog — reclass 1.4.1 documentation</title> |
| 10 | |
| 11 | <link rel="stylesheet" href="_static/default.css" type="text/css" /> |
| 12 | <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> |
| 13 | |
| 14 | <script type="text/javascript"> |
| 15 | var DOCUMENTATION_OPTIONS = { |
| 16 | URL_ROOT: './', |
| 17 | VERSION: '1.4.1', |
| 18 | COLLAPSE_INDEX: false, |
| 19 | FILE_SUFFIX: '.html', |
| 20 | HAS_SOURCE: true |
| 21 | }; |
| 22 | </script> |
| 23 | <script type="text/javascript" src="_static/jquery.js"></script> |
| 24 | <script type="text/javascript" src="_static/underscore.js"></script> |
| 25 | <script type="text/javascript" src="_static/doctools.js"></script> |
| 26 | <link rel="top" title="reclass 1.4.1 documentation" href="index.html" /> |
| 27 | <link rel="prev" title="reclass to-do list" href="todo.html" /> |
| 28 | </head> |
| 29 | <body> |
| 30 | <div class="related"> |
| 31 | <h3>Navigation</h3> |
| 32 | <ul> |
| 33 | <li class="right" style="margin-right: 10px"> |
| 34 | <a href="genindex.html" title="General Index" |
| 35 | accesskey="I">index</a></li> |
| 36 | <li class="right" > |
| 37 | <a href="todo.html" title="reclass to-do list" |
| 38 | accesskey="P">previous</a> |</li> |
| 39 | <li><a href="index.html">reclass</a> »</li> |
| 40 | </ul> |
| 41 | </div> |
| 42 | |
| 43 | <div class="document"> |
| 44 | <div class="documentwrapper"> |
| 45 | <div class="bodywrapper"> |
| 46 | <div class="body"> |
| 47 | |
| 48 | <div class="section" id="changelog"> |
| 49 | <h1>ChangeLog<a class="headerlink" href="#changelog" title="Permalink to this headline">ΒΆ</a></h1> |
| 50 | <table border="1" class="docutils"> |
| 51 | <colgroup> |
| 52 | <col width="12%" /> |
| 53 | <col width="13%" /> |
| 54 | <col width="75%" /> |
| 55 | </colgroup> |
| 56 | <thead valign="bottom"> |
| 57 | <tr class="row-odd"><th class="head">Version</th> |
| 58 | <th class="head">Date</th> |
| 59 | <th class="head">Changes</th> |
| 60 | </tr> |
| 61 | </thead> |
| 62 | <tbody valign="top"> |
| 63 | <tr class="row-even"><td>1.4.1</td> |
| 64 | <td>2014-10-28</td> |
| 65 | <td><ul class="first last simple"> |
| 66 | <li>Revert debug logging, which wasn’t fault-free and so |
| 67 | it needs more time to mature.</li> |
| 68 | </ul> |
| 69 | </td> |
| 70 | </tr> |
| 71 | <tr class="row-odd"><td>1.4</td> |
| 72 | <td>2014-10-25</td> |
| 73 | <td><ul class="first last simple"> |
| 74 | <li>Add rudimentary debug logging</li> |
| 75 | <li>Prevent interpolate() from overwriting merged values</li> |
| 76 | <li>Look for “init” instead of “index” when being fed |
| 77 | a directory.</li> |
| 78 | <li>Fix error reporting on node name collision across |
| 79 | subdirectories.</li> |
| 80 | </ul> |
| 81 | </td> |
| 82 | </tr> |
| 83 | <tr class="row-even"><td>1.3</td> |
| 84 | <td>2014-03-01</td> |
| 85 | <td><ul class="first last simple"> |
| 86 | <li>Salt: pillar data from previous pillars are now |
| 87 | available to reclass parameter interpolation</li> |
| 88 | <li>yaml_fs: classes may be defined in subdirectories |
| 89 | (closes: #12, #19, #20)</li> |
| 90 | <li>Migrate Salt adapter to new core API (closes: #18)</li> |
| 91 | <li>Fix –nodeinfo invocation in docs (closes: #21)</li> |
| 92 | </ul> |
| 93 | </td> |
| 94 | </tr> |
| 95 | <tr class="row-odd"><td>1.2.2</td> |
| 96 | <td>2013-12-27</td> |
| 97 | <td><ul class="first last simple"> |
| 98 | <li>Recurse classes obtained from class mappings |
| 99 | (closes: #16)</li> |
| 100 | <li>Fix class mapping regexp rendering in docs |
| 101 | (closes: #15)</li> |
| 102 | </ul> |
| 103 | </td> |
| 104 | </tr> |
| 105 | <tr class="row-even"><td>1.2.1</td> |
| 106 | <td>2013-12-26</td> |
| 107 | <td><ul class="first last simple"> |
| 108 | <li>Fix Salt adapter wrt. class mappings |
| 109 | (closes: #14)</li> |
| 110 | </ul> |
| 111 | </td> |
| 112 | </tr> |
| 113 | <tr class="row-odd"><td>1.2</td> |
| 114 | <td>2013-12-10</td> |
| 115 | <td><ul class="first last simple"> |
| 116 | <li>Introduce class mappings (see <a class="reference internal" href="operations.html"><em>reclass operations</em></a>) |
| 117 | (closes: #5)</li> |
| 118 | <li>Fix parameter interpolation across merged lists |
| 119 | (closes: #13).</li> |
| 120 | <li>Caching of classes for performance reasons, especially |
| 121 | during the inventory runs</li> |
| 122 | <li>yaml_fs: nodes may be defined in subdirectories |
| 123 | (closes: #10).</li> |
| 124 | <li>Classes and nodes URI must not overlap anymore</li> |
| 125 | <li>Class names must not contain spaces</li> |
| 126 | </ul> |
| 127 | </td> |
| 128 | </tr> |
| 129 | <tr class="row-even"><td>1.1</td> |
| 130 | <td>2013-08-28</td> |
| 131 | <td>Salt adapter: fix interface to include minion_id, filter |
| 132 | output accordingly; fixes master_tops</td> |
| 133 | </tr> |
| 134 | <tr class="row-odd"><td>1.0.2</td> |
| 135 | <td>2013-08-27</td> |
| 136 | <td>Fix incorrect versioning in setuptools</td> |
| 137 | </tr> |
| 138 | <tr class="row-even"><td>1.0.1</td> |
| 139 | <td>2013-08-27</td> |
| 140 | <td>Documentation updates, new homepage</td> |
| 141 | </tr> |
| 142 | <tr class="row-odd"><td>1.0</td> |
| 143 | <td>2013-08-26</td> |
| 144 | <td>Initial release</td> |
| 145 | </tr> |
| 146 | </tbody> |
| 147 | </table> |
| 148 | </div> |
| 149 | |
| 150 | |
| 151 | </div> |
| 152 | </div> |
| 153 | </div> |
| 154 | <div class="sphinxsidebar"> |
| 155 | <div class="sphinxsidebarwrapper"> |
| 156 | <h4>Previous topic</h4> |
| 157 | <p class="topless"><a href="todo.html" |
| 158 | title="previous chapter">reclass to-do list</a></p> |
| 159 | <div id="searchbox" style="display: none"> |
| 160 | <h3>Quick search</h3> |
| 161 | <form class="search" action="search.html" method="get"> |
| 162 | <input type="text" name="q" /> |
| 163 | <input type="submit" value="Go" /> |
| 164 | <input type="hidden" name="check_keywords" value="yes" /> |
| 165 | <input type="hidden" name="area" value="default" /> |
| 166 | </form> |
| 167 | <p class="searchtip" style="font-size: 90%"> |
| 168 | Enter search terms or a module, class or function name. |
| 169 | </p> |
| 170 | </div> |
| 171 | <script type="text/javascript">$('#searchbox').show(0);</script> |
| 172 | </div> |
| 173 | </div> |
| 174 | <div class="clearer"></div> |
| 175 | </div> |
| 176 | <div class="related"> |
| 177 | <h3>Navigation</h3> |
| 178 | <ul> |
| 179 | <li class="right" style="margin-right: 10px"> |
| 180 | <a href="genindex.html" title="General Index" |
| 181 | >index</a></li> |
| 182 | <li class="right" > |
| 183 | <a href="todo.html" title="reclass to-do list" |
| 184 | >previous</a> |</li> |
| 185 | <li><a href="index.html">reclass</a> »</li> |
| 186 | </ul> |
| 187 | </div> |
| 188 | <div class="footer"> |
| 189 | © Copyright 2013, martin f. krafft. |
| 190 | Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.3. |
| 191 | </div> |
| 192 | </body> |
| 193 | </html> |