Prepare release v5.1.0 (#363)

* Prepare release v5.1.0

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* update

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
pull/365/head v5.1.0
Ruchi Pakhle 2024-08-02 22:01:46 +05:30 committed by GitHub
parent 038bcb163e
commit ddd977a591
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 46 additions and 30 deletions

View File

@ -4,6 +4,23 @@ Ansible Utils Collection Release Notes
.. contents:: Topics
v5.1.0
======
Minor Changes
-------------
- Allows the cli_parse module to find parser.template_path inside roles or collections when a path relative to the role/collection directory is provided.
- Fix cli_parse module to require a connection.
- Previously, the ansible.utils.ipcut filter only supported IPv6 addresses, leading to confusing error messages when used with IPv4 addresses. This fix ensures that the filter now appropriately handles both IPv4 and IPv6 addresses.
- Removed conditional check for deprecated ansible.netcommon.cli_parse from ansible.utils.cli_parse
- The from_xml filter returns a python dictionary instead of a json string.
Documentation Changes
---------------------
- Add a wildcard mask/hostmask documentation to ipaddr filter doc page to obtain an IP address's wildcard mask/hostmask.
v5.0.0
======

View File

@ -442,9 +442,35 @@ releases:
- Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions
are EoL now.
release_summary:
"With this release, the minimum required version of `ansible-core`
With this release, the minimum required version of `ansible-core`
for this collection is `2.15.0`. The last version known to be compatible with
`ansible-core` versions below `2.15` is v4.1.0."
`ansible-core` versions below `2.15` is v4.1.0.
fragments:
- bump_215.yaml
release_date: "2024-06-10"
5.1.0:
changes:
doc_changes:
- Add a wildcard mask/hostmask documentation to ipaddr filter doc page to obtain
an IP address's wildcard mask/hostmask.
minor_changes:
- Allows the cli_parse module to find parser.template_path inside roles or collections
when a path relative to the role/collection directory is provided.
- Fix cli_parse module to require a connection.
- Previously, the ansible.utils.ipcut filter only supported IPv6 addresses,
leading to confusing error messages when used with IPv4 addresses. This fix
ensures that the filter now appropriately handles both IPv4 and IPv6 addresses.
- Removed conditional check for deprecated ansible.netcommon.cli_parse from
ansible.utils.cli_parse
- The from_xml filter returns a python dictionary instead of a json string.
fragments:
- 200.yaml
- 203.yaml
- 204.yaml
- 324.yaml
- 358_ipcut.yaml
- add_template_path.yaml
- fix_cli_parse.yaml
- fix_from_xml.yaml
- todo_condition.yml
release_date: "2024-08-05"

View File

@ -1,3 +0,0 @@
---
trivial:
- Add integration tests for replace_keys

View File

@ -1,3 +0,0 @@
---
trivial:
- Add integration tests for keep_keys

View File

@ -1,3 +0,0 @@
---
trivial:
- Add integration tests for remove_keys

View File

@ -1,3 +0,0 @@
---
doc_changes:
- Add a wildcard mask/hostmask documentation to ipaddr filter doc page to obtain an IP address's wildcard mask/hostmask.

View File

@ -1,3 +0,0 @@
---
minor_changes:
- Previously, the ansible.utils.ipcut filter only supported IPv6 addresses, leading to confusing error messages when used with IPv4 addresses. This fix ensures that the filter now appropriately handles both IPv4 and IPv6 addresses.

View File

@ -1,3 +0,0 @@
---
minor_changes:
- Allows the cli_parse module to find parser.template_path inside roles or collections when a path relative to the role/collection directory is provided.

View File

@ -1,3 +0,0 @@
---
minor_changes:
- Fix cli_parse module to require a connection.

View File

@ -1,3 +0,0 @@
---
minor_changes:
- The from_xml filter returns a python dictionary instead of a json string.

View File

@ -1,3 +0,0 @@
---
minor_changes:
- Removed conditional check for deprecated ansible.netcommon.cli_parse from ansible.utils.cli_parse

View File

@ -19,4 +19,4 @@ tags:
- data
- validation
- utils
version: 5.0.0
version: 5.1.0