Skip to content

automation: Update ansible.utils to version 4

Housekeeper (bot) requested to merge renovate/ansible.utils-4.x into master

This MR contains the following updates:

Package Type Update Change
ansible.utils galaxy-collection major 3.1.0 -> 4.0.0

Release Notes

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

v4.0.0

Compare Source

======

Release Summary

Starting from this release, the minimum netaddr version this collection requires is >=0.10.1.

Major Changes

  • 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.
  • Bumping netaddr to >=0.10.1, means that starting from this release, the minimum netaddr version this collection requires is >=0.10.1.

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 becomes conflicted, 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. The local configuration can be found in the local Renovate Bot repository.

Merge request reports