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
parent
d206bf3d72
commit
8a44060eda
|
@ -5,6 +5,19 @@ Ansible Utils Collection Release Notes
|
|||
.. 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
|
||||
======
|
||||
|
||||
|
|
|
@ -141,3 +141,15 @@ releases:
|
|||
fragments:
|
||||
- 81_add_support_for_format.yaml
|
||||
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'
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
bugfixes:
|
||||
- Update validate to use 2.11 ArgumentSpecValidator if available.
|
|
@ -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.
|
|
@ -1,3 +0,0 @@
|
|||
---
|
||||
trivial:
|
||||
- Update param_list_compare filter plugin example and add docs.
|
Loading…
Reference in New Issue