Skip to content

Commit

Permalink
feat(ansible): update ansible.utils ( 5.0.0 → 5.1.0 ) (#5163)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
|
[ansible.utils](https://togithub.com/ansible-collections/ansible.utils)
| galaxy-collection | minor | `5.0.0` -> `5.1.0` |

---

### Release Notes

<details>
<summary>ansible-collections/ansible.utils (ansible.utils)</summary>

###
[`v5.1.0`](https://togithub.com/ansible-collections/ansible.utils/blob/HEAD/CHANGELOG.rst#v510)

[Compare
Source](https://togithub.com/ansible-collections/ansible.utils/compare/v5.0.0...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.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xOC4xNSIsInVwZGF0ZWRJblZlciI6IjM4LjE4LjE1IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJyZW5vdmF0ZS9hbnNpYmxlIiwidHlwZS9taW5vciJdfQ==-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
  • Loading branch information
lumiere-bot[bot] authored Aug 8, 2024
1 parent d6595a7 commit 89d2038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/requirements.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ collections:
- name: ansible.posix
version: 1.5.4
- name: ansible.utils
version: 5.0.0
version: 5.1.0
- name: community.general
version: 9.2.0
- name: community.sops
Expand Down

0 comments on commit 89d2038

Please sign in to comment.