Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mtarking committed Nov 12, 2024
1 parent bbd4ebc commit e72363c
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,52 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.

.. contents:: ``Release Versions``

`0.3.0`_
=====================

**Release Date:** ``2024-11-12``

Added
-----

* Support for selective execution based on data model changes
* Support for defining custom default values for data model
* Support for defining custom NDFC Policies
* Performance improvements for adding devices to a fabric
* Support for POAP when adding devices to a fabric
* New connectivity_check role for verifying connectivity and authentication to NDFC
* Updated tag support to include the following tags:
- cc_verify
- cr_manage_policy
- rr_manage_policy
* Update to service model keys:
- VRF `attach_group` changes to `vrf_attach_group`` under `vxlan.overlay_services.vrfs`
- Network `attach_group` changes to `network_attach_group`` under `vxlan.overlay_services.networks`
* Support for Spanning-Tree in data model and fabric creation in NDFC 12.2.2 or later
* Support for IPv6 fabric underlay
* Support new and update pre-validation rules:
- 201: Verify a spanning tree protocol mutually exclusive parameters
- 202: Verify Fabric Underlay Supports Multicast for TRM
- 203: Verify Fabric Underlay ISIS Authentication
- 401: Cross Reference VRFs and Networks items in the Service Model
- 402: Verify VRF elements are enabled in fabric overlay services
- 403: Verify Network elements are enabled in fabric overlay services
- 501: Verify Policy Cross Reference Between Policies, Groups, and Switches

Fixed
-----
- https://github.com/netascode/ansible-dc-vxlan/issues/21
- https://github.com/netascode/ansible-dc-vxlan/issues/67
- https://github.com/netascode/ansible-dc-vxlan/issues/104
- https://github.com/netascode/ansible-dc-vxlan/issues/119
- https://github.com/netascode/ansible-dc-vxlan/issues/120
- https://github.com/netascode/ansible-dc-vxlan/issues/151
- https://github.com/netascode/ansible-dc-vxlan/issues/153
- https://github.com/netascode/ansible-dc-vxlan/issues/170
- https://github.com/netascode/ansible-dc-vxlan/issues/184
- https://github.com/netascode/ansible-dc-vxlan/issues/188
- https://github.com/netascode/ansible-dc-vxlan/issues/192

`0.2.0`_
=====================

Expand Down Expand Up @@ -56,5 +102,6 @@ The following roles have been added to the collection:

This version of the collection includes support for an IPv4 Underlay only. Support for IPv6 Underlay will be available in the next release.

.. _0.3.0: https://github.com/netascode/ansible-dc-vxlan/compare/0.2.0...0.3.0
.. _0.2.0: https://github.com/netascode/ansible-dc-vxlan/compare/0.1.0...0.2.0
.. _0.1.0: https://github.com/netascode/ansible-dc-vxlan/compare/0.1.0...0.1.0

0 comments on commit e72363c

Please sign in to comment.