prepare for release (#93)

Prepare for release 2.4.0

SUMMARY


ISSUE TYPE


Docs Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: GomathiselviS <None>
Reviewed-by: None <None>
pull/94/head 2.4.0
Ashwini Mhatre 2021-08-28 11:17:38 +05:30 committed by GitHub
parent d206bf3d72
commit 8a44060eda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 25 additions and 9 deletions

View File

@ -5,6 +5,19 @@ Ansible Utils Collection Release Notes
.. contents:: Topics .. contents:: Topics
v2.4.0
======
Minor Changes
-------------
- Add new plugin param_list_compare that generates the final param list after comparing base and provided/target param list.
Bugfixes
--------
- Update validate to use 2.11 ArgumentSpecValidator if available.
v2.3.1 v2.3.1
====== ======

View File

@ -141,3 +141,15 @@ releases:
fragments: fragments:
- 81_add_support_for_format.yaml - 81_add_support_for_format.yaml
release_date: '2021-07-26' release_date: '2021-07-26'
2.4.0:
changes:
bugfixes:
- Update validate to use 2.11 ArgumentSpecValidator if available.
minor_changes:
- Add new plugin param_list_compare that generates the final param list after
comparing base and provided/target param list.
fragments:
- 85_update_validate_plugin.yaml
- 88_compare_resource_list_filter_plugin.yaml
- param_list_compare_docs_added.yaml
release_date: '2021-08-28'

View File

@ -1,3 +0,0 @@
---
bugfixes:
- Update validate to use 2.11 ArgumentSpecValidator if available.

View File

@ -1,3 +0,0 @@
---
minor_changes:
- Add new plugin param_list_compare that generates the final param list after comparing base and provided/target param list.

View File

@ -1,3 +0,0 @@
---
trivial:
- Update param_list_compare filter plugin example and add docs.