diff options
Diffstat (limited to 'ansible_collections/arista/eos/changelogs')
-rw-r--r-- | ansible_collections/arista/eos/changelogs/changelog.yaml | 79 | ||||
-rw-r--r-- | ansible_collections/arista/eos/changelogs/config.yaml | 2 |
2 files changed, 81 insertions, 0 deletions
diff --git a/ansible_collections/arista/eos/changelogs/changelog.yaml b/ansible_collections/arista/eos/changelogs/changelog.yaml index 48cc60726..da67f8362 100644 --- a/ansible_collections/arista/eos/changelogs/changelog.yaml +++ b/ansible_collections/arista/eos/changelogs/changelog.yaml @@ -507,3 +507,82 @@ releases: - sanity_fixes.yaml - trivial_changes.yaml release_date: "2023-04-10" + 6.1.0: + changes: + doc_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 + minor_changes: + - Add support for overridden operation in bgp_global resource module. + fragments: + - add_gha_periodic.yaml + - black.yaml + - boolean_normalization.yaml + - no-provider.yaml + - ospfv3_docs.yaml + - update_docs.yaml + - update_ospf_intefaces_docs.yaml + release_date: "2023-09-06" + 6.1.1: + changes: + bugfixes: + - fix sanity issues w.r.t python27 + fragments: + - fix_27_sanity.yaml + - sanity_fix.yaml + release_date: "2023-09-12" + 6.1.2: + changes: + bugfixes: + - Skip compile testing for python <3.6. + fragments: + - conpile_test36.yaml + release_date: "2023-09-14" + 6.2.0: + changes: + 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. + doc_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. + minor_changes: + - arista_config - Relax restrictions on I(src) parameter so it can be used more + like I(lines). + fragments: + - Fix_config.yaml + - docs_fix.yaml + - eos_interface_l2_l3.yaml + - fix_logging_global_replaced.yaml + - fix_tox.yaml + - fix_virtual_ip_facts_issue.yaml + - ipv6_acl_facts_gather_fix.yaml + - lint_fixtures.yaml + - ntp_global_local_interface_fix.yaml + - sanity_job_fix.yaml + - trivial_lint.yaml + release_date: "2023-10-30" + 6.2.1: + changes: + release_summary: Rereleased 6.2.0 with updated galaxy reference. + fragments: + - rerelease.yaml + release_date: "2023-10-30" + 6.2.2: + changes: + bugfixes: + - correct the reference of string attribute 'reference_bandwith'. + fragments: + - ospf_v2_reference_bandwidth_fix.yaml + release_date: "2023-11-27" diff --git a/ansible_collections/arista/eos/changelogs/config.yaml b/ansible_collections/arista/eos/changelogs/config.yaml index c7efd0c64..f8266594b 100644 --- a/ansible_collections/arista/eos/changelogs/config.yaml +++ b/ansible_collections/arista/eos/changelogs/config.yaml @@ -26,5 +26,7 @@ sections: - Bugfixes - - known_issues - Known Issues + - - doc_changes + - Documentation Changes title: Arista Eos Collection trivial_section_name: trivial |