Release 3.1.0 (#328)
* Release 3.1.0 * update galaxy version --------- Co-authored-by: Ashwini Mhatre <amhatre@amhatre-thinkpadt14sgen2i.pnq.csb> Co-authored-by: KB-perByte <sagpaul@redhat.com>pull/330/head v3.1.0
parent
786fa9891d
commit
2933ef2e37
|
@ -5,6 +5,26 @@ Ansible Utils Collection Release Notes
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
|
||||||
|
v3.1.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- Add support in fact_diff filter plugin to show common lines.(https://github.com/ansible-collections/ansible.utils/issues/311)
|
||||||
|
|
||||||
|
Bugfixes
|
||||||
|
--------
|
||||||
|
|
||||||
|
- Avoid unnecessary use of persistent connection in `cli_parse`, `fact_diff`, `update_fact` and `validate` as this action does not require a connection.
|
||||||
|
|
||||||
|
Documentation Changes
|
||||||
|
---------------------
|
||||||
|
|
||||||
|
- ipv6form filter plugin - Fix to be displayed correctly.
|
||||||
|
- validate lookup plugin - Fix syntax in EXAMPLES.
|
||||||
|
- validate module - Fix syntax in EXAMPLES.
|
||||||
|
|
||||||
v3.0.0
|
v3.0.0
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
@ -390,3 +390,20 @@ releases:
|
||||||
fragments:
|
fragments:
|
||||||
- update_requires_ansible.yaml
|
- update_requires_ansible.yaml
|
||||||
release_date: "2023-11-30"
|
release_date: "2023-11-30"
|
||||||
|
3.1.0:
|
||||||
|
changes:
|
||||||
|
bugfixes:
|
||||||
|
- Avoid unnecessary use of persistent connection in `cli_parse`, `fact_diff`,
|
||||||
|
`update_fact` and `validate` as this action does not require a connection.
|
||||||
|
doc_changes:
|
||||||
|
- ipv6form filter plugin - Fix to be displayed correctly.
|
||||||
|
- validate lookup plugin - Fix syntax in EXAMPLES.
|
||||||
|
- validate module - Fix syntax in EXAMPLES.
|
||||||
|
minor_changes:
|
||||||
|
- Add support in fact_diff filter plugin to show common lines.(https://github.com/ansible-collections/ansible.utils/issues/311)
|
||||||
|
fragments:
|
||||||
|
- Fre_fact_diff.yaml
|
||||||
|
- add_require_Connection.yaml
|
||||||
|
- ipv6form-doc.yaml
|
||||||
|
- validate-doc.yaml
|
||||||
|
release_date: "2024-01-30"
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
minor_changes:
|
|
||||||
- Add support in fact_diff filter plugin to show common lines.(https://github.com/ansible-collections/ansible.utils/issues/311)
|
|
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- Avoid unnecessary use of persistent connection in `cli_parse`, `fact_diff`, `update_fact` and `validate` as this action does not require a connection.
|
|
|
@ -1,3 +0,0 @@
|
||||||
---
|
|
||||||
doc_changes:
|
|
||||||
- ipv6form filter plugin - Fix to be displayed correctly.
|
|
|
@ -1,4 +0,0 @@
|
||||||
---
|
|
||||||
doc_changes:
|
|
||||||
- validate lookup plugin - Fix syntax in EXAMPLES.
|
|
||||||
- validate module - Fix syntax in EXAMPLES.
|
|
|
@ -19,4 +19,4 @@ tags:
|
||||||
- data
|
- data
|
||||||
- validation
|
- validation
|
||||||
- utils
|
- utils
|
||||||
version: 3.0.0
|
version: 3.1.0
|
||||||
|
|
Loading…
Reference in New Issue