Prepare for release 2.3.1 (#87)
Prepare for release 2.3.1 SUMMARY ISSUE TYPE Docs Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Sagar Paul <sagpaul@redhat.com> Reviewed-by: Nilashish Chakraborty <nilashishchakraborty8@gmail.com>pull/91/head 2.3.1
parent
45eb99fb94
commit
b95847245d
|
@ -5,6 +5,15 @@ Ansible Utils Collection Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v2.3.1
|
||||||
|
======
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Add support for the validation of formats to the jsonschema validator.
|
||||||
|
- Improve test coverage
|
||||||
|
|
||||||
v2.3.0
|
v2.3.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -133,3 +133,11 @@ releases:
|
||||||
- improve_coverage_for_filter_plugins.yaml
|
- improve_coverage_for_filter_plugins.yaml
|
||||||
- update_doc_for_usable_range_filter_plugin.yml
|
- update_doc_for_usable_range_filter_plugin.yml
|
||||||
release_date: '2021-06-22'
|
release_date: '2021-06-22'
|
||||||
|
2.3.1:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- Add support for the validation of formats to the jsonschema validator.
|
||||||
|
- Improve test coverage
|
||||||
|
fragments:
|
||||||
|
- 81_add_support_for_format.yaml
|
||||||
|
release_date: '2021-07-26'
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
---
|
|
||||||
bugfixes:
|
|
||||||
- Add support for the validation of formats to the jsonschema validator.
|
|
||||||
- Improve test coverage
|
|
Loading…
Reference in New Issue