15
0
forked from pool/python-napalm

Accepting request 823026 from home:mnhauke:network:automation

- Update to version 3.1.0
  Core changes
  * Fix: force_no_enable enabled on ios and nx only
  * If you maintain a thrid-party driver using Netmiko for the
    underlying layer, but that doesn't make use of the enable
    features typically found on IOS-like devices, it is
    recommended to pin to this NAPALM version, so it won't break
    compatibility.
  * lxml text retrieval (find_txt) shouldn't fail if no text
    element available
  Driver changes
  * [NX-OS] Initial version for nxos_ssh get_optics
  * [NX-OS] Fixed get_bgp_neighbors and asdot notation on NX-OS
  * [Junos] Fix "KeyError in get_environment() on Juniper MX10k3
    with Junos 19.2R1.8 by making PEM naming consistent
  * [IOS] Fix get_optics metric
  * [IOS] Allow username detection on older Cisco ios versions

OBS-URL: https://build.opensuse.org/request/show/823026
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-napalm?expand=0&rev=13
This commit is contained in:
Tomáš Chvátal
2020-07-27 20:08:29 +00:00
committed by Git OBS Bridge
parent 4490165f63
commit d267de8858
4 changed files with 25 additions and 4 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Jul 27 18:36:06 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update to version 3.1.0
Core changes
* Fix: force_no_enable enabled on ios and nx only
* If you maintain a thrid-party driver using Netmiko for the
underlying layer, but that doesn't make use of the enable
features typically found on IOS-like devices, it is
recommended to pin to this NAPALM version, so it won't break
compatibility.
* lxml text retrieval (find_txt) shouldn't fail if no text
element available
Driver changes
* [NX-OS] Initial version for nxos_ssh get_optics
* [NX-OS] Fixed get_bgp_neighbors and asdot notation on NX-OS
* [Junos] Fix "KeyError in get_environment() on Juniper MX10k3
with Junos 19.2R1.8 by making PEM naming consistent
* [IOS] Fix get_optics metric
* [IOS] Allow username detection on older Cisco ios versions
-------------------------------------------------------------------
Thu May 21 10:56:30 UTC 2020 - Petr Gajdos <pgajdos@suse.com>