2020-12-08 06:49:46 +00:00
|
|
|
ancestor: null
|
|
|
|
releases:
|
|
|
|
1.0.0:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2022-05-26 14:02:52 +00:00
|
|
|
- linting and formatting for CI
|
2020-12-08 06:49:46 +00:00
|
|
|
minor_changes:
|
2022-05-26 14:02:52 +00:00
|
|
|
- Add cli_parse module and plugins (https://github.com/ansible-collections/ansible.utils/pull/28)
|
|
|
|
- Added fact_diff plugin and sub plugin
|
|
|
|
- Added validate module/lookup/filter/test plugin to validate data based on
|
|
|
|
given criteria
|
2020-12-08 06:49:46 +00:00
|
|
|
fragments:
|
2022-05-26 14:02:52 +00:00
|
|
|
- 23 linting and formatting.yaml
|
|
|
|
- 28_cli_parse_plugins_add.yaml
|
|
|
|
- 29-add_docs_for_Cli_parse.yaml
|
|
|
|
- add_fact_diff.yaml
|
|
|
|
- docs_copyedit.yaml
|
|
|
|
- validate.yaml
|
2020-12-08 06:49:46 +00:00
|
|
|
modules:
|
2022-05-26 14:02:52 +00:00
|
|
|
- description: Parse cli output or text using a variety of parsers
|
|
|
|
name: cli_parse
|
|
|
|
namespace: ""
|
|
|
|
- description: Find the difference between currently set facts
|
|
|
|
name: fact_diff
|
|
|
|
namespace: ""
|
|
|
|
- description: Update currently set facts
|
|
|
|
name: update_fact
|
|
|
|
namespace: ""
|
2020-12-08 06:49:46 +00:00
|
|
|
- description: Validate data with provided criteria
|
|
|
|
name: validate
|
2022-05-26 14:02:52 +00:00
|
|
|
namespace: ""
|
|
|
|
plugins:
|
|
|
|
lookup:
|
|
|
|
- description: Retrieve the value in a variable using a path
|
|
|
|
name: get_path
|
|
|
|
namespace: null
|
|
|
|
- description: Find the indices of items in a list matching some criteria
|
|
|
|
name: index_of
|
|
|
|
namespace: null
|
|
|
|
- description: Flatten a complex object into a dictionary of paths and values
|
|
|
|
name: to_paths
|
|
|
|
namespace: null
|
|
|
|
- description: Validate data with provided criteria
|
|
|
|
name: validate
|
|
|
|
namespace: null
|
|
|
|
release_date: "2020-12-08"
|
2020-12-08 18:28:22 +00:00
|
|
|
1.0.1:
|
|
|
|
changes:
|
|
|
|
minor_changes:
|
2022-05-26 14:02:52 +00:00
|
|
|
- Move CHANGELOG.rst file under changelogs folder as required
|
2020-12-08 18:28:22 +00:00
|
|
|
fragments:
|
2022-05-26 14:02:52 +00:00
|
|
|
- fix_changelog_file_location.yaml
|
|
|
|
release_date: "2020-12-08"
|
2021-01-29 09:06:04 +00:00
|
|
|
2.0.0:
|
|
|
|
changes:
|
|
|
|
breaking_changes:
|
2022-05-26 14:02:52 +00:00
|
|
|
- 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
|
2021-01-29 09:06:04 +00:00
|
|
|
fragments:
|
2022-05-26 14:02:52 +00:00
|
|
|
- 32_doc_updates.yaml
|
|
|
|
- sub_plugins_dir_change.yaml
|
|
|
|
- upcap_ansible.yaml
|
|
|
|
release_date: "2021-01-29"
|
2021-02-25 19:51:39 +00:00
|
|
|
2.0.1:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2022-05-26 14:02:52 +00:00
|
|
|
- Fix ansible.utils.cli_parse action plugin to support old cli_parse sub-plugin
|
|
|
|
structure in ansible.netcommon collection.
|
2021-02-25 19:51:39 +00:00
|
|
|
fragments:
|
2022-05-26 14:02:52 +00:00
|
|
|
- ansible-doc.yaml
|
|
|
|
- cli_parse_fix.yaml
|
|
|
|
release_date: "2021-02-25"
|
2021-03-30 13:47:05 +00:00
|
|
|
2.0.2:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2022-05-26 14:02:52 +00:00
|
|
|
- Fix cli_parse template_path read error (https://github.com/ansible-collections/ansible.utils/pull/51).
|
|
|
|
- Fix jsonschema input data format checking (https://github.com/ansible-collections/ansible.utils/pull/50).
|
2021-03-30 13:47:05 +00:00
|
|
|
fragments:
|
2022-05-26 14:02:52 +00:00
|
|
|
- cli_parse_errors_return.yaml
|
|
|
|
- jsonschema_data_validation_fix.yaml
|
|
|
|
release_date: "2021-03-29"
|
2021-04-27 15:18:34 +00:00
|
|
|
2.1.0:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2022-05-26 14:02:52 +00:00
|
|
|
- Add missing test requirements (https://github.com/ansible-collections/ansible.utils/pull/57).
|
2021-04-27 15:18:34 +00:00
|
|
|
minor_changes:
|
2022-05-26 14:02:52 +00:00
|
|
|
- Add from_xml and to_xml fiter plugin (https://github.com/ansible-collections/ansible.utils/pull/56).
|
2021-04-27 15:18:34 +00:00
|
|
|
fragments:
|
2022-05-26 14:02:52 +00:00
|
|
|
- 63-add_ignore_txt.yml
|
|
|
|
- add-xmltojson-and-jsontoxml-filter.yaml
|
|
|
|
- add_missing_test_requirements.yml
|
|
|
|
- fix_tests.yaml
|
|
|
|
release_date: "2021-04-27"
|
2021-05-17 08:49:59 +00:00
|
|
|
2.2.0:
|
|
|
|
changes:
|
|
|
|
minor_changes:
|
2022-05-26 14:02:52 +00:00
|
|
|
- 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
|
2021-05-17 08:49:59 +00:00
|
|
|
fragments:
|
2022-05-26 14:02:52 +00:00
|
|
|
- add_netaddr_test_plugins_1.yml
|
|
|
|
- add_netaddr_test_plugins_2.yml
|
|
|
|
- add_netaddr_test_plugins_3.yml
|
|
|
|
- add_netaddr_test_plugins_4.yml
|
|
|
|
- add_netaddr_test_plugins_5.yml
|
|
|
|
- add_netaddr_test_plugins_6.yml
|
|
|
|
- add_netaddr_test_plugins_7.yml
|
|
|
|
- add_netaddr_test_plugins_8.yml
|
|
|
|
release_date: "2021-05-17"
|
2021-06-21 08:17:53 +00:00
|
|
|
2.3.0:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2022-05-26 14:02:52 +00:00
|
|
|
- Also include empty lists and mappings into the output dictionary (https://github.com/ansible-collections/ansible.utils/pull/58).
|
2021-06-22 09:56:20 +00:00
|
|
|
doc_changes:
|
2022-05-26 14:02:52 +00:00
|
|
|
- Update doc for usable_range filter plugin
|
2021-06-21 08:17:53 +00:00
|
|
|
minor_changes:
|
2022-05-26 14:02:52 +00:00
|
|
|
- Add usable_range test plugin
|
2021-06-21 08:17:53 +00:00
|
|
|
fragments:
|
2022-05-26 14:02:52 +00:00
|
|
|
- add_usable_range_filter_plugin.yml
|
|
|
|
- empty_list_mapping.yml
|
|
|
|
- improve_coverage_for_filter_plugins.yaml
|
|
|
|
- update_doc_for_usable_range_filter_plugin.yml
|
|
|
|
release_date: "2021-06-22"
|
2021-07-27 13:03:43 +00:00
|
|
|
2.3.1:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2022-05-26 14:02:52 +00:00
|
|
|
- Add support for the validation of formats to the jsonschema validator.
|
|
|
|
- Improve test coverage
|
2021-07-27 13:03:43 +00:00
|
|
|
fragments:
|
2022-05-26 14:02:52 +00:00
|
|
|
- 81_add_support_for_format.yaml
|
|
|
|
release_date: "2021-07-26"
|
2021-08-28 05:47:38 +00:00
|
|
|
2.4.0:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2022-05-26 14:02:52 +00:00
|
|
|
- Update validate to use 2.11 ArgumentSpecValidator if available.
|
2021-08-28 05:47:38 +00:00
|
|
|
minor_changes:
|
2022-05-26 14:02:52 +00:00
|
|
|
- Add new plugin param_list_compare that generates the final param list after
|
|
|
|
comparing base and provided/target param list.
|
2021-08-28 05:47:38 +00:00
|
|
|
fragments:
|
2022-05-26 14:02:52 +00:00
|
|
|
- 85_update_validate_plugin.yaml
|
|
|
|
- 88_compare_resource_list_filter_plugin.yaml
|
|
|
|
- param_list_compare_docs_added.yaml
|
|
|
|
release_date: "2021-08-28"
|
2021-09-24 10:07:49 +00:00
|
|
|
2.4.1:
|
|
|
|
changes:
|
2022-04-12 06:33:54 +00:00
|
|
|
release_summary: Rereleased 2.4.0 with trivial changes.
|
2021-09-24 10:07:49 +00:00
|
|
|
fragments:
|
2022-05-26 14:02:52 +00:00
|
|
|
- 2.4.1.yaml
|
|
|
|
- fix_network_ee.yaml
|
|
|
|
release_date: "2021-09-24"
|
2021-10-07 08:53:53 +00:00
|
|
|
2.4.2:
|
|
|
|
changes:
|
2022-04-12 06:33:54 +00:00
|
|
|
release_summary: Rereleased 2.4.1 with valid requirement.txt.
|
2021-10-07 08:53:53 +00:00
|
|
|
fragments:
|
2022-05-26 14:02:52 +00:00
|
|
|
- 2.4.2.yaml
|
|
|
|
- add_ignore_2.13.yaml
|
|
|
|
- bugfix_100.yaml
|
|
|
|
release_date: "2021-10-07"
|
2021-12-07 05:11:32 +00:00
|
|
|
2.4.3:
|
|
|
|
changes:
|
2022-04-12 06:33:54 +00:00
|
|
|
release_summary: Rereleased 2.4.2 with fix of network ee tests.
|
2021-12-07 05:11:32 +00:00
|
|
|
fragments:
|
2022-05-26 14:02:52 +00:00
|
|
|
- 2.4.3.yaml
|
|
|
|
- fix_network_ee.yaml
|
|
|
|
release_date: "2021-12-07"
|
2022-01-31 14:31:07 +00:00
|
|
|
2.5.0:
|
|
|
|
changes:
|
|
|
|
doc_changes:
|
2022-05-26 14:02:52 +00:00
|
|
|
- Enhancement in documentation and docstring.
|
2022-01-31 14:31:07 +00:00
|
|
|
minor_changes:
|
2022-05-26 14:02:52 +00:00
|
|
|
- "'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 (https://github.com/ansible-collections/ansible.network/issues/15).
|
2022-01-31 14:31:07 +00:00
|
|
|
fragments:
|
2022-05-26 14:02:52 +00:00
|
|
|
- 112-validate-config-plugin.yaml
|
|
|
|
- add_cli_merge_filter_plugin.yaml
|
|
|
|
- add_ip4_hex_filter.yaml
|
|
|
|
- add_ipaddr_filter_plugin.yaml
|
|
|
|
- add_ipmath_filter.yaml
|
|
|
|
- add_ipsubnet_filter_plugin.yaml
|
|
|
|
- add_ipv4_filter_plugin.yaml
|
|
|
|
- add_ipv6_filter_plugin.yaml
|
|
|
|
- add_ipwrap_filter_plugin.yaml
|
|
|
|
- add_network_in_network_filter.yaml
|
|
|
|
- add_network_in_usable_filter.yaml
|
|
|
|
- add_next_nth_usable_filter.yaml
|
|
|
|
- add_nthhost_filter.yaml
|
|
|
|
- add_previous_nth_usable_filter.yaml
|
|
|
|
- add_reduce_on_network_filter.yaml
|
|
|
|
- add_slaac_mac_hwaddr_filter.yaml
|
|
|
|
- docfix_minor_corrections.yaml
|
|
|
|
- recursive_filter_plugins.yaml
|
|
|
|
release_date: "2022-01-31"
|
2022-03-01 07:06:48 +00:00
|
|
|
2.5.1:
|
|
|
|
changes:
|
|
|
|
doc_changes:
|
2022-05-26 14:02:52 +00:00
|
|
|
- "`in_any_network` - plugin doc fix for redundant line."
|
2022-03-01 07:06:48 +00:00
|
|
|
fragments:
|
2022-05-26 14:02:52 +00:00
|
|
|
- Improve_test_covrage.yaml
|
|
|
|
- minor_doc_update.yaml
|
|
|
|
- unit_test_container_venv.yaml
|
|
|
|
release_date: "2022-03-01"
|
2022-03-04 14:22:44 +00:00
|
|
|
2.5.2:
|
|
|
|
changes:
|
|
|
|
bugfixes:
|
2022-05-26 14:02:52 +00:00
|
|
|
- Fix issue in ipaddr,ipv4,ipv6,ipwrap filters.(https://github.com/ansible-collections/ansible.utils/issues/148).
|
|
|
|
- ipaddr - Add valid network for link-local (https://github.com/ansible-collections/ansible.netcommon/issues/350).
|
|
|
|
- ipaddr - Fix issue of breaking ipaddr filter with netcommon 2.6.0(https://github.com/ansible-collections/ansible.netcommon/issues/375).
|
2022-03-04 14:22:44 +00:00
|
|
|
fragments:
|
2022-05-26 14:02:52 +00:00
|
|
|
- bugfix_ipaddr_filter.yaml
|
|
|
|
release_date: "2022-03-04"
|
2022-04-12 06:29:59 +00:00
|
|
|
2.6.0:
|
|
|
|
changes:
|
|
|
|
minor_changes:
|
2022-05-26 14:02:52 +00:00
|
|
|
- "'consolidate' filter plugin added."
|
2022-04-12 06:29:59 +00:00
|
|
|
fragments:
|
2022-05-26 14:02:52 +00:00
|
|
|
- 0-ignore.yml
|
|
|
|
- consolidate_filter_plugin.yml
|
|
|
|
- enable_upgrade_black.yml
|
|
|
|
- pre-commit-enable.yml
|
|
|
|
- pre-commit-skip.yml
|
|
|
|
release_date: "2022-04-12"
|
2022-04-25 15:57:20 +00:00
|
|
|
2.6.1:
|
|
|
|
changes:
|
|
|
|
release_summary: Rereleased 2.6.0 with fixes for internal testing.
|
|
|
|
fragments:
|
2022-05-26 14:02:52 +00:00
|
|
|
- 2.6.1-notes.yaml
|
|
|
|
- check_mode.yaml
|
|
|
|
- pylint-black-flake.yml
|
|
|
|
- sanity_fix.yaml
|
|
|
|
- test inits.yml
|
|
|
|
release_date: "2022-04-25"
|