iT3E / tnwks-ops

A mono repository for my home infrastructure and Kubernetes cluster which adheres to Infrastructure as Code (IaC) and GitOps practices where possible
https://iT3E.github.io/tnwks-ops
MIT License
1 stars 0 forks source link

feat(ansible)!: Update ansible.utils to 5.0.0 #756

Open renovate[bot] opened 1 month ago

renovate[bot] commented 1 month ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
ansible.utils galaxy-collection major 2.11.0 -> 5.0.0

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ansible-collections/ansible.utils (ansible.utils) ### [`v5.0.0`](https://togithub.com/ansible-collections/ansible.utils/blob/HEAD/CHANGELOG.rst#v500) [Compare Source](https://togithub.com/ansible-collections/ansible.utils/compare/v4.1.0...v5.0.0) \====== ## Release Summary 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. ## Major Changes - Bumping `requires_ansible` to `>=2.15.0`, since previous ansible-core versions are EoL now. ### [`v4.1.0`](https://togithub.com/ansible-collections/ansible.utils/blob/HEAD/CHANGELOG.rst#v410) [Compare Source](https://togithub.com/ansible-collections/ansible.utils/compare/v4.0.0...v4.1.0) \====== ## Release Summary In the last release (`v4.0.0`), we bumped the minimum required `netaddr` version to be `>=0.10.1`. However, since `netaddr>=0.10.1` is not yet available in many sources other than PyPI, we have temporarily added a fallback method to support the `ipaddr` filter with older `netaddr` versions with this release. Once the latest `netaddr` is available in all major sources, we will deprecate this support and eventually remove it. ### [`v4.0.0`](https://togithub.com/ansible-collections/ansible.utils/blob/HEAD/CHANGELOG.rst#v400) [Compare Source](https://togithub.com/ansible-collections/ansible.utils/compare/v3.1.0...v4.0.0) \====== ## Release Summary Starting from this release, the minimum `netaddr` version this collection requires is `>=0.10.1`. ## Major Changes - Bumping `netaddr` to `>=0.10.1`, means that starting from this release, the minimum `netaddr` version this collection requires is `>=0.10.1`. - This release mainly addresses the breaking changes in the `netaddr` library. - With the new release of `netaddr` 1.0.0, the `IPAddress.is_private()` method has been removed and instead, the `IPAddress.is_global()` method has been extended to support the same functionality. This change has been reflected in the `ipaddr` filter plugin. ### [`v3.1.0`](https://togithub.com/ansible-collections/ansible.utils/blob/HEAD/CHANGELOG.rst#v310) [Compare Source](https://togithub.com/ansible-collections/ansible.utils/compare/v3.0.0...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](https://togithub.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`](https://togithub.com/ansible-collections/ansible.utils/blob/HEAD/CHANGELOG.rst#v300) [Compare Source](https://togithub.com/ansible-collections/ansible.utils/compare/v2.12.0...v3.0.0) \====== ## Release Summary Starting from this release, the minimum `ansible-core` version this collection requires is `2.14.0`. That last known version compatible with ansible-core<2.14 is `v2.12.0`. ## Major Changes - Bumping `requires_ansible` to `>=2.14.0`, since previous ansible-core versions are EoL now. ### [`v2.12.0`](https://togithub.com/ansible-collections/ansible.utils/blob/HEAD/CHANGELOG.rst#v2120) [Compare Source](https://togithub.com/ansible-collections/ansible.utils/compare/v2.11.0...v2.12.0) \======= ## Minor Changes - Fact_diff filter plugin - Add fact_diff filter plugin. ([https://github.com/ansible-collections/ansible.utils/issues/78](https://togithub.com/ansible-collections/ansible.utils/issues/78)). ## New Plugins Filter ``` - fact_diff - Find the difference between currently set facts ```

Configuration

📅 Schedule: Branch creation - "before 7am" (UTC), 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.



This PR was generated by Mend Renovate. View the repository job log.