summaryrefslogtreecommitdiffstats
path: root/ansible_collections/arista/eos/CHANGELOG.rst
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/arista/eos/CHANGELOG.rst')
-rw-r--r--ansible_collections/arista/eos/CHANGELOG.rst76
1 files changed, 76 insertions, 0 deletions
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
======