Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade py-junos-eznc to version 1.3.1.
Upstream changes: 1.3.1: * Bugfix: Not to suppress exception under Config util context manager. 1.3.0: * Feature add: support "private" and "dynamic" database access #301 #458. * Feature enhancements: - Support for Feature Velocity releases #442 - Multiple RPC support #338 #453 - Merged Table/View pull requests from user. #441 - Facts gathering to raise only warning in case of exception #459 * Bugfixes: - Raise RpcTimeoutError in commit_check #437 - Config load not throwing RpcTimeoutError #443 #444 - Prevented AttributeError upon XML comment #448 #447 - Facts gathering fix for QFX and other specific software releases #450 #463 1.2.3: * Bugfixes: - Software upgrade for multi RE and multi VC #429 - single chassis (EX8208 1EA-2RE) software installation was broken. - Facts gathering on VMx & Qfabric #313 - SCP & SW progress to print proper log messages #422, #421 - TXP facts broken #417 - Prefer explicitly defined ssh_private_key_file to sshconfig #418 * Feature ehnancements: - Implement context manager for Device #433 - JSON as format option to RPC calls for Junos >= 14.2 - Merged Table/View pull requests from users. 1.2.2: * Bugfixes: - Suppress paramiko logger warnings #363 - A few places warnings similar to No handlers could be found for logger "paramiko.transport" would be displayed. - Device password setter did not work #400 - dev.password = 'newpass' - Facts gather for EX8200 standalone failing #402 - JSON dump of RPC XML failing when contents include XML comment #406 - SCP logger not enabled by default #362 1.2.1: * Bugfixes: - Unable to use get() multiple times with Tables - Add increased timeout value for remote_checksum - Ability to set options in CfgTable definition - Domain Fact - Put RPC inside try block - Search inherited version of config - Update support of swver fact for Junos 15.1 1.2.0: * New features: * Enhanced exception handling: * XML Normalization Support: * OpTables normalization * Mixed Mode Virtual Chassis Upgrade Support * Add sync, force_sync, full, detail to Config.commit(), * Configuration Table Support * Support for SSH ProxyCommand in SCP * Set minimum paramiko version to 1.15.2 * Bugfixes: - Facts - MX Virtual Chassis - All physical RE's are now accounted for in facts in the format Device-RE => 'RE1-RE0' - Master fact is same format as other VC systems. - Domain - Domain lookup now checks configuration first before attempting to parse /etc/resolv.conf or /var/etc/resolv.conf - 2RE - Fixed false positive of 2RE on vc_capable systems - StartShell root user - Utils.start_shell now supports the user root - utils.fs multiple RE support - Fixed bug affecting multiple RE systems - OpTables loading from XML files and objects - OpTables were not properly loading when passing in a XML file path or lxml object 1.1.2: * Bugfixes: - onbox Device() 1.1.1: * Bugfixes: - Device _auth_user overwritten after device open. This was breaking SCP 1.1.0: * New features: * Enhanced Exception Handling * Per execution timeout * Serialization of Junos facts * Composite table key support for missing XPATH * Regex support for View boolean values * OS Install force-host * Added display_xml_rpc command * ncclient proxycommand support * Added support for pipe (union) operator in Table keys * Format optional for configuration strings * Bugfixes: * JSON Output - Views that had compound keys failed to dump. - RPC command output failed to dump. * FutureWarning - Config utility would output a FutureWarning 1.0.2: * Bugfixes: * XML Templates not properly loading * Templates without a file extension no longer assumed to be XML
- Loading branch information