Skip to content

Commit 2933ef2

Browse files
ashwini-mhatreAshwini MhatreKB-perByte
authored
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>
1 parent 786fa98 commit 2933ef2

File tree

7 files changed

+38
-13
lines changed

7 files changed

+38
-13
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,26 @@ Ansible Utils Collection Release Notes
55
.. contents:: Topics
66

77

8+
v3.1.0
9+
======
10+
11+
Minor Changes
12+
-------------
13+
14+
- Add support in fact_diff filter plugin to show common lines.(https://github.com/ansible-collections/ansible.utils/issues/311)
15+
16+
Bugfixes
17+
--------
18+
19+
- Avoid unnecessary use of persistent connection in `cli_parse`, `fact_diff`, `update_fact` and `validate` as this action does not require a connection.
20+
21+
Documentation Changes
22+
---------------------
23+
24+
- ipv6form filter plugin - Fix to be displayed correctly.
25+
- validate lookup plugin - Fix syntax in EXAMPLES.
26+
- validate module - Fix syntax in EXAMPLES.
27+
828
v3.0.0
929
======
1030

changelogs/changelog.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,3 +390,20 @@ releases:
390390
fragments:
391391
- update_requires_ansible.yaml
392392
release_date: "2023-11-30"
393+
3.1.0:
394+
changes:
395+
bugfixes:
396+
- Avoid unnecessary use of persistent connection in `cli_parse`, `fact_diff`,
397+
`update_fact` and `validate` as this action does not require a connection.
398+
doc_changes:
399+
- ipv6form filter plugin - Fix to be displayed correctly.
400+
- validate lookup plugin - Fix syntax in EXAMPLES.
401+
- validate module - Fix syntax in EXAMPLES.
402+
minor_changes:
403+
- Add support in fact_diff filter plugin to show common lines.(https://github.com/ansible-collections/ansible.utils/issues/311)
404+
fragments:
405+
- Fre_fact_diff.yaml
406+
- add_require_Connection.yaml
407+
- ipv6form-doc.yaml
408+
- validate-doc.yaml
409+
release_date: "2024-01-30"

changelogs/fragments/Fre_fact_diff.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/add_require_Connection.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/ipv6form-doc.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/validate-doc.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ tags:
1919
- data
2020
- validation
2121
- utils
22-
version: 3.0.0
22+
version: 3.1.0

0 commit comments

Comments
 (0)