Skip to content

Releases: ansible-collections/ansible.utils

v4.1.0

15 Apr 13:17
cc2fc8b
Compare
Choose a tag to compare

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

28 Mar 15:39
b0627b8
Compare
Choose a tag to compare

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.

v3.1.0

30 Jan 16:04
2933ef2
Compare
Choose a tag to compare

Minor Changes

  • Add support in fact_diff filter plugin to show common lines.(#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

30 Nov 11:34
23c7f10
Compare
Choose a tag to compare

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.

Full Changelog: v2.12.0...v3.0.0

v2.12.0

30 Nov 07:41
0f8c4e1
Compare
Choose a tag to compare

Minor Changes

  • Fact_diff filter plugin - Add fact_diff filter plugin. (#78).

New Plugins

Filter

  • fact_diff - Find the difference between currently set facts

Full Changelog: v2.11.0...v2.12.0

v2.11.0

07 Sep 09:14
1a336fb
Compare
Choose a tag to compare

Minor Changes

  • Add ipcut filter plugin.(#251)
  • Add ipv6form filter plugin.(#230)

Bugfixes

  • Validate input for ipv4_hex(#281)

New Plugins

  • ipcut - This filter is designed to get 1st or last few bits of IP address.
  • ipv6form - This filter is designed to convert ipv6 address in different formats. For example expand, compressetc.

v2.10.3

18 May 08:47
c0e0946
Compare
Choose a tag to compare

Changes related to the release pipeline.

v2.10.2

15 May 17:00
c6ebb51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.9.0...2.10.0

Ansible utils 2.0.1 release

01 Mar 11:21
efe55cc
Compare
Choose a tag to compare

Ansible utils 2.0.1 release

Test CI release process

13 Oct 16:14
54b6949
Compare
Choose a tag to compare
Pre-release
Merge pull request #3 from cidrblock/sed_i

Add -i to sed to change galaxy.yml in place