Skip to content

Latest commit

 

History

History
197 lines (137 loc) · 4.6 KB

CHANGELOG.rst

File metadata and controls

197 lines (137 loc) · 4.6 KB

Ansible Utils Collection Release Notes

  • 'keep_keys' filter plugin added.
  • 'remove_keys' filter plugin added.
  • 'replace_keys' filter plugin added.
  • Add cli_merge ipaddr filter plugin.
  • Add ip4_hex filter plugin.
  • Add ipaddr filter plugin.
  • Add ipmath filter plugin.
  • Add ipsubnet filter plugin.
  • Add ipv4 filter plugin.
  • Add ipv6 filter plugin.
  • Add ipwrap filter plugin.
  • Add network_in_network filter plugin.
  • Add network_in_usable filter plugin.
  • Add next_nth_usable filter plugin.
  • Add nthhost filter plugin.
  • Add previous_nth_usable filter plugin.
  • Add reduce_on_network filter plugin.
  • Add slaac,hwaddr,mac filter plugin.
  • New validate sub-plugin "config" to validate device configuration against user-defined rules (ansible-collections/ansible.network#15).
  • Enhancement in documentation and docstring.
  • Rereleased 2.4.2 with fix of network ee tests.
  • Rereleased 2.4.1 with valid requirement.txt.
  • Rereleased 2.4.0 with trivial changes.
  • Add new plugin param_list_compare that generates the final param list after comparing base and provided/target param list.
  • Update validate to use 2.11 ArgumentSpecValidator if available.
  • Add support for the validation of formats to the jsonschema validator.
  • Improve test coverage
  • Add usable_range test plugin
  • Update doc for usable_range filter plugin
  • Add in_any_network, in_network, in_one_network test plugins
  • Add ip, ip_address test plugins
  • Add ipv4, ipv4_address, ipv4_hostmask, ipv4_netmask test plugins
  • Add ipv6, ipv6_address, ipv6_ipv4_mapped, ipv6_sixtofour, ipv6_teredo test plugins
  • Add loopback, mac, multicast test plugins
  • Add private, public, reserved test plugins
  • Add resolvable test plugins
  • Add subnet_of, supernet_of, unspecified test plugins
  • Fix ansible.utils.cli_parse action plugin to support old cli_parse sub-plugin structure in ansible.netcommon collection.
  • If added custom sub plugins in your collection move from old location plugins/<sub-plugin-name> to the new location plugins/sub_plugins/<sub-plugin-name> and update the imports as required
  • Move sub plugins cli_parsers, fact_diff and validate to plugins/sub_plugins folder
  • The cli_parsers sub plugins folder name is changed to cli_parse to have consistent naming convention, that is all the cli_parse subplugins will now be in plugins/sub_plugins/cli_parse folder
  • Move CHANGELOG.rst file under changelogs folder as required
  • Add cli_parse module and plugins (ansible-collections#28)
  • Added fact_diff plugin and sub plugin
  • Added validate module/lookup/filter/test plugin to validate data based on given criteria
  • linting and formatting for CI
  • get_path - Retrieve the value in a variable using a path
  • index_of - Find the indices of items in a list matching some criteria
  • to_paths - Flatten a complex object into a dictionary of paths and values
  • validate - Validate data with provided criteria
  • cli_parse - Parse cli output or text using a variety of parsers
  • fact_diff - Find the difference between currently set facts
  • update_fact - Update currently set facts
  • validate - Validate data with provided criteria