Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Releases: napalm-automation/napalm-nxos

0.7.1

26 Oct 17:01
Compare
Choose a tag to compare

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

25 Sep 16:29
Compare
Choose a tag to compare
  • Adds NXOS-SSH Support

0.6.0

01 Aug 14:06
Compare
Choose a tag to compare

Introduce transport optional arg, in-line with other drivers: #94 thanks @The-Loeki

0.5.3

26 Jun 09:35
Compare
Choose a tag to compare

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

25 Apr 18:41
Compare
Choose a tag to compare

Fixed "Raise an exception when rollback fails (replace commit)" #80

0.5.1

20 Feb 13:17
Compare
Choose a tag to compare

Fixed "Broken close method": #73
Set & delete users templates: #67
Traceroute: add vrf arg: #71
Fixed "Unable to apply changes due to cfs lock": #63
Fixed "load_merge_candidate is not additive": #64

0.5.0

23 Dec 02:39
Compare
Choose a tag to compare

Python 3 support: #35
New method is_alive: #52
Migrated to the new test framework: #30
Fixed: #51, #36 and #54

0.4.1

03 Nov 16:52
Compare
Choose a tag to compare

Using py3 compatible napalm-base 0.18.0

0.4.0

01 Nov 11:22
Compare
Choose a tag to compare

New method get_config + many bug fixes and improvements: https://github.com/napalm-automation/napalm-nxos/milestone/4?closed=1

0.3.0

10 Sep 11:45
Compare
Choose a tag to compare