diff --git a/CHANGELOG.md b/CHANGELOG.md index 100006cf0b..123b4c2a24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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/`. +# 19.2.0 (June 1, 2021) +- Fixed race condition that would sometimes cause jobs to error out at the very end of an otherwise successful run (https://github.com/ansible/receptor/pull/328) +- Fixes bug where users were unable to click on text next to checkboxes in modals (https://github.com/ansible/awx/pull/10279) +- Have the project update playbook warn if role/collection syncing is disabled. (https://github.com/ansible/awx/pull/10068) +- Move irc references to point to irc.libera.chat (https://github.com/ansible/awx/pull/10295) +- Fixes bug where activity stream changes were displaying as [object object] (https://github.com/ansible/awx/pull/10267) +- Update awxkit to enable export of Galaxy credentials associated to organizations (https://github.com/ansible/awx/pull/10271) +- Bump receptor and receptorctl versions to 1.0.0a2 (https://github.com/ansible/awx/pull/10261) +- Add the ability to disable local authentication (https://github.com/ansible/awx/pull/10102) +- Show error if no Execution Environment is found on project sync/job run (https://github.com/ansible/awx/pull/10183) +- Allow for editing and deleting managed_by_tower EEs from API/UI (https://github.com/ansible/awx/pull/10173) + + # 19.1.0 (May 1, 2021) - Custom inventory scripts have been removed from the API https://github.com/ansible/awx/pull/9822 diff --git a/VERSION b/VERSION index 8bf109b7dd..b600a143ee 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -19.1.0 +19.2.0 diff --git a/awxkit/VERSION b/awxkit/VERSION index 8bf109b7dd..b600a143ee 100644 --- a/awxkit/VERSION +++ b/awxkit/VERSION @@ -1 +1 @@ -19.1.0 +19.2.0