This repository has been archived by the owner on Sep 17, 2019. It is now read-only.
Releases: napalm-automation/napalm-nxos
Releases · napalm-automation/napalm-nxos
0.7.1
You should upgrade to this version.
Issue #149 which this release fixes is a fairly bad issue. For more details on the issue and caveats to it, read the notes in the issue.
- Fix issue with the source replace config file being re-written on every load_replace_candidate() call and thus doubling its size on every call (see #149)
- Fix rollback issue with nxos-ssh.
- Minor parsing fixes.
0.7.0
0.6.0
Introduce transport
optional arg, in-line with other drivers: #94 thanks @The-Loeki
0.5.3
This is a bugfix release:
- Unable to overwrite a file created by another user, preventing another user to upload a file with the same filename with scp (#85), solved in #86 thanks to @targuan
- _delete_file hangs and fail to delete file (#88) fixed by @targuan in #89
- Fix last flap time for
get_interfaces
in #90 thanks to @targuan - Conflict over ownership of file (napalm-nxos vs. napalm-iosxr) (#91) - solved by @he32 by excluding the test/ directory & files from being installed as a package in #95
0.5.2
0.5.1
0.5.0
0.4.1
Using py3 compatible napalm-base 0.18.0
0.4.0
New method get_config
+ many bug fixes and improvements: https://github.com/napalm-automation/napalm-nxos/milestone/4?closed=1
0.3.0
For more information - https://github.com/napalm-automation/napalm-nxos/milestone/3