Skip to content

Commit

Permalink
Prepare release 6.2.0 (#472)
Browse files Browse the repository at this point in the history
* Prepare release 6.2.0

Signed-off-by: rohitthakur2590 <[email protected]>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: rohitthakur2590 <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
rohitthakur2590 and pre-commit-ci[bot] authored Oct 30, 2023
1 parent ba2f02b commit e72f7b5
Show file tree
Hide file tree
Showing 13 changed files with 53 additions and 35 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
29 changes: 29 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
3 changes: 0 additions & 3 deletions changelogs/fragments/Fix_config.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/docs_fix.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/eos_interface_l2_l3.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/fix_logging_global_replaced.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/fix_tox.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/fix_virtual_ip_facts_issue.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/ipv6_acl_facts_gather_fix.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/lint_fixtures.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/ntp_global_local_interface_fix.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/sanity_job_fix.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/trivial_lint.yaml

This file was deleted.

0 comments on commit e72f7b5

Please sign in to comment.