Documentation

2. Release NotesΒΆ

  • Version 2.2
    • Added System Tracking job scan (available for Enterprise and Premium licenses only)
    • Simplified Dashboard and Interface with new Setup Menu
    • Added inventory support for OpenStack
    • Added data cleanup and snapshot retention scheduling
    • Added Ansible Galaxy integration
    • Added support for Remote Command Execution
    • Added Status widget for easily viewing the 10 most recent jobs run on a job template
    • Added integration for easier backups and restorations into the Tower setup playbook
    • Adjusted dates to display in the user’s locale format
    • Simplified password/passphrase entry
    • Added more configurable verbosity levels for job templates
    • Assorted other bugfixes and enhancements
    • API change: Formatting of extra_vars attached to Job Template records is preserved. Previously, YAML would be converted to JSON and returned as JSON. In 2.2.0 and newer, YAML is returned as YAML with formatting and comments preserved, and JSON is returned as JSON.
  • Version 2.1.4
    • Corrected Tower’s Live Events feature, again. Really.
  • Version 2.1.3
    • Corrected an issue where Tower Live Events would attempt to endlessly reconnect
    • Corrected issues when running with Ansible 1.9.0.1
  • Version 2.1.2
    • Corrected multiple issues with Tower’s Live Events feature
    • Corrected an issue where Tower would become stuck if a job was killed due to memory exhaustion
    • Improved the response time of Project queries
    • Corrected an error that caused users to be unable to relaunch jobs
  • Version 2.1.1
    • Multi-tenancy security enabled by default for new installs
    • Added support for setting VPC id for RDS instances to EC2 dynamic inventory
    • Added the ability for organization admins to create surveys
    • Added support for scheduling of custom inventory scripts
    • Corrected an error when parsing extra_vars as YAML
    • Corrected an error when configuring a remote database
    • Added EULA agreement when updating license
    • Corrected the sending of live events in some cases
    • Corrected a potential XSS issue
  • Version 2.1
    • New simplified Portal Mode view for users, access at https://<Tower server name>/portal/
    • New surveys on job templates allow easy prompting of users for job parameters
    • Tower can now use an external PostgreSQL instance as the Tower database, including Amazon’s RDS
    • Added support for active/passive High Availability Tower deployments
    • Custom dynamic inventory scripts can be pasted in using the admin user menu
    • Limit Amazon EC2 inventory imports into Tower based on tags, keys, and more
    • Tower data cleanup jobs can now be scheduled and run directly from the Tower interface versus logging into the Tower instance
    • The /etc/awx Tower configuration directory has moved to /etc/tower
    • Non-admin api users must now use the /launch endpoint for a job template and can no longer call a job’s /start endpoint directly.
    • Many assorted improvements and fixes
  • Version 2.0.5
    • Ensured websocket connection uses user’s RBAC credentials
    • Corrected a potential CSRF issue when using the REST API graphical browser
  • Version 2.0.4
    • Corrected a privilege escalation related to user account levels
  • Version 2.0.2
    • Further corrections for job execution with certain 0mq library versions
    • Changes to AMI license logic to allow bring-your-own-license usage
  • Version 2.0.1
    • Corrected a job execution issue due to 0mq library versions on certain platforms
    • Reduced logfile verbosity and retention for some Tower subcomponents
    • Adjusted setup playbook for the release of EPEL 7
  • Version 2.0
    • New dashboard that provides at-a-glance status of your Ansible deployment
    • Completely redesigned job status page featuring real-time playbook output and progress updates
    • Added support for multiple new cloud providers - Azure, Google Compute Engine, and VMware vSphere
    • New user interface look and feel
    • Integrated monitoring support for checking the health of your Tower install
    • Tower now requires a license to run. 10 machine free licenses, as well as free large trial licenses, are available at http://ansible.com/license
    • Support added for Red Hat Enterprise Linux 7 and CentOS 7
    • Upgrades will reuse password information, not requiring reentry in ‘group_vars/all’ of setup playbook
    • Many assorted improvements and fixes
  • Version 1.4.12
    • Corrected an issue handling Unicode output from ansible-playbook
    • Corrected an issue displaying job details for some jobs
  • Version 1.4.11
    • Performance improvements to inventory import and deletion
      • Groups UI under inventory tab is now paginated
      • Updated UI options for moving and copying groups (and host contents)
    • Added the ability to optionally prompt for job variables when launching jobs to the job template detail pages
  • Version 1.4.10
    • Correctly handle schedule creation when browser timezone cannot be detected.
    • Corrected pagination on job_events page.
  • Version 1.4.9
    • Corrected a provisioning callback issue on Enterprise Linux.
    • Added a sample provisioning callback script.
    • Various backend and UI improvements.
  • Version 1.4.8
    • Scheduling for Jobs, SCM updates, and Inventory synchronization has been added. The UI for each of these objects has changed to accommodate this new scheduling feature.
      • The jobs page has been overhauled to show completed, active, queued, and scheduled jobs.
      • Inventory and project synchronization jobs are now also shown on the jobs page.
    • Added support for Ansible Vault to Credentials. For more information on how to use Ansible Vault, please visit: http://docs.ansible.com/playbooks_vault.html.