Skip to content
This repository was archived by the owner on Sep 16, 2020. It is now read-only.

Latest commit

 

History

History
100 lines (80 loc) · 3.23 KB

HISTORY.rst

File metadata and controls

100 lines (80 loc) · 3.23 KB

Release History

3.0.1 (2016-09-22)

  • Added custom SSL certificate support

3.0.0 (2016-08-05)

  • Added text indicator for resource change
  • Allow hosts, inventory, and groups to use variables from the command line and denote a file by starting with "@"
  • Added resource role for tower3.0 and permission for previous tower versions
  • Added notification templates
  • Added labels
  • Added description display option
  • Added deprecation warnings
  • Help text upgrades
  • Give indication of "changed" apart from color
  • New credential fields to support openstack-v2, networking and azure
  • New options for inventory source/group. Add implicit resource inventory script.
  • credential updates (no longer require user/team)
  • Added support for system auditors
  • projects (do not post to organizations/N/projects)
  • prompt-for JT fields + job launch options (allow blank inventory too)
  • Update the POST protocol for associate and disassociate actions
  • New job launch option for backwards compatibility
  • New tower-cli option to display tower-cli version
  • Enhanced debug log format (support multi-line debug log)

2.3.2 (2016-07-21)

  • Add RPM specfile and Makefile
  • Tower compatibility fixes
  • Allow scan JTs as an option for "job_type"
  • Add ability to create group as subgroup of another group
  • Add YAML output format against JSON and humanized output formats
  • Add SSL corner case error handling and suggestion
  • Allow resource disassociation with "null"

2.3.1 (2015-12-10)

  • Fixed bug affecting force-on-exists and fail_on_found options
  • Changed extra_vars behavior to be more compliant by re-parsing vars, even when only one source exists
  • Fixed group modify bug, avoid sending unwanted fields in modify requests

2.3.0 (2015-10-20)

  • Fixed an issue where the settings file could be world readable
  • Added the ability to associate a project with an organization
  • Added setting "verify_ssl" to disallow insecure connections
  • Added support for additional cloud credentials
  • Exposed additional options for a cloud inventory source
  • Combined " launch-time extra_vars" with " job_template extra_vars" for older Tower versions
  • Changed the extra_vars parameters to align with Ansible parameter handling
  • Added the ability to run ad hoc commands
  • Included more detail when displaying job information
  • Added an example bash script to demonstrate tower-cli usage

2.1.1 (2015-01-27)

  • Added tests for Python versions 2.6 through 3.4
  • Added shields for github README
  • Added job_tags on job launches
  • Added option for project local path

2.1.0 (2015-01-21)

  • Added the ability to customize the set of fields used as options for a resource
  • Expanded monitoring capability to include projects and inventory sources
  • Added support for new job_template job launch endpoint

2.0.2 (2014-10-02)

  • Added ability to set local scope for config file
  • Expanded credential resource to allow options for cloud credentials

2.0.1 (2014-07-18)

  • Updated README and error text

2.0.0 (2014-07-15)

  • Pluggable resource architecture built around click