From 1efd189d52c29cfb07fb3e6d9f72da8d56e068d2 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Mon, 22 Mar 2021 12:40:11 -0400 Subject: [PATCH 1/2] Revert "Remove search filtering from changelog" This reverts commit f6fb3e0b41da23d50aacdf710bc6353f2a1da1ea. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc94ec7b13..4f736c61c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ To learn more about Ansible Builder and Execution Environments, see: https://www - 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 +- Added 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 From ade0734af721ec4e7b51bee6b925a06397e194f9 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Mon, 22 Mar 2021 12:42:40 -0400 Subject: [PATCH 2/2] Fix changelog dates --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f736c61c5..4fdc33a65e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ 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/`. -# (March 19, 2021) +# (March 22, 2021) **IMPORTANT INSTALL AND UPGRADE NOTES** @@ -49,7 +49,7 @@ To learn more about Ansible Builder and Execution Environments, see: https://www - Added support for filtering and pagination on job output https://github.com/ansible/awx/pull/9208 - Added support for html in custom login text https://github.com/ansible/awx/pull/9519 -# 17.1.0 (March 9th, 2021) +# 17.1.0 (March 9, 2021) - Addressed a security issue in AWX (CVE-2021-20253) - Fixed a bug permissions error related to redis in K8S-based deployments: https://github.com/ansible/awx/issues/9401