Skip to content

Releases: ansible-collections/ansible.yang

v3.0.0

12 Jun 14:03
f19d960
Compare
Choose a tag to compare

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

01 Dec 09:05
e5adf83
Compare
Choose a tag to compare

Release Summary

  • 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.

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

22 Nov 08:46
76beaad
Compare
Choose a tag to compare

v1.2.1

Release Summary

Re-releasing version 1.2.0, as 1.2.1.

v1.1.0

21 Nov 10:46
8da4503
Compare
Choose a tag to compare

Minor Changes

  • 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.
  • 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