Hello everyone,
AWX 9.1.0 was just released. Here is a summary of the changes included:
- Added a command to generate a new SECRET_KEY and rekey the database
- Removed project update lock when jobs using it are running
- Fixed slow queries for /api/v2/instances and /api/v2/instance_groups when smart inventories are used
- Fixed a partial password disclosure when special characters existed in the RabbitMQ password (CVE-2019-19342)
- Fixed hang in error handling for source control checkouts
- Fixed an error on subsequent job runs that override the branch of a project on an instance that did not have a prior project checkout
- Fixed an issue where jobs launched in isolated or container groups would incorrectly timeout
- Fixed link to instance groups documentation in the user interface
- Fixed editing of inventory on Workflow templates
- Fixed multiple issues with OAuth2 token cleanup system jobs
- Fixed custom email notifications for workflow approve and deny
- Updated SAML implementation to automatically log if authorization exists
- Updated AngularJS to 1.7.9 for CVE-2019-10768
For a full list of commits in this version, see the release page on GitHub: https://github.com/ansible/awx/releases/tag/9.1.0
Happy Automating,
The AWX Team