diff --git a/CHANGELOG.md b/CHANGELOG.md index 123b4c2a24..a69b77719f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,24 @@ # Changelog -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.1 (June 14, 2021) + +- There are now 2 default Instance Groups: 'controlplane' and 'default' (https://github.com/ansible/awx/pull/10324) +- Removed deprecated modules: `tower_send`, `tower_receive`, `tower_workflow_template` (https://github.com/ansible/awx/pull/9980) +- Improved UI performance when a large amount of events are being emitted by jobs (https://github.com/ansible/awx/pull/10053) +- Settings UI Revert All button now issues a DELETE instead of PATCHing all fields (https://github.com/ansible/awx/pull/10376) +- Fixed a bug with the schedule date/time picker in Firefox (https://github.com/ansible/awx/pull/10291) +- UI now preselects the system default Galaxy credential when creating a new organization (https://github.com/ansible/awx/pull/10395) +- Added favicon (https://github.com/ansible/awx/pull/10388) +- Removed `not` option from smart inventory host filter search as it's not supported by the API (https://github.com/ansible/awx/pull/10380) +- Added button to allow user to refetch project revision after project sync has finished (https://github.com/ansible/awx/pull/10334) +- Fixed bug where extraneous CONFIG requests were made on logout (https://github.com/ansible/awx/pull/10379) +- Fixed bug where users were unable to cancel inventory syncs (https://github.com/ansible/awx/pull/10346) +- Added missing dashboard graph filters (https://github.com/ansible/awx/pull/10349) +- Added support for typing in to single select lookup form fields (https://github.com/ansible/awx/pull/10257) +- Fixed various bugs related to user sessions (https://github.com/ansible/awx/pull/9908) +- Fixed bug where sorting in modals would close the modal (https://github.com/ansible/awx/pull/10215) +- Added support for Red Hat Insights as an inventory source (https://github.com/ansible/awx/pull/8650) +- Fixed bugs when selecting items in a list then sorting/paginating (https://github.com/ansible/awx/pull/10329) # 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) diff --git a/VERSION b/VERSION index b600a143ee..34716091d4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -19.2.0 +19.2.1 diff --git a/awxkit/VERSION b/awxkit/VERSION index b600a143ee..34716091d4 100644 --- a/awxkit/VERSION +++ b/awxkit/VERSION @@ -1 +1 @@ -19.2.0 +19.2.1