Releases: ansible-collections/ansible.yang
Releases · ansible-collections/ansible.yang
v3.0.0
v3.0.0
Release Summary
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.
Major Changes
- Bumping
requires_ansible
to>=2.15.0
, since previous ansible-core versions are EoL now.
v2.0.0
Release Summary
- Starting from this release, the minimum
ansible-core
version this collection requires is2.14.0
. The last known version compatible with ansible-core<2.14 isv1.2.1
.
Major Changes
- Bumping
requires_ansible
to>=2.14.0
, since previous ansible-core versions are EoL now.
Bugfixes
- Update bindep dependencies, and improve pyang import checks.
Full Changelog: v1.2.1...v2.0.0
v1.2.1
v1.2.1
Release Summary
Re-releasing version 1.2.0, as 1.2.1.
v1.1.0
Minor Changes
- 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
. - 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
Bugfixes
- Fixed json2xml py3 compatibility issues (ansible-collections/community.yang#45)
- Sort yang_files to address dependency issue (ansible-collections/community.yang#46)