14
0
forked from pool/python-nornir

Accepting request 774570 from home:mnhauke:network:automation

- Update o version 2.4.0
  * Netconf connection plugin does not respect ssh config
  * Added napalm_ping.py plugin
  * Replace multiprocessing.dummy with concurrent.futures
  * Ansible Inventory - NornirNoValidInventoryError Exception
  * Minor Typing updates to appease mypy
  * Update to support Netmiko 3.x.x
  * Add netconf plugins
  * Fix KeyError when setting a “False” val in defaults
  * Add Netbox inventory plugin to documentation
  * Add netconf_capabilities plugin
  * Fix netbox unnamed devices

OBS-URL: https://build.opensuse.org/request/show/774570
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nornir?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal
2020-02-16 12:17:43 +00:00
committed by Git OBS Bridge
parent 90e63dd87f
commit ab1a5db414
4 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Feb 15 15:10:35 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Update o version 2.4.0
* Netconf connection plugin does not respect ssh config
* Added napalm_ping.py plugin
* Replace multiprocessing.dummy with concurrent.futures
* Ansible Inventory - NornirNoValidInventoryError Exception
* Minor Typing updates to appease mypy
* Update to support Netmiko 3.x.x
* Add netconf plugins
* Fix KeyError when setting a “False” val in defaults
* Add Netbox inventory plugin to documentation
* Add netconf_capabilities plugin
* Fix netbox unnamed devices
-------------------------------------------------------------------
Mon Oct 14 09:03:24 UTC 2019 - Martin Hauke <mardnh@gmx.de>