summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJake McDermott <yo@jakemcdermott.me>2021-02-17 16:28:01 +0100
committerJake McDermott <yo@jakemcdermott.me>2021-02-24 18:20:05 +0100
commit83b449fd3062d75c974eff145366d7947d7d8e61 (patch)
tree343fe1f7a44b1ce2d519fa76d0529d9814eaf45b /CHANGELOG.md
parentRemove default sysjob days (diff)
downloadawx-83b449fd3062d75c974eff145366d7947d7d8e61.tar.xz
awx-83b449fd3062d75c974eff145366d7947d7d8e61.zip
Add sysjob data retention to schedules
* Migate management jobs list to tables * Use cancel link variant for consistency with other prompts * Add basic test coverage for sysjobs * Remove select-all from mgmt jobs * Remove unneeded component variables * Fix missing schedule breadcrumb * Optimize data fetching with useCallback
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d10327b2fb..a5c527b004 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@ This is a list of high-level changes for each release of AWX. A full list of com
- 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
- 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
# 17.0.1 (January 26, 2021)
- Fixed pgdocker directory permissions issue with Local Docker installer: https://github.com/ansible/awx/pull/9152