Skip to content

Commit

Permalink
Create the Release Note for the enterprise_sonic v2.1.0 Ansible colle… (
Browse files Browse the repository at this point in the history
#266)

* Create the Release Note for the enterprise_sonic v2.1.0 Ansible collection release.

* Fix a release summary fragment file sanity error: Delete blank lines

* Correct new contributor names added in the galaxy.yml file.

* Fix incorrect categorization of changes, incorrect descriptions, and formatting errors.

* More formatting changes...

* Removed the empty "Major Changes" section.
  • Loading branch information
kerry-meyer authored May 16, 2023
1 parent f326f56 commit 7d1907c
Show file tree
Hide file tree
Showing 89 changed files with 531 additions and 60 deletions.
188 changes: 156 additions & 32 deletions CHANGELOG.rst

Large diffs are not rendered by default.

67 changes: 66 additions & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,21 @@ plugins:
name: sonic_aaa
namespace: ''
version_added: 1.1.0
sonic_acl_interfaces:
description: Manage access control list (ACL) to interface binding on SONiC
name: sonic_acl_interfaces
namespace: ''
version_added: 2.1.0
sonic_api:
description: Manages REST operations on devices running Enterprise SONiC
name: sonic_api
namespace: ''
version_added: 1.0.0
sonic_bfd:
description: Manage BFD configuration on SONiC
name: sonic_bfd
namespace: ''
version_added: 2.1.0
sonic_bgp:
description: Manage global BGP and its parameters
name: sonic_bgp
Expand Down Expand Up @@ -73,6 +83,16 @@ plugins:
name: sonic_config
namespace: ''
version_added: 1.0.0
sonic_copp:
description: Manage CoPP configuration on SONiC
name: sonic_copp
namespace: ''
version_added: 2.1.0
sonic_dhcp_relay:
description: Manage DHCP and DHCPv6 relay configurations on SONiC
name: sonic_dhcp_relay
namespace: ''
version_added: 2.1.0
sonic_facts:
description: Collects facts on devices running Enterprise SONiC
name: sonic_facts
Expand All @@ -84,12 +104,27 @@ plugins:
name: sonic_interfaces
namespace: ''
version_added: 1.0.0
sonic_ip_neighbor:
description: Manage IP neighbor global configuration on SONiC.
name: sonic_ip_neighbor
namespace: ''
version_added: 2.1.0
sonic_l2_acls:
description: Manage Layer 2 access control lists (ACL) configurations on SONiC
name: sonic_l2_acls
namespace: ''
version_added: 2.1.0
sonic_l2_interfaces:
description: Configure interface-to-VLAN association that is based on access
or trunk mode
name: sonic_l2_interfaces
namespace: ''
version_added: 1.0.0
sonic_l3_acls:
description: Manage Layer 3 access control lists (ACL) configurations on SONiC
name: sonic_l3_acls
namespace: ''
version_added: 2.1.0
sonic_l3_interfaces:
description: Configure the IPv4 and IPv6 parameters on Interfaces such as, Eth,
LAG, VLAN, and loopback
Expand All @@ -101,6 +136,21 @@ plugins:
name: sonic_lag_interfaces
namespace: ''
version_added: 1.0.0
sonic_lldp_global:
description: Manage Global LLDP configurations on SONiC
name: sonic_lldp_global
namespace: ''
version_added: 2.1.0
sonic_logging:
description: Manage logging configuration on SONiC.
name: sonic_logging
namespace: ''
version_added: 2.1.0
sonic_mac:
description: Manage MAC configuration on SONiC
name: sonic_mac
namespace: ''
version_added: 2.1.0
sonic_mclag:
description: Manage multi chassis link aggregation groups domain (MCLAG) and
its parameters
Expand All @@ -117,6 +167,11 @@ plugins:
name: sonic_port_breakout
namespace: ''
version_added: 1.0.0
sonic_port_group:
description: Manages port group configuration on SONiC.
name: sonic_port_group
namespace: ''
version_added: 2.1.0
sonic_prefix_lists:
description: prefix list configuration handling for SONiC
name: sonic_prefix_lists
Expand All @@ -127,6 +182,11 @@ plugins:
name: sonic_radius_server
namespace: ''
version_added: 1.0.0
sonic_route_maps:
description: route map configuration handling for SONiC
name: sonic_route_maps
namespace: ''
version_added: 2.1.0
sonic_static_routes:
description: Manage static routes configuration on SONiC
name: sonic_static_routes
Expand All @@ -147,6 +207,11 @@ plugins:
name: sonic_users
namespace: ''
version_added: 1.1.0
sonic_vlan_mapping:
description: Configure vlan mappings on SONiC.
name: sonic_vlan_mapping
namespace: ''
version_added: 2.1.0
sonic_vlans:
description: Manage VLAN and its parameters
name: sonic_vlans
Expand All @@ -167,4 +232,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 2.0.0
version: 2.1.0
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions changelogs/archive_fragments/2.1.0/v2.1.0_summary.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
release_summary: |
| Release Date: 2023-0515
| This release provides enhanced Dell Enterprise SONiC Ansible Collection support for SONiC 4.x images.
| In addition to new resource modules to support previously existing functionality, it provides
| support for the "QinQ" (Vlan Mapping function introduced with SONiC release 4.1. It also provides
| bug fixes and enhancements for support of features that were initially introduced in previous
| Enterprise SONiC Ansible releases. The changelog describes changes made to the modules and plugins
| included in this collection since release 2.0.0.
Loading

0 comments on commit 7d1907c

Please sign in to comment.