From 31e6d7cc0a0fec9e00ec04ad8f31669e2824fb83 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Wed, 17 Feb 2021 13:22:51 -0500 Subject: Add some items to the upcoming changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 6237a9f54a..76b8427c4c 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/`. +# (TBD) +- Added user interface for the activity stream: https://github.com/ansible/awx/pull/9083 +- Converted many of the top-level list views (Jobs, Teams, Hosts, Inventories, Projects, and more) to a new, permanent table component for substantially increased responsiveness, usability, maintainability, and other 'ility's: https://github.com/ansible/awx/pull/8970, https://github.com/ansible/awx/pull/9182 and many others! +- Added click-to-expand details for job tables +- Add search filtering to job output https://github.com/ansible/awx/pull/9208 +- Added the new migration, update, and "installation in progress" page https://github.com/ansible/awx/pull/9123 +- Added the user interface for job settings https://github.com/ansible/awx/pull/8661 +- Runtime errors from jobs are now displayed, along with an explanation for what went wrong, on the output page https://github.com/ansible/awx/pull/9264 +- You can now cancel a running job from its output and details panel https://github.com/ansible/awx/pull/9199 +- Fixed a bug where launch prompt inputs were unexpectedly deposited in the url: https://github.com/ansible/awx/pull/9231 +- Playbook, credential type, and inventory file inputs now support type-ahead and manual type-in! https://github.com/ansible/awx/pull/9120 +- Added ability to relaunch against failed hosts: https://github.com/ansible/awx/pull/9225 + # 17.0.1 (January 26, 2021) - Fixed pgdocker directory permissions issue with Local Docker installer: https://github.com/ansible/awx/pull/9152 - Fixed a bug in the UI which caused toggle settings to not be changed when clicked: https://github.com/ansible/awx/pull/9093 -- cgit v1.2.3