Skip to content

chore(deps): update dependency ansible.utils to v4 - autoclosed

Lama Bot requested to merge renovate/ansible.utils-4.x into main

This MR contains the following updates:

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

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

ansible-collections/ansible.utils (ansible.utils)

v4.1.0

Compare Source

======

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

Compare Source

======

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

Compare Source

======

Minor 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.

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

Compare Source

======

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

Compare Source

=======

Minor Changes

New Plugins

Filter


- fact_diff - Find the difference between currently set facts

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 MR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports