Skip to content

Latest commit

 

History

History
executable file
·
46 lines (24 loc) · 1.29 KB

CHANGES.md

File metadata and controls

executable file
·
46 lines (24 loc) · 1.29 KB

Change Log

In development

  • Added 'netmiko>=2.4.1' entry to requirements.txt. See PR #2.

0.4.0

  • Driver reunification - switched to just "napalm" import, removed device-specific and napalm-base

0.3.0

  • Removed napalm-ibm as it is no longer maintained, and pins to an older version of paramiko that breaks other drivers.

0.2.16

  • Added "nxos_ssh" to supported Napalm drivers for legacy nx-os systems without NX-API support. (inline transfer only)

0.2.15

  • Version bump to fix tagging issues, no code changes

0.2.14

  • Support key_file for SSH key authentication

0.2.13

  • Support secret parameter for IOS devices that need password to enter enable mode

0.2.11

  • Added "config_text" parameter to loadconfig action to be able to specify a command to set to device as text

0.2.8

  • Removes unnecessary exception handling in each action. Was suppressing useful information about the problem
  • Catch KeyError when referencing certain config items and provide useful message - clear indicator that config needs provided/reloaded

0.2.7

  • Added "port" parameter to configuration (sensor now able to set port, actions use this as secondary)

0.2.5

  • Added missing "credentials" section to config.schema.yaml