diff options
author | softwarefactory-project-zuul[bot] <33884098+softwarefactory-project-zuul[bot]@users.noreply.github.com> | 2021-03-09 18:25:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-09 18:25:26 +0100 |
commit | b0324acd0e8257cdd9a812fe85a3cf63910f73a8 (patch) | |
tree | a6345c9ccf4a7c91626ccf7d7544eb36e066cfca /CHANGELOG.md | |
parent | Merge pull request #9528 from ryanpetrello/17.1.0-notes (diff) | |
parent | Adds support for ouiaId's on copy buttons (diff) | |
download | awx-b0324acd0e8257cdd9a812fe85a3cf63910f73a8.tar.xz awx-b0324acd0e8257cdd9a812fe85a3cf63910f73a8.zip |
Merge pull request #9318 from mabashian/9223-notif-toast
Adds toast to notification template list whenever test notification finishes
Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d72be542f..17e1829cc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ This is a list of high-level changes for each release of AWX. A full list of com - Added ability to relaunch against failed hosts: https://github.com/ansible/awx/pull/9225 - Added pending workflow approval count to the application header https://github.com/ansible/awx/pull/9334 - Added user interface for management jobs: https://github.com/ansible/awx/pull/9224 +- Added toast message to show notification template test result to notification templates list https://github.com/ansible/awx/pull/9318 # 17.1.0 (March 9th, 2021) - Addressed a security issue in AWX (CVE-2021-20253) |