Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ body:
- type: markdown
attributes:
value: |
Thanks for creating a bug issue to help us improve the VXLAN as Code collection.
Thanks for creating a bug issue to help us improve the VXLAN as Code collection.
Please fill out the sections below to help us understand and reproduce the issue you are facing.

- type: markdown
Expand Down Expand Up @@ -37,12 +37,12 @@ body:
render: shell
validations:
required: true

- type: textarea
id: ndfc-version
id: nd-version
attributes:
label: Cisco NDFC Version
description: Please provide your Cisco NDFC version used when encountering this issue
label: Cisco Nexus Dashboard Version
description: Please provide your Cisco Nexus Dashboard version used when encountering this issue
render: shell
validations:
required: true
Expand Down
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/documentation_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ body:
- type: markdown
attributes:
value: |
Thanks for creating a documentation issue to help us improve the VXLAN as Code collection.
Thanks for creating a documentation issue to help us improve the VXLAN as Code collection.
Please fill out the sections below to help us understand and reproduce the issue you are facing.

- type: markdown
Expand Down Expand Up @@ -93,12 +93,12 @@ body:
render: shell
validations:
required: false

- type: textarea
id: ndfc-version
id: nd-version
attributes:
label: Cisco NDFC Version
description: Please provide your Cisco NDFC version used when encountering this issue
label: Cisco Nexus Dashboard Version
description: Please provide your Cisco Nexus Dashboard version used when encountering this issue
render: shell
validations:
required: false
Expand Down
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body:
- type: markdown
attributes:
value: |
Thanks for creating a feature request issue to help us improve the VXLAN as Code collection.
Thanks for creating a feature request issue to help us improve the VXLAN as Code collection.
Please fill out the sections below to help us understand and reproduce the issue you are facing.

- type: markdown
Expand Down Expand Up @@ -122,12 +122,12 @@ body:
render: shell
validations:
required: false

- type: textarea
id: ndfc-version
id: nd-version
attributes:
label: Cisco NDFC Version
description: Please provide your Cisco NDFC version being used
label: Cisco Nexus Dashboard Version
description: Please provide your Cisco Nexus Dashboard version being used
render: shell
validations:
required: false
Expand Down
4 changes: 2 additions & 2 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
<!--- Please provide notes or description of testing -->


## Cisco NDFC Version
<!-- Please provide Cisco NDFC version developed against -->
## Cisco Nexus Dashboard Version
<!-- Please provide Cisco Nexus Dashboard version developed against -->


## Checklist
Expand Down
28 changes: 28 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,33 @@ This project adheres to `Semantic Versioning <http://semver.org/>`_.

.. contents:: ``Release Versions``

`0.5.1`_
=====================

**Release Date:** ``2025-10-27``

Modified
--------

* Deprecated keys under `vxlan.global` that are now available only under the following fabric types:
* iBGP EVPN fabric type: `vxlan.global.ibgp`
* External fabric type: `vxlan.global.external`

* 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.

Fixed
-----
* https://github.com/netascode/ansible-dc-vxlan/issues/649
* https://github.com/netascode/ansible-dc-vxlan/issues/652
* https://github.com/netascode/ansible-dc-vxlan/pull/622
* https://github.com/netascode/ansible-dc-vxlan/pull/623
* https://github.com/netascode/ansible-dc-vxlan/pull/624
* https://github.com/netascode/ansible-dc-vxlan/pull/629
* https://github.com/netascode/ansible-dc-vxlan/pull/632
* https://github.com/netascode/ansible-dc-vxlan/pull/633
* https://github.com/netascode/ansible-dc-vxlan/pull/637
* https://github.com/netascode/ansible-dc-vxlan/pull/642

`0.5.0`_
=====================

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

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

.. _0.5.1: https://github.com/netascode/ansible-dc-vxlan/compare/0.5.0...0.5.1
.. _0.5.0: https://github.com/netascode/ansible-dc-vxlan/compare/0.4.3...0.5.0
.. _0.4.3: https://github.com/netascode/ansible-dc-vxlan/compare/0.4.2...0.4.3
.. _0.4.2: https://github.com/netascode/ansible-dc-vxlan/compare/0.4.1...0.4.2
Expand Down
Loading