From e72f7b546262aa3147b3a815d5af0c2968d0e733 Mon Sep 17 00:00:00 2001 From: Rohit Thakur Date: Mon, 30 Oct 2023 18:30:41 +0530 Subject: [PATCH] Prepare release 6.2.0 (#472) * Prepare release 6.2.0 Signed-off-by: rohitthakur2590 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: rohitthakur2590 Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- CHANGELOG.rst | 24 +++++++++++++++ changelogs/changelog.yaml | 29 +++++++++++++++++++ changelogs/fragments/Fix_config.yaml | 3 -- changelogs/fragments/docs_fix.yaml | 3 -- changelogs/fragments/eos_interface_l2_l3.yaml | 5 ---- .../fix_logging_global_replaced.yaml | 3 -- changelogs/fragments/fix_tox.yaml | 3 -- .../fragments/fix_virtual_ip_facts_issue.yaml | 3 -- .../fragments/ipv6_acl_facts_gather_fix.yaml | 3 -- changelogs/fragments/lint_fixtures.yaml | 3 -- .../ntp_global_local_interface_fix.yaml | 3 -- changelogs/fragments/sanity_job_fix.yaml | 3 -- changelogs/fragments/trivial_lint.yaml | 3 -- 13 files changed, 53 insertions(+), 35 deletions(-) delete mode 100644 changelogs/fragments/Fix_config.yaml delete mode 100644 changelogs/fragments/docs_fix.yaml delete mode 100644 changelogs/fragments/eos_interface_l2_l3.yaml delete mode 100644 changelogs/fragments/fix_logging_global_replaced.yaml delete mode 100644 changelogs/fragments/fix_tox.yaml delete mode 100644 changelogs/fragments/fix_virtual_ip_facts_issue.yaml delete mode 100644 changelogs/fragments/ipv6_acl_facts_gather_fix.yaml delete mode 100644 changelogs/fragments/lint_fixtures.yaml delete mode 100644 changelogs/fragments/ntp_global_local_interface_fix.yaml delete mode 100644 changelogs/fragments/sanity_job_fix.yaml delete mode 100644 changelogs/fragments/trivial_lint.yaml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fce52b3d0..9c3bc202c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,30 @@ Arista Eos Collection Release Notes .. contents:: Topics +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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 3ae354616..2aa6d187a 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -544,3 +544,32 @@ releases: 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" diff --git a/changelogs/fragments/Fix_config.yaml b/changelogs/fragments/Fix_config.yaml deleted file mode 100644 index 14a541fc6..000000000 --- a/changelogs/fragments/Fix_config.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - "arista_config - Relax restrictions on I(src) parameter so it can be used more like I(lines)." diff --git a/changelogs/fragments/docs_fix.yaml b/changelogs/fragments/docs_fix.yaml deleted file mode 100644 index 3bf9d5908..000000000 --- a/changelogs/fragments/docs_fix.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -doc_changes: - - Fix docs for static_routes and prefix_lists Resource modules. diff --git a/changelogs/fragments/eos_interface_l2_l3.yaml b/changelogs/fragments/eos_interface_l2_l3.yaml deleted file mode 100644 index d4b990fc5..000000000 --- a/changelogs/fragments/eos_interface_l2_l3.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -doc_changes: - - "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." diff --git a/changelogs/fragments/fix_logging_global_replaced.yaml b/changelogs/fragments/fix_logging_global_replaced.yaml deleted file mode 100644 index 6842530ff..000000000 --- a/changelogs/fragments/fix_logging_global_replaced.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - Fix command generation for source_interface attribute. diff --git a/changelogs/fragments/fix_tox.yaml b/changelogs/fragments/fix_tox.yaml deleted file mode 100644 index 58fac5e75..000000000 --- a/changelogs/fragments/fix_tox.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - fix tox linter diff --git a/changelogs/fragments/fix_virtual_ip_facts_issue.yaml b/changelogs/fragments/fix_virtual_ip_facts_issue.yaml deleted file mode 100644 index b968b3387..000000000 --- a/changelogs/fragments/fix_virtual_ip_facts_issue.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - Fix secondary ip address parsing. diff --git a/changelogs/fragments/ipv6_acl_facts_gather_fix.yaml b/changelogs/fragments/ipv6_acl_facts_gather_fix.yaml deleted file mode 100644 index d5478ecde..000000000 --- a/changelogs/fragments/ipv6_acl_facts_gather_fix.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - fix line attribute fact generation and placement in ACE, when ACE is not fully parsed. diff --git a/changelogs/fragments/lint_fixtures.yaml b/changelogs/fragments/lint_fixtures.yaml deleted file mode 100644 index 15e0a830f..000000000 --- a/changelogs/fragments/lint_fixtures.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - Fix ansible-lint erros and update docs. diff --git a/changelogs/fragments/ntp_global_local_interface_fix.yaml b/changelogs/fragments/ntp_global_local_interface_fix.yaml deleted file mode 100644 index 6eb89152c..000000000 --- a/changelogs/fragments/ntp_global_local_interface_fix.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - Fix command generated for local-interface with in ntp server attribute. diff --git a/changelogs/fragments/sanity_job_fix.yaml b/changelogs/fragments/sanity_job_fix.yaml deleted file mode 100644 index aa37118d3..000000000 --- a/changelogs/fragments/sanity_job_fix.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - add sanity ignores. diff --git a/changelogs/fragments/trivial_lint.yaml b/changelogs/fragments/trivial_lint.yaml deleted file mode 100644 index 744f36321..000000000 --- a/changelogs/fragments/trivial_lint.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -trivial: - - "Fix lint action reference."