Skip to content

Releases: napalm-automation/napalm

0.60.0

04 Mar 12:10

Choose a tag to compare

Base

New getters:

  • Added method cli
  • Added method get_arp_table
  • Added method get_ntp_peers
  • Added method get_lldp_neighbors
  • Added method get_lldp_neighbors_details
  • Added method get_interfaces_ip
  • Added method get_route_to
  • Added method get_bgp_neighbors_detail
  • Added method get_bgp_config
  • Added method get_mac_address_table
  • Added method load_template
  • Added method get_snmp_information

Please, refer to the getters support matrix for more information

Some bugs were killed and some internal improvements were also done.

EOS

  • Added template to delete ntp peers
  • Added template to set ntp peers

JunOS

  • Locking the configuration is now optional via an optional_arg
  • Added template to delete ntp peers
  • Added template to set ntp peers
  • Added template to delete rpm probes peers
  • Added template to set rpm probes peers

IOS-XR

  • Locking the configuration is now optional via an optional_arg
  • Added template to delete ntp peers
  • Added template to set ntp peers

NXOS

  • Added template to delete ntp peers
  • Added template to set ntp peers

IOS

  • IOS now returns long interfaces names.

Pluribus

  • Added support for Pluribus.
  • Only some getters are supported, no support for configuration changes.

Special thanks

To @mirceaulinic, @ktbyers @ande0581 and @jejenone for their contributions.

0.51.0

08 Feb 08:32

Choose a tag to compare

0.50.3

14 Jan 16:19

Choose a tag to compare

Minor bugfixes

0.50.2

11 Jan 11:48

Choose a tag to compare

Minor bugfixes

0.50.1

18 Dec 11:59

Choose a tag to compare

This is a minor release fixing a bug in the installation of the version 0.50.

0.50

17 Dec 11:52

Choose a tag to compare

New driver

New methods:

  • get_bgp_neighbors
  • get_environment
  • get_interface_counters

Bugfixes:

  • Solved a conflicting namespace issue
  • Other minor tiny bugfixes

0.40

24 Nov 08:41

Choose a tag to compare

New drivers:

0.30

03 Nov 10:54

Choose a tag to compare

Improvements:

  • You can specify the "timeout" when creating a driver instance.
  • Several documentation improvements.
  • Ansible plugin can skip the step of gathering the diff.

New drivers:

  • IBMDriver for Lenovo switches. Thanks to @kderynski

0.20

01 Oct 11:23

Choose a tag to compare

New features:

  • get_facts
  • get_interfaces
  • get_lldp_neighbors

A lot of bugfixes.

And EOSDriver now uses pyeapi instead of pyEOS.