Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==3.4.1
->==4.0.0
Release Notes
napalm-automation/napalm
v4.0.0
Compare Source
Type Hinting
After months of work, @Kircheneer added type hinting support in #1412 and #1476.
New features
Add Commit-Confirm support for Cisco IOS #1691
New
encoding
argument added to thecli
method to return the output of operational / show commands in the desired format. Currently supported on Junos and EOS. #1637 & #1663Added
ttp_parse
helper function to codebase #1563Replaced
ciscoconfparse
withnetutils
#1565New SSH transport available for Arista EOS - thanks @thomasbridge74 #1502
Improvements
Adds
mac
andip
checks for getters #1560The
uptime
field in theget_facts
return is nowfloat
type: #1651[NX-OS] Improve compare_config for NXOS partial merging #1567
[EOS] support arbitrary transport class #1643 & #1647
[EOS] move config lock check to _load_config #1642
[EOS] Handle modern memory output from Arista EOS 4.27+ #1673
[IOS-XR] Improving get_facts behavior to handle XML changes in newer OS versions #1667
[Junos] make sure we don't duplicate LLDP neighbor entries #1640
Bug fixes
[Junos] find for system
uptime
element #1675[IOS-XR]
get_lldp_neighbor_details
does not support 'N/A' capabilities #1681[IOS-XR]
get_lldp_neighbor_details
add alternative lldp local interface key #1682[NX-OS]
get_interfaces
fix description on SVI interfaces #1571[IOS]
get_vlans
does not return all interfaces if they wrap around in the config #1569[Junos] Fix #1549: Check peer admin status from the BGP options #1566
[EOS]
get_bgp_neighbors_detail
only returns back a single peer for a certain EOS platform #1573Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.