Skip to content

Commit 2da7848

Browse files
authored
Merge pull request #653 from netascode/Release-0.5.1
Release 0.5.1
2 parents 8102be7 + 6807b8b commit 2da7848

File tree

245 files changed

+3420
-3664
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

245 files changed

+3420
-3664
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
- type: markdown
88
attributes:
99
value: |
10-
Thanks for creating a bug issue to help us improve the VXLAN as Code collection.
10+
Thanks for creating a bug issue to help us improve the VXLAN as Code collection.
1111
Please fill out the sections below to help us understand and reproduce the issue you are facing.
1212
1313
- type: markdown
@@ -37,12 +37,12 @@ body:
3737
render: shell
3838
validations:
3939
required: true
40-
40+
4141
- type: textarea
42-
id: ndfc-version
42+
id: nd-version
4343
attributes:
44-
label: Cisco NDFC Version
45-
description: Please provide your Cisco NDFC version used when encountering this issue
44+
label: Cisco Nexus Dashboard Version
45+
description: Please provide your Cisco Nexus Dashboard version used when encountering this issue
4646
render: shell
4747
validations:
4848
required: true

.github/ISSUE_TEMPLATE/documentation_report.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
- type: markdown
1111
attributes:
1212
value: |
13-
Thanks for creating a documentation issue to help us improve the VXLAN as Code collection.
13+
Thanks for creating a documentation issue to help us improve the VXLAN as Code collection.
1414
Please fill out the sections below to help us understand and reproduce the issue you are facing.
1515
1616
- type: markdown
@@ -93,12 +93,12 @@ body:
9393
render: shell
9494
validations:
9595
required: false
96-
96+
9797
- type: textarea
98-
id: ndfc-version
98+
id: nd-version
9999
attributes:
100-
label: Cisco NDFC Version
101-
description: Please provide your Cisco NDFC version used when encountering this issue
100+
label: Cisco Nexus Dashboard Version
101+
description: Please provide your Cisco Nexus Dashboard version used when encountering this issue
102102
render: shell
103103
validations:
104104
required: false

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
- type: markdown
1010
attributes:
1111
value: |
12-
Thanks for creating a feature request issue to help us improve the VXLAN as Code collection.
12+
Thanks for creating a feature request issue to help us improve the VXLAN as Code collection.
1313
Please fill out the sections below to help us understand and reproduce the issue you are facing.
1414
1515
- type: markdown
@@ -122,12 +122,12 @@ body:
122122
render: shell
123123
validations:
124124
required: false
125-
125+
126126
- type: textarea
127-
id: ndfc-version
127+
id: nd-version
128128
attributes:
129-
label: Cisco NDFC Version
130-
description: Please provide your Cisco NDFC version being used
129+
label: Cisco Nexus Dashboard Version
130+
description: Please provide your Cisco Nexus Dashboard version being used
131131
render: shell
132132
validations:
133133
required: false

.github/pull_request_template.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
<!--- Please provide notes or description of testing -->
3636

3737

38-
## Cisco NDFC Version
39-
<!-- Please provide Cisco NDFC version developed against -->
38+
## Cisco Nexus Dashboard Version
39+
<!-- Please provide Cisco Nexus Dashboard version developed against -->
4040

4141

4242
## Checklist

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

0 commit comments

Comments
 (0)