docs: Add release notes for 1.5.2

Change-Id: I212f70eca80c7c7762a9df1f9158e1c6bb57d7b2
This commit is contained in:
David Moreau Simard 2020-10-22 08:53:21 -04:00
parent 3837b3b6e2
commit d3ad37162b
No known key found for this signature in database
GPG Key ID: 7D4729EC4E64E8B7
1 changed files with 40 additions and 0 deletions

View File

@ -4,11 +4,51 @@
Changelog and release notes
***************************
1.5.2 (2020-10-16)
##################
https://github.com/ansible-community/ara/releases/tag/1.5.2
.. code-block:: text
This is the 1.5.2 stable release of ARA.
Changes since 1.5.1:
Ansible callback plugin
-----------------------
- Significant performance improvement by running non-blocking API calls in threads
https://github.com/ansible-community/ara/issues/171
- Handler tasks are now also recorded in addition to regular tasks
https://github.com/ansible-community/ara/issues/178
API
---
- Add support for searching handler tasks (ex: /api/v1/tasks?handler=true)
UI
--
- Hosts in the playbook report are now sorted alphabetically by hostname
- Added a column to display the number of tasks in the playbook summary
1.5.1 (2020-09-23)
##################
https://github.com/ansible-community/ara/releases/tag/1.5.1
.. code-block:: text
This is a re-release of the 1.5.0 stable version of ara in order to fix
a release issue to PyPi.
1.5.0.1 (2020-09-23)
####################
https://github.com/ansible-community/ara/releases/tag/1.5.0.1
.. code-block:: text
This is a re-release of the 1.5.0 stable version of ara in order to fix