@@ -8,6 +8,52 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
88
99.. contents :: ``Release Versions``
1010
11+ `0.3.0 `_
12+ =====================
13+
14+ **Release Date: ** ``2024-11-12 ``
15+
16+ Added
17+ -----
18+
19+ * Support for selective execution based on data model changes
20+ * Support for defining custom default values for data model
21+ * Support for defining custom NDFC Policies
22+ * Performance improvements for adding devices to a fabric
23+ * Support for POAP when adding devices to a fabric
24+ * New connectivity_check role for verifying connectivity and authentication to NDFC
25+ * Updated tag support to include the following tags:
26+ - cc_verify
27+ - cr_manage_policy
28+ - rr_manage_policy
29+ * Update to service model keys:
30+ - VRF `attach_group ` changes to `vrf_attach_group`` under `vxlan.overlay_services.vrfs `
31+ - Network `attach_group ` changes to `network_attach_group`` under `vxlan.overlay_services.networks `
32+ * Support for Spanning-Tree in data model and fabric creation in NDFC 12.2.2 or later
33+ * Support for IPv6 fabric underlay
34+ * Support new and update pre-validation rules:
35+ - 201: Verify a spanning tree protocol mutually exclusive parameters
36+ - 202: Verify Fabric Underlay Supports Multicast for TRM
37+ - 203: Verify Fabric Underlay ISIS Authentication
38+ - 401: Cross Reference VRFs and Networks items in the Service Model
39+ - 402: Verify VRF elements are enabled in fabric overlay services
40+ - 403: Verify Network elements are enabled in fabric overlay services
41+ - 501: Verify Policy Cross Reference Between Policies, Groups, and Switches
42+
43+ Fixed
44+ -----
45+ - https://github.com/netascode/ansible-dc-vxlan/issues/21
46+ - https://github.com/netascode/ansible-dc-vxlan/issues/67
47+ - https://github.com/netascode/ansible-dc-vxlan/issues/104
48+ - https://github.com/netascode/ansible-dc-vxlan/issues/119
49+ - https://github.com/netascode/ansible-dc-vxlan/issues/120
50+ - https://github.com/netascode/ansible-dc-vxlan/issues/151
51+ - https://github.com/netascode/ansible-dc-vxlan/issues/153
52+ - https://github.com/netascode/ansible-dc-vxlan/issues/170
53+ - https://github.com/netascode/ansible-dc-vxlan/issues/184
54+ - https://github.com/netascode/ansible-dc-vxlan/issues/188
55+ - https://github.com/netascode/ansible-dc-vxlan/issues/192
56+
1157`0.2.0 `_
1258=====================
1359
@@ -56,5 +102,6 @@ The following roles have been added to the collection:
56102
57103This version of the collection includes support for an IPv4 Underlay only. Support for IPv6 Underlay will be available in the next release.
58104
105+ .. _0.3.0 : https://github.com/netascode/ansible-dc-vxlan/compare/0.2.0...0.3.0
59106.. _0.2.0 : https://github.com/netascode/ansible-dc-vxlan/compare/0.1.0...0.2.0
60107.. _0.1.0 : https://github.com/netascode/ansible-dc-vxlan/compare/0.1.0...0.1.0
0 commit comments