Skip to content

Commit

Permalink
Prepare release v5.1.0 (#363)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
Ruchip16 and pre-commit-ci[bot] authored Aug 2, 2024
1 parent 038bcb1 commit ddd977a
Show file tree
Hide file tree
Showing 12 changed files with 46 additions and 30 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

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

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/203.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/204.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/324.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/358_ipcut.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/add_template_path.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/fix_cli_parse.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/fix_from_xml.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/todo_condition.yml

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: 5.0.0
version: 5.1.0

0 comments on commit ddd977a

Please sign in to comment.