Skip to content

Commit 11588f4

Browse files
authored
Merge pull request #836 from juburnet/Release_081_prep
Release 0.8.1 Prep
2 parents 5f8fb66 + c64f559 commit 11588f4

2 files changed

Lines changed: 41 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,44 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.
88

99
.. contents:: ``Release Versions``
1010

11+
`0.8.1`_
12+
=====================
13+
14+
**Release Date:** ``2026-07-15``
15+
16+
Added
17+
-----
18+
19+
* Added support for ND 4.2.1
20+
* Added BGP ASN auto allocation support
21+
* Added greenfield cleanup option
22+
* Added bootstrap cross-reference validation rules
23+
24+
Modified
25+
--------
26+
27+
* With release 0.8.1, the ptp.vlan_id key has been removed from the data model for vxlan.global.ebgp, vxlan.global.external, and vxlan.multisite.isn as the PTP VLAN ID is not supported for these fabric types.
28+
* With release 0.8.1, NaC VXLAN supports the following eBGP fabric scenarios with Nexus Dashboard 4.2 or later releases (See https://netascode.cisco.com for more info):
29+
• Multi-AS Mode with ASN Auto Allocation
30+
• Multi-AS Mode with Allow Same ASN On Leafs
31+
• Same-Tier-AS Mode
32+
33+
Fixed
34+
-----
35+
36+
* https://github.com/netascode/ansible-dc-vxlan/issues/688
37+
* https://github.com/netascode/ansible-dc-vxlan/issues/727
38+
* https://github.com/netascode/ansible-dc-vxlan/issues/749
39+
* https://github.com/netascode/ansible-dc-vxlan/issues/758
40+
* https://github.com/netascode/ansible-dc-vxlan/issues/799
41+
* https://github.com/netascode/ansible-dc-vxlan/issues/810
42+
* https://github.com/netascode/ansible-dc-vxlan/issues/813
43+
* https://github.com/netascode/ansible-dc-vxlan/issues/814
44+
* https://github.com/netascode/ansible-dc-vxlan/issues/822
45+
* https://github.com/netascode/ansible-dc-vxlan/issues/825
46+
* https://github.com/netascode/ansible-dc-vxlan/issues/829
47+
* https://github.com/netascode/ansible-dc-vxlan/issues/834
48+
1149
`0.8.0`_
1250
=====================
1351

@@ -568,6 +606,7 @@ The following roles have been added to the collection:
568606

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

609+
.. _0.8.1: https://github.com/netascode/ansible-dc-vxlan/compare/0.8.0...0.8.1
571610
.. _0.8.0: https://github.com/netascode/ansible-dc-vxlan/compare/0.7.2...0.8.0
572611
.. _0.7.2: https://github.com/netascode/ansible-dc-vxlan/compare/0.7.1...0.7.2
573612
.. _0.7.1: https://github.com/netascode/ansible-dc-vxlan/compare/0.7.0...0.7.1

galaxy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: cisco
33
name: nac_dc_vxlan
4-
version: 0.8.0-dev
4+
version: 0.8.1-dev
55
readme: README.md
66
authors:
77
- Charly Coueffe <ccoueffe>
@@ -32,5 +32,5 @@ tags: [cisco, dc, nd, ndfc, nxos, networking, vxlan, evpn, nac, sac]
3232

3333
dependencies:
3434
"ansible.netcommon": ">=4.1.0"
35-
"cisco.dcnm": ">=3.12.0"
35+
"cisco.dcnm": ">=3.12.1"
3636
"community.general": ">=8.5.0"

0 commit comments

Comments
 (0)