This repository has been archived by the owner on Sep 17, 2019. It is now read-only.
Releases: napalm-automation/napalm-base
Releases · napalm-automation/napalm-base
1.0.0
Final napalm-base release, this provides compatibility with napalm >= 2.0.0 (see https://napalm-automation.net/reunification/ and https://napalm-automation.net/reunification-first-release-announcement/).
If napalm >= 2.0.0 is installed, the get_network_driver
function will return the driver class from napalm
, e.g.,
>>> napalm_base.get_network_driver('junos')
<class 'napalm.junos.junos.JunOSDriver'>
This release is recommended as a middle layer between the previous approach (separate package per driver) and the current monolithic package.
0.25.0
- [NEW] CLI tool
napalm
with better debugging and obsolotescl_napalm*
. - [ENHANCEMENT] Improvements to the
search_path
inload_template
- [BUGFIX] Validate string before evaluating (#274)
- [BUGFIX] compliance_report properly matches strings
- [BUGFIX] compliance_report reports the expected and the actual value now
- [BUGFIX] Properly treat exception in
__enter__
- [BUGFIX] Minor py3 compatibility issues fixed
- [INTERNAL] Use tox for testing
0.24.3
0.24.2
Bugfixes:
- @ipv6freely @dbarrosop Added AttributeError Exception to del function in NetworkDriver (#… … e72c522
Internal Improvements:
- @ktbyers Fix mac address format 71fc6a4
- @ktbyers Documentation: Fix example mac addresses to be proper form 0a13298
- @ktbyers Merge pull request #261 from ktbyers/fix_minor_docstring … 96fd9d4
- @dbarrosop Correctly check all keys comply (#266) dc5000b
- @bewing @dbarrosop Improve coverage of get_network_driver() (#263) … 44ccecc
- @dbarrosop Dumb driver (#269) … dbddbbb
0.24.1
0.24.0
0.23.3
0.23.2
0.23.1
Merge pull request #224 from napalm-automation/develop Release 0.23.1