diff --git a/CHANGELOG.md b/CHANGELOG.md index 3226c230a7..9b3637445f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ This is a list of high-level changes for each release of AWX. A full list of commits can be found at `https://github.com/ansible/awx/releases/tag/`. +## 10.0.0 (Mar 30, 2020) +- As of AWX 10.0.0, the official AWX CLI no longer supports Python 2 (it requires at least Python 3.6) (https://github.com/ansible/awx/pull/6327) +- AWX no longer relies on RabbitMQ; Redis is added as a new dependency (https://github.com/ansible/awx/issues/5443) +- Altered AWX's event tables to allow more than ~2 billion total events (https://github.com/ansible/awx/issues/6010) +- Improved the performance (time to execute, and memory consumption) of the periodic job cleanup system job (https://github.com/ansible/awx/pull/6166) +- Updated Job Templates so they now have an explicit Organization field (it is no longer inferred from the associated Project) (https://github.com/ansible/awx/issues/3903) +- Updated social-auth-core to address an upcoming GitHub API deprecation (https://github.com/ansible/awx/issues/5970) +- Updated to ansible-runner 1.4.6 to address various bugs. +- Updated Django to address CVE-2020-9402 +- Updated pyyaml version to address CVE-2017-18342 +- Fixed a bug which prevented the new `scm_branch` field from being used in custom notification templates (https://github.com/ansible/awx/issues/6258) +- Fixed a race condition that sometimes causes success/failure notifications to include an incomplete list of hosts (https://github.com/ansible/awx/pull/6290) +- Fixed a bug that can cause certain setting pages to lose unsaved form edits when a playbook is launched (https://github.com/ansible/awx/issues/5265) +- Fixed a bug that can prevent the "Use TLS/SSL" field from properly saving when editing email notification templates (https://github.com/ansible/awx/issues/6383) +- Fixed a race condition that sometimes broke event/stdout processing for jobs launched in container groups (https://github.com/ansible/awx/issues/6280) + ## 9.3.0 (Mar 12, 2020) - Added the ability to specify an OAuth2 token description in the AWX CLI (https://github.com/ansible/awx/issues/6122) - Added support for K8S service account annotations to the installer (https://github.com/ansible/awx/pull/6007) diff --git a/VERSION b/VERSION index b13d146a7b..a13e7b9c87 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.3.0 +10.0.0