8000 Release 3.1.0 by ashwini-mhatre · Pull Request #328 · ansible-collections/ansible.utils · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Release 3.1.0 #328

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions CHANGELOG.rst
10000
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
17 changes: 17 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 0 additions & 3 deletions changelogs/fragments/Fre_fact_diff.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/add_require_Connection.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/ipv6form-doc.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/validate-doc.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ tags:
- data
- validation
- utils
version: 3.0.0
version: 3.1.0
0