From 38b7c80217c4e72b1d8988eb1e60bb6e77334114 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 18 Apr 2024 07:52:22 +0200 Subject: Adding upstream version 9.4.0+dfsg. Signed-off-by: Daniel Baumann --- ansible_collections/arista/eos/CHANGELOG.rst | 76 ++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) (limited to 'ansible_collections/arista/eos/CHANGELOG.rst') diff --git a/ansible_collections/arista/eos/CHANGELOG.rst b/ansible_collections/arista/eos/CHANGELOG.rst index 71d46465a..7067ecc24 100644 --- a/ansible_collections/arista/eos/CHANGELOG.rst +++ b/ansible_collections/arista/eos/CHANGELOG.rst @@ -5,6 +5,82 @@ Arista Eos Collection Release Notes .. contents:: Topics +v6.2.2 +====== + +Bugfixes +-------- + +- correct the reference of string attribute 'reference_bandwith'. + +v6.2.1 +====== + +Release Summary +--------------- + +Rereleased 6.2.0 with updated galaxy reference. + +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. + +v6.1.1 +====== + +Bugfixes +-------- + +- fix sanity issues w.r.t python27 + +v6.1.0 +====== + +Minor Changes +------------- + +- Add support for overridden operation in bgp_global resource module. + +Documentation Changes +--------------------- + +- Update bgp examples with yaml callback result +- Update bgp_global examples with yaml callback result +- Update examples for ospfv3 +- Update examples with yaml formatted output in ospf_interfaces. +- Update ospf_interfaces examples with yaml callback result +- Update ospfv2 examples with yaml callback result +- Update ospfv3 examples with yaml callback result +- Updateb bgp_address_family examples with yaml callback result + v6.0.1 ====== -- cgit v1.2.3