Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 952 Bytes

File metadata and controls

35 lines (23 loc) · 952 Bytes

Changelog

v1.0.0

New modules

  • nokia.srlinux.get - Retrieve configuration or state element from Nokia SR Linux devices.
  • nokia.srlinux.config - Update, replace and delete configuration on SR Linux devices.
  • nokia.srlinux.validate - Validating configuration on SR Linux devices.
  • nokia.srlinux.cli - Execute CLI commands on SR Linux devices.

v1.0.2

Bug fixes

  • Retry on save_when when the json-rpc is undergoing a reload. This happens when the replace/update operation changes json-rpc server config.

v1.0.3

Chores

  • Removed unused artifacts from the build.

v1.1.0

  • Removed ansible-core 2.15 support, added support for ansible-core 2.18 and 2.19.
  • Removed upper-bound restrictions on ansible.utils and ansible.netcommon versions.