Skip to content

Releases: ansible-collections/arista.eos

v10.0.1

21 Oct 10:19
a4dc799
Compare
Choose a tag to compare

v10.0.1

Bugfixes

  • Adds a missing word in the 'bgp client-to-client reflection' command in eos_bgp_global module.
  • Fixes a typo in always-compare-med attribute in eos_bgp_global module.
  • Handles exception when translating an unknown port to its service name.

Documentation Changes

  • Includes a new support related section in the README.

v10.0.0

12 Jun 13:35
f467568
Compare
Choose a tag to compare

v10.0.0

Release Summary

With this release, the minimum required version of ansible-core for this collection is 2.15.0. The last version known to be compatible with ansible-core versions below 2.15 is v9.0.0.

Major Changes

  • Bumping requires_ansible to >=2.15.0 due to the end-of-life status of previous ansible-core versions.

Bugfixes

  • Ensure IPv6 static route definitions are correctly filtered during facts gathering.
  • This fix make sure to fetch timer with lldp string at the start.
  • Update integration tests for parse operations to ensure that ordering or address family (AF) does not affect assertions.
  • Update the filter to accurately retrieve relevant static route configurations.

v9.0.0

12 Apr 19:13
be23a7f
Compare
Choose a tag to compare

Major Changes

  • Add new module cli_restore that exclusively handles restoring of backup configuration to target appliance.

Minor Changes

Full Changelog: v8.0.0...v9.0.0

v8.0.0

28 Mar 15:44
f01a1b5
Compare
Choose a tag to compare

Major Changes

This release removes previously deprecated modules and attributes from this collection. Please refer to the Removed Features section for details.

Removed Features (previously deprecated)

  • Remove depreacted eos_bgp module which is replaced with eos_bgp_global and eos_bgp_address_family.
  • Remove deprecated eos_logging module which is replaced with eos_logging_global resource module.
  • Remove deprecated timers.throttle attribute.

v7.1.0

06 Mar 13:58
b6abed5
Compare
Choose a tag to compare

Bugfixes

  • This fix is needed because static_routes and vlans are not returning anything when resources are not configured.
  • This got noticed in this issue (network-automation/toolkit#47)
  • correct a missing whitespace and add 'auth' string.
  • correct the parsing of the elements in 'name_servers' in 'eos_system' module.
  • when static_routes and vlans are not confirgured then return empty list.

Documentation Changes

  • eos_lag_interface - Updated examples for lag_interface module.

Full Changelog: v7.0.0...v7.1.0

v7.0.0

01 Dec 07:15
ef5facc
Compare
Choose a tag to compare

Release Summary

Starting from this release, the minimum ansible-core version this collection requires is 2.14.0. The last known version compatible with ansible-core<2.14 is v6.2.2.

Major Changes

  • Bumping requires_ansible to >=2.14.0, since previous ansible-core versions are EoL now.

Full Changelog: v6.2.2...v7.0.0

v6.2.2

29 Nov 11:38
2342353
Compare
Choose a tag to compare

Bugfixes

  • Fixed the reference of string attribute reference_bandwith in eos_ospfv2 (#486)

New Contributors

Full Changelog: v6.2.1...v6.2.2

Release 6.2.1

30 Oct 14:32
8fc41fc
Compare
Choose a tag to compare

v6.2.1

Release Summary

Rereleased 6.2.0 with updated galaxy reference.

Release 6.2.0

30 Oct 13:42
e72f7b5
Compare
Choose a tag to compare

v6.2.0

Minor Changes

  • arista_config - Relax restrictions on I(src) parameter so it can be used more like I(lines).

Bugfixes

  • Fix command generated for local-interface with in ntp server attribute.
  • Fix command generation for source_interface attribute.
  • Fix secondary ip address parsing.
  • fix line attribute fact generation and placement in ACE, when ACE is not fully parsed.

Documentation Changes

  • Fix docs for static_routes and prefix_lists Resource modules.
  • eos_interfaces - update examples and use YAML output for better readability.
  • eos_l2_interfaces - update examples and use YAML output for better readability.
  • eos_l3_interfaces - update examples and use YAML output for better readability.

v6.1.2

14 Sep 12:48
8a8ab61
Compare
Choose a tag to compare

Bugfixes

  • Skip compile testing for python <3.6.