Releases: ansible-collections/arista.eos
Releases · ansible-collections/arista.eos
v10.0.1
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
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 previousansible-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
Major Changes
- Add new module cli_restore that exclusively handles restoring of backup configuration to target appliance.
Minor Changes
- Add support for cli_restore functionality.
- Please refer the PR to know more about core changes (ansible-collections/ansible.netcommon#618).
- cli_restore module is part of netcommon.
Full Changelog: v8.0.0...v9.0.0
v8.0.0
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
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
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
Bugfixes
- Fixed the reference of string attribute
reference_bandwith
in eos_ospfv2 (#486)
New Contributors
- @TheRealBecks made their first contribution in #490
Full Changelog: v6.2.1...v6.2.2
Release 6.2.1
v6.2.1
Release Summary
Rereleased 6.2.0 with updated galaxy reference.
Release 6.2.0
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
Bugfixes
- Skip compile testing for python <3.6.