Skip to content

Commit 5e55bd4

Browse files
authored
updates for 0.4.2 (#401)
1 parent f5c2a61 commit 5e55bd4

File tree

3 files changed

+51
-4
lines changed

3 files changed

+51
-4
lines changed

CHANGELOG.rst

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

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

11+
`0.4.2`_
12+
=====================
13+
14+
**Release Date:** ``2025-06-02``
15+
16+
Added
17+
-----
18+
19+
* Added support for the following model properties:
20+
- ``vxlan.multisite.layer2_vni_range``
21+
- ``vxlan.multisite.layer3_vni_range``
22+
- ``vxlan.global.layer2_vni_range``
23+
- ``vxlan.global.layer3_vni_range``
24+
- ``vxlan.global.layer2_vlan_range``
25+
- ``vxlan.global.layer3_vlan_range``
26+
- ``vxlan.underlay.ipv6.underlay_routing_loopback_ip_range``
27+
- ``vxlan.underlay.ipv6.underlay_vtep_loopback_ip_range``
28+
- ``vxlan.underlay.ipv6.underlay_rp_loopback_ip_range``
29+
- ``vxlan.underlay.ipv6.underlay_subnet_ip_range``
30+
- ``vxlan.underlay.multicast.ipv4.authentication_enable``
31+
- ``vxlan.underlay.multicast.ipv4.authentication_key``
32+
- ``vxlan.underlay.multicast.ipv6.group_subnet``
33+
- ``vxlan.underlay.multicast.ipv6.trmv6_enable``
34+
- ``vxlan.underlay.multicast.ipv6.trmv6_default_group``
35+
36+
Modified
37+
--------
38+
39+
* The following keys have been relocated under ``vxlan.underlay.ipv4`` and data model files will need to be updated accordingly:
40+
- ``vxlan.underlay.ipv4.fabric_interface_numbering``
41+
- ``vxlan.underlay.ipv4.subnet_mask``
42+
* The following keys have been relocated under ``vxlan.underlay.multicast.ipv4`` and data model files will need to be updated accordingly:
43+
- ``vxlan.underlay.multicast.ipv4.group_subnet``
44+
- ``vxlan.underlay.multicast.ipv4.trm_enable``
45+
- ``vxlan.underlay.multicast.ipv4.trm_default_group``
46+
47+
Fixed
48+
-----
49+
https://github.com/netascode/ansible-dc-vxlan/issues/239
50+
https://github.com/netascode/ansible-dc-vxlan/issues/262
51+
https://github.com/netascode/ansible-dc-vxlan/issues/349
52+
https://github.com/netascode/ansible-dc-vxlan/issues/350
53+
https://github.com/netascode/ansible-dc-vxlan/issues/352
54+
https://github.com/netascode/ansible-dc-vxlan/issues/371
55+
https://github.com/netascode/ansible-dc-vxlan/issues/373
56+
https://github.com/netascode/ansible-dc-vxlan/issues/380
57+
https://github.com/netascode/ansible-dc-vxlan/issues/386
1158

1259
`0.4.1`_
1360
=====================
@@ -204,6 +251,7 @@ The following roles have been added to the collection:
204251

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

254+
.. _0.4.2: https://github.com/netascode/ansible-dc-vxlan/compare/0.4.1...0.4.2
207255
.. _0.4.1: https://github.com/netascode/ansible-dc-vxlan/compare/0.4.0...0.4.1
208256
.. _0.4.0: https://github.com/netascode/ansible-dc-vxlan/compare/0.3.0...0.4.0
209257
.. _0.3.0: https://github.com/netascode/ansible-dc-vxlan/compare/0.2.0...0.3.0

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.4.1-dev
4+
version: 0.4.2-dev
55
readme: README.md
66
authors:
77
- Devendra Gupta <devegupt>
@@ -27,5 +27,5 @@ tags: [cisco, ndfc, dcnm, nxos, networking, vxlan, evpn, nac, sac]
2727

2828
dependencies:
2929
"ansible.netcommon": ">=4.1.0"
30-
"cisco.dcnm": ">=3.7.0"
30+
"cisco.dcnm": ">=3.8.0"
3131
"community.general": ">=8.5.0"

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
requests
2-
iac-validate==0.2.6
3-
iac-test==0.2.6
2+
iac-validate==0.2.7
43
macaddress
54
netaddr
65
packaging==24.1

0 commit comments

Comments
 (0)