Skip to content

Latest commit

 

History

History
78 lines (51 loc) · 2.11 KB

CHANGELOG.rst

File metadata and controls

78 lines (51 loc) · 2.11 KB

Ansible Yang Collection Release Notes

Starting from this release, the minimum ansible-core version this collection requires is 2.15.0. The last known version compatible with ansible-core<2.15 is v2.0.0.

  • Bumping requires_ansible to >=2.15.0, since previous ansible-core versions are EoL now.

Starting from this release, the minimum ansible-core version this collection requires is 2.14.0. The last known version compatible with ansible-core<2.14 is v1.2.1.

  • Bumping requires_ansible to >=2.14.0, since previous ansible-core versions are EoL now.
  • Update bindep dependencies, and improve pyang import checks.

Re-releasing version 1.2.0, as 1.2.1.

Releasing version 1.2.0, featuring various maintenance updates.

  • Added unit test for xml2json, json2xml and spec lookup plugins (ansible-collections/community.yang#50)
  • Refactored module_utils to fix ansible-test sanity issues (ansible-collections/community.yang#50)
  • added optional attribute for fetch action to continue if it hits a module that cannot be found
  • community.yang.configure - Since configure module is built on top of netconf_config we add a new option argument, netconf_options, allowing passing options directly to netconf_config.
  • Add modules get, fetch, configure, generate_spec to ansible.yang collections.
  • Added configure module to push json format configuration on to remote host over netconf connection.