Skip to content

Commit 14a4bee

Browse files
authored
Prep for 0.5.1 release (#651)
* Prep for 0.5.1 release * remove added * update issue * update changelog
1 parent 193a961 commit 14a4bee

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

CHANGELOG.rst

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

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

11+
`0.5.1`_
12+
=====================
13+
14+
**Release Date:** ``2025-10-27``
15+
16+
Modified
17+
--------
18+
19+
* Deprecated keys under `vxlan.global` that are now available only under the following fabric types:
20+
* iBGP EVPN fabric type: `vxlan.global.ibgp`
21+
* External fabric type: `vxlan.global.external`
22+
23+
* Improved performance when managing interfaces, fabric links, networks, VRFs, vPC peers, vPC Domain IDs, and underlay IP addresses when the `force_run_all` flag is set to `false`. These performance improvements are not currently supported for pipeline workflows.
24+
25+
Fixed
26+
-----
27+
* https://github.com/netascode/ansible-dc-vxlan/issues/649
28+
* https://github.com/netascode/ansible-dc-vxlan/issues/652
29+
* https://github.com/netascode/ansible-dc-vxlan/pull/622
30+
* https://github.com/netascode/ansible-dc-vxlan/pull/623
31+
* https://github.com/netascode/ansible-dc-vxlan/pull/624
32+
* https://github.com/netascode/ansible-dc-vxlan/pull/629
33+
* https://github.com/netascode/ansible-dc-vxlan/pull/632
34+
* https://github.com/netascode/ansible-dc-vxlan/pull/633
35+
* https://github.com/netascode/ansible-dc-vxlan/pull/637
36+
* https://github.com/netascode/ansible-dc-vxlan/pull/642
37+
1138
`0.5.0`_
1239
=====================
1340

@@ -364,6 +391,7 @@ The following roles have been added to the collection:
364391

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

394+
.. _0.5.1: https://github.com/netascode/ansible-dc-vxlan/compare/0.5.0...0.5.1
367395
.. _0.5.0: https://github.com/netascode/ansible-dc-vxlan/compare/0.4.3...0.5.0
368396
.. _0.4.3: https://github.com/netascode/ansible-dc-vxlan/compare/0.4.2...0.4.3
369397
.. _0.4.2: https://github.com/netascode/ansible-dc-vxlan/compare/0.4.1...0.4.2

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.5.0-dev
4+
version: 0.5.1-dev
55
readme: README.md
66
authors:
77
- Devendra Gupta <devegupt>
@@ -29,5 +29,5 @@ tags: [cisco, dc, nd, ndfc, nxos, networking, vxlan, evpn, nac, sac]
2929

3030
dependencies:
3131
"ansible.netcommon": ">=4.1.0"
32-
"cisco.dcnm": ">=3.9.0"
32+
"cisco.dcnm": ">=3.9.1"
3333
"community.general": ">=8.5.0"

0 commit comments

Comments
 (0)