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
Ashwini Mhatre 2024-01-30 21:19:11 +05:30 committed by GitHub
parent 786fa9891d
commit 2933ef2e37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 38 additions and 13 deletions

View File

@ -5,6 +5,26 @@ Ansible Utils Collection Release Notes
.. 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
======

View File

@ -390,3 +390,20 @@ releases:
fragments:
- update_requires_ansible.yaml
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"

View File

@ -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)

View File

@ -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.

View File

@ -1,3 +0,0 @@
---
doc_changes:
- ipv6form filter plugin - Fix to be displayed correctly.

View File

@ -1,4 +0,0 @@
---
doc_changes:
- validate lookup plugin - Fix syntax in EXAMPLES.
- validate module - Fix syntax in EXAMPLES.

View File

@ -19,4 +19,4 @@ tags:
- data
- validation
- utils
version: 3.0.0
version: 3.1.0