Skip to content

Latest commit

 

History

History
99 lines (63 loc) · 2.08 KB

CHANGELOG.rst

File metadata and controls

99 lines (63 loc) · 2.08 KB

Network Interfaces Collection Release Notes

  • Restructured the network.interfaces collection by converting supported operations into separate roles.

With this release, the minimum required version of ansible-core for this collection is 2.15.0. The last version known to be compatible with ansible-core versions below 2.15 is v4.0.0.

  • Bumping requires_ansible to >=2.15.0, since previous ansible-core versions are EoL now.
  • Update readme as per the common template.

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 v3.0.1.

  • Bumping requires_ansible to >=2.14.0, since previous ansible-core versions are EoL now.
  • Add health_check support for EOS platform(#19).
  • Rename role variables to follow the role_name_var variable naming rule for roles.
  • Rename variable action as operation, on behalf of ansible-lint var-naming error for reserved Ansible keywords.
  • Added installation steps to the documentation.
  • Fix misspelled words in README, and fix examples.
  • Enable scm based operations(#7)
  • Fix issue in 'health_check' action.
  • Update README with collection installation commands.
  • Add Network INTERFACES role.
  • Add docs for Remediate and Detect action.
  • Fix collection name in galaxy.yaml.