Topics
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 ofnetconf_config
we add a new option argument,netconf_options
, allowing passing options directly tonetconf_config
.
- Fixed json2xml py3 compatibility issues (ansible-collections/community.yang#45)
- Sort yang_files to address dependency issue (ansible-collections/community.yang#46)
- 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.