@@ -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
205252This 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
0 commit comments