/usr/share/doc/ansible-tower-cli/html/HISTORY.html is in ansible-tower-cli-doc 3.2.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Release History — tower-cli documentation</title>
<link rel="stylesheet" href="_static/classic.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script type="text/javascript" src="_static/mathjax/MathJax.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="prev" title="Contributor’s Guide" href="CONTRIBUTING.html" />
</head>
<body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="CONTRIBUTING.html" title="Contributor’s Guide"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">tower-cli documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<div class="section" id="release-history">
<h1>Release History<a class="headerlink" href="#release-history" title="Permalink to this headline">¶</a></h1>
<div class="section" id="id1">
<h2>3.2.0 (2017-10-04)<a class="headerlink" href="#id1" title="Permalink to this headline">¶</a></h2>
<p><em>General:</em></p>
<ul class="simple">
<li>Officially support using tower_cli as a python library.</li>
<li>Major documentation updates. From 3.2.0 docs are hosted on <a class="reference external" href="http://tower-cli.readthedocs.io">http://tower-cli.readthedocs.io</a>.</li>
<li>Added project_update and inventory_update resources to allow canceling and deleting.</li>
</ul>
<p><em>Updates from Tower 3.2:</em></p>
<ul class="simple">
<li>Migrated to API V2. All API calls will start with <cite>/api/v2</cite> instead of <cite>/api/v1</cite>.</li>
<li>Made inventory_source an external resource and remove the old relationship as a group. associate. Remove launching inventory updates from group resource.</li>
<li>Added credential_type resource and significantly modified credential resource to reveal user-defined credentials feature of Tower 3.2.</li>
<li>Added job template extra credential (dis)association to reveal extra_credential field of 3.2 job templates.</li>
<li>Removed all source-specific inventory source fields and replaced them with a <cite>credential</cite> field.</li>
<li>Updated inventory resource fields to reveal smart inventory and insights integration features of Tower 3.2.</li>
<li>Added <cite>list_fact</cite> and <cite>insights</cite> commands to host resource to reveal smart inventory and insights integration features of Tower 3.2.</li>
<li>Added <cite>instance</cite> and <cite>instance_group</cite> resources to reveal instance/instance group feature of Tower 3.2.</li>
<li>Enabled (dis)associating instance groups to(from) organization, job_template and inventory resources to reveal instance/instance group feature of Tower 3.2.</li>
<li>Added support for Tower 3.2 SCM inventory sources.</li>
<li>Updated job_template resource fields to reveal changes in Tower 3.2, including <cite>–diff</cite> mode feature.</li>
<li>Updated job resource launch command to reveal changes in Tower 3.2, including <cite>–diff</cite> mode feature.</li>
<li>Updated ad_hoc resource fields to reveal changes in Tower 3.2, including <cite>–diff</cite> mode feature. Specifically, changed name of <cite>–become</cite> of <cite>launch</cite> command into <cite>–become-enabled</cite>.</li>
</ul>
<p><em>Deprecated features:</em></p>
<ul class="simple">
<li>Removed permission resource.</li>
<li>Disabled launching a job using the jobs endpoint.</li>
<li>Removed scan jobs in favor of new job fact cache.</li>
<li>Removed Rackspace options.</li>
<li>Old association function for project’s organization.</li>
</ul>
<p><em>Reflected from 3.1.8:</em></p>
<ul class="simple">
<li>Fix bug of incomplete role membership lookup, preventing granting of roles.</li>
<li>Combine click parameters from multiple base classes in metaclass.</li>
<li>Fix unicode bug in human display format.</li>
<li>Add new page_size parameter to list view.</li>
<li>Add scm_update_cache_timeout field to project resource.</li>
<li>Begin process to deprecate python 2.6.</li>
</ul>
</div>
<div class="section" id="id2">
<h2>3.1.8 (2017-08-21)<a class="headerlink" href="#id2" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Fix bug of incomplete role membership lookup, preventing granting of roles</li>
<li>New method of installing tower-cli-v1, specific to API v1 use</li>
<li>Combine click parameters from multiple base classes in metaclass</li>
<li>Fix unicode bug in human display format</li>
<li>Add new page_size parameter to list view</li>
<li>Add scm_update_cache_timeout field to project resource</li>
<li>Begin process to deprecate python 2.6</li>
</ul>
</div>
<div class="section" id="id3">
<h2>3.1.7 (2017-08-07)<a class="headerlink" href="#id3" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Follow up 3.1.6 by duplicating exceptions.py to support <cite>import tower_cli.utils.exceptions</cite> syntax.</li>
</ul>
</div>
<div class="section" id="id4">
<h2>3.1.6 (2017-07-18)<a class="headerlink" href="#id4" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Fix a usage compatibility issue for Ansible Tower modules.</li>
</ul>
</div>
<div class="section" id="id5">
<h2>3.1.5 (2017-07-12)<a class="headerlink" href="#id5" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Major code base file structure refactor. Now all click-related logics are moved to <cite>tower_cli/cli/</cite> directory,
and <cite>exceptions.py</cite> as well as <cite>compat.py</cite> are moved out of utils directory into base directory.</li>
<li>Categorize help text options for resource action commands (like <cite>update</cite>) to increase readability.</li>
<li>Behavior change of workflow schema command. Now schema will both create new nodes and delete existing nodes when
needed to make the resulting workflow topology exactly the same as described in schema file.</li>
<li>Add command <cite>job_template callback</cite> to enable conducting provisioning callback via Tower CLI.</li>
<li>Add new format option to just echo id.</li>
<li>Expand some resource fields, including hipchat rooms for notification template and allow_simultaneous for job
templates.</li>
<li>Lookup related inventory sources with “starts with” logic if its name is not fully qualified.</li>
<li>Fixed a python 3.5 compatibility issue that causes job monitor traceback.</li>
<li>Minor typo and help text updates.</li>
</ul>
</div>
<div class="section" id="id6">
<h2>3.1.4 (2017-06-07)<a class="headerlink" href="#id6" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Support resource copy subcommand.</li>
<li>Support auth-token-based authentication for Tower CLI requests.</li>
<li>Support managing workflow roles, labels and notifications via Tower CLI.</li>
<li>Several fixes on RPM spec file.</li>
<li>Name change from ‘foreman’ to ‘satellite6’ in credential kind choices.</li>
<li>Fixed a bug where creating job templates with –extra-vars did not work after
3.1.0 upgrade.</li>
<li>Fixed traceback when launching job with –use-job-endpoint.</li>
<li>Enhanced json library usage to prevent traceback when using earlier python 2.6
versions.</li>
<li>Prevent throwing unnecessary warning when reading from global configuration file.</li>
</ul>
</div>
<div class="section" id="id7">
<h2>3.1.3 (2017-03-22)<a class="headerlink" href="#id7" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Fixed a bug where extra_vars were dropped in some commands.</li>
</ul>
</div>
<div class="section" id="id8">
<h2>3.1.2 (2017-03-21)<a class="headerlink" href="#id8" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Fixed a bug where global flags are not added to some commands.</li>
</ul>
</div>
<div class="section" id="id9">
<h2>3.1.1 (2017-03-13)<a class="headerlink" href="#id9" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Fixed a bug which blocks named resources from using runtime configure settings.</li>
<li>Fixed a bug in 3.1.0 which sometimes causes traceback when <cite>pk</cite> value is given.</li>
</ul>
</div>
<div class="section" id="id10">
<h2>3.1.0 (2017-03-09)<a class="headerlink" href="#id10" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Improved job monitoring functionality to enable standard out streaming, which
displays real-time job output on command line.</li>
<li>Added workflow, workflow_job and node endpoints to manipulate workflow graph
and manage workflow job resources. Reflecting workflows feature of Tower 3.1.</li>
<li>Added settings command to manage Tower settings via Tower CLI. Reflecting
Configure Tower in Tower (CTiT) feature of Tower 3.1.</li>
<li>Included timeout option to certain unified job template resources. Reflecting
job timeout feature of Tower 3.1.</li>
<li>Added unicode support to extra_vars and variable types.</li>
<li>Several minor bug fixes to improve user experience.</li>
</ul>
</div>
<div class="section" id="id11">
<h2>3.0.3 (2017-02-07)<a class="headerlink" href="#id11" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Expose custom inventory script resource to the user</li>
<li>Include tests and docs in the release tarball</li>
<li>Added job template skip_tags prompting support</li>
<li>Added job template callback support</li>
</ul>
</div>
<div class="section" id="id12">
<h2>3.0.2 (2016-12-08)<a class="headerlink" href="#id12" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Enable configuring tower-cli via environment variables</li>
</ul>
</div>
<div class="section" id="id13">
<h2>3.0.1 (2016-09-22)<a class="headerlink" href="#id13" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Added custom SSL certificate support</li>
</ul>
</div>
<div class="section" id="id14">
<h2>3.0.0 (2016-08-05)<a class="headerlink" href="#id14" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Added text indicator for resource change</li>
<li>Allow hosts, inventory, and groups to use variables from the command line
and denote a file by starting with “@”</li>
<li>Added resource role for tower3.0 and permission for previous tower versions</li>
<li>Added notification templates</li>
<li>Added labels</li>
<li>Added description display option</li>
<li>Added deprecation warnings</li>
<li>Help text upgrades</li>
<li>Give indication of “changed” apart from color</li>
<li>New credential fields to support openstack-v2, networking and azure</li>
<li>New options for inventory source/group. Add implicit resource inventory
script.</li>
<li>credential updates (no longer require user/team)</li>
<li>Added support for system auditors</li>
<li>projects (do not post to organizations/N/projects)</li>
<li>prompt-for JT fields + job launch options (allow blank inventory too)</li>
<li>Update the POST protocol for associate and disassociate actions</li>
<li>New job launch option for backwards compatibility</li>
<li>New tower-cli option to display tower-cli version</li>
<li>Enhanced debug log format (support multi-line debug log)</li>
</ul>
</div>
<div class="section" id="id15">
<h2>2.3.2 (2016-07-21)<a class="headerlink" href="#id15" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Add RPM specfile and Makefile</li>
<li>Tower compatibility fixes</li>
<li>Allow scan JTs as an option for “job_type”</li>
<li>Add ability to create group as subgroup of another group</li>
<li>Add YAML output format against JSON and humanized output formats</li>
<li>Add SSL corner case error handling and suggestion</li>
<li>Allow resource disassociation with “null”</li>
</ul>
</div>
<div class="section" id="id16">
<h2>2.3.1 (2015-12-10)<a class="headerlink" href="#id16" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Fixed bug affecting force-on-exists and fail_on_found options</li>
<li>Changed extra_vars behavior to be more compliant by re-parsing vars,
even when only one source exists</li>
<li>Fixed group modify bug, avoid sending unwanted fields in modify requests</li>
</ul>
</div>
<div class="section" id="id17">
<h2>2.3.0 (2015-10-20)<a class="headerlink" href="#id17" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Fixed an issue where the settings file could be world readable</li>
<li>Added the ability to associate a project with an organization</li>
<li>Added setting “verify_ssl” to disallow insecure connections</li>
<li>Added support for additional cloud credentials</li>
<li>Exposed additional options for a cloud inventory source</li>
<li>Combined ” launch-time extra_vars” with ” job_template extra_vars”
for older Tower versions</li>
<li>Changed the extra_vars parameters to align with Ansible parameter
handling</li>
<li>Added the ability to run ad hoc commands</li>
<li>Included more detail when displaying job information</li>
<li>Added an example bash script to demonstrate tower-cli usage</li>
</ul>
</div>
<div class="section" id="id18">
<h2>2.1.1 (2015-01-27)<a class="headerlink" href="#id18" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Added tests for Python versions 2.6 through 3.4</li>
<li>Added shields for github README</li>
<li>Added job_tags on job launches</li>
<li>Added option for project local path</li>
</ul>
</div>
<div class="section" id="id19">
<h2>2.1.0 (2015-01-21)<a class="headerlink" href="#id19" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Added the ability to customize the set of fields used as options for
a resource</li>
<li>Expanded monitoring capability to include projects and inventory
sources</li>
<li>Added support for new job_template job launch endpoint</li>
</ul>
</div>
<div class="section" id="id20">
<h2>2.0.2 (2014-10-02)<a class="headerlink" href="#id20" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Added ability to set local scope for config file</li>
<li>Expanded credential resource to allow options for cloud credentials</li>
</ul>
</div>
<div class="section" id="id21">
<h2>2.0.1 (2014-07-18)<a class="headerlink" href="#id21" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Updated README and error text</li>
</ul>
</div>
<div class="section" id="id22">
<h2>2.0.0 (2014-07-15)<a class="headerlink" href="#id22" title="Permalink to this headline">¶</a></h2>
<ul class="simple">
<li>Pluggable resource architecture built around click</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h3><a href="index.html">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Release History</a><ul>
<li><a class="reference internal" href="#id1">3.2.0 (2017-10-04)</a></li>
<li><a class="reference internal" href="#id2">3.1.8 (2017-08-21)</a></li>
<li><a class="reference internal" href="#id3">3.1.7 (2017-08-07)</a></li>
<li><a class="reference internal" href="#id4">3.1.6 (2017-07-18)</a></li>
<li><a class="reference internal" href="#id5">3.1.5 (2017-07-12)</a></li>
<li><a class="reference internal" href="#id6">3.1.4 (2017-06-07)</a></li>
<li><a class="reference internal" href="#id7">3.1.3 (2017-03-22)</a></li>
<li><a class="reference internal" href="#id8">3.1.2 (2017-03-21)</a></li>
<li><a class="reference internal" href="#id9">3.1.1 (2017-03-13)</a></li>
<li><a class="reference internal" href="#id10">3.1.0 (2017-03-09)</a></li>
<li><a class="reference internal" href="#id11">3.0.3 (2017-02-07)</a></li>
<li><a class="reference internal" href="#id12">3.0.2 (2016-12-08)</a></li>
<li><a class="reference internal" href="#id13">3.0.1 (2016-09-22)</a></li>
<li><a class="reference internal" href="#id14">3.0.0 (2016-08-05)</a></li>
<li><a class="reference internal" href="#id15">2.3.2 (2016-07-21)</a></li>
<li><a class="reference internal" href="#id16">2.3.1 (2015-12-10)</a></li>
<li><a class="reference internal" href="#id17">2.3.0 (2015-10-20)</a></li>
<li><a class="reference internal" href="#id18">2.1.1 (2015-01-27)</a></li>
<li><a class="reference internal" href="#id19">2.1.0 (2015-01-21)</a></li>
<li><a class="reference internal" href="#id20">2.0.2 (2014-10-02)</a></li>
<li><a class="reference internal" href="#id21">2.0.1 (2014-07-18)</a></li>
<li><a class="reference internal" href="#id22">2.0.0 (2014-07-15)</a></li>
</ul>
</li>
</ul>
<h4>Previous topic</h4>
<p class="topless"><a href="CONTRIBUTING.html"
title="previous chapter">Contributor’s Guide</a></p>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/HISTORY.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="search.html" method="get">
<div><input type="text" name="q" /></div>
<div><input type="submit" value="Go" /></div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="CONTRIBUTING.html" title="Contributor’s Guide"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">tower-cli documentation</a> »</li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2017, Ansible by Red Hat.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5.
</div>
</body>
</html>
|