Skip to content

Commit 48f8efe

Browse files
committed
Release Prep Updates
1 parent 10753a8 commit 48f8efe

File tree

3 files changed

+73
-5
lines changed

3 files changed

+73
-5
lines changed

CHANGELOG.rst

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

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

11+
`3.9.0`_
12+
=====================
13+
14+
**Release Date:** ``2025-09-22``
15+
16+
Added
17+
-----
18+
19+
- Added support for the following parameters in the dcnm_interface module
20+
- `disable_lacp_suspend_individual`
21+
- `enable_cdp`
22+
- `enable_lacp_vpc_convergence`
23+
- `enable_monitor`
24+
- `enable_pfc`
25+
- `lacp_port_priority`
26+
- `lacp_rate`
27+
- Added support for eBGP fabric type in the dcnm_fabric module
28+
- Added support for the following parameters in the dcnm_vrf module
29+
- `l3vni_wo_vlan`
30+
- `v6_redist_direct_rmap`
31+
- Added support for `x-www-form-urlencoded` encoding in the dcnm_rest module
32+
- Added httpapi connection plugin support for ND4.1
33+
- Refactored and improved various module integration tests
34+
35+
Fixed
36+
-----
37+
38+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/26
39+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/51
40+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/90
41+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/179
42+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/210
43+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/271
44+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/308
45+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/324
46+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/326
47+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/337
48+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/366
49+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/369
50+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/389
51+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/404
52+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/405
53+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/411
54+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/422
55+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/430
56+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/432
57+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/446
58+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/450
59+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/455
60+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/466
61+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/469
62+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/473
63+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/482
64+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/486
65+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/488
66+
67+
1168
`3.8.1`_
1269
=====================
1370

@@ -586,6 +643,7 @@ The Ansible Cisco Data Center Network Manager (DCNM) collection includes modules
586643
- cisco.dcnm.dcnm_network - Add and remove Networks from a DCNM managed VXLAN fabric.
587644
- cisco.dcnm.dcnm_interface - DCNM Ansible Module for managing interfaces.
588645

646+
.. _3.9.0: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.8.1...3.9.0
589647
.. _3.8.1: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.8.0...3.8.1
590648
.. _3.8.0: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.7.0...3.8.0
591649
.. _3.7.0: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.6.0...3.7.0

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,19 @@ The Ansible Cisco Nexus® Dashboard Fabric Controller (NDFC) (formerly Cisco Dat
77

88
This collection is intended for use with the following release versions:
99
* `DCNM Release 11.4(1)` or later
10-
* `NDFC Release 12.0` or later.
10+
* `Cisco Nexus Dashboard Fabric Controller (NDFC) Release 12.2.1`
11+
* `Cisco Nexus Dashboard Fabric Controller (NDFC) Release 12.2.2`
12+
* `Cisco Nexus Dashboard Fabric Controller (NDFC) Release 12.2.3`
13+
* `Cisco Nexus Dashboard Release 4.1.1g` - Unified Nexus Dashboard Tech Preview
1114

1215
<!--start requires_ansible-->
1316
## Ansible version compatibility
1417

15-
This collection has been tested against the following Ansible versions: **>=2.15.0**.
18+
This collection has been tested against following Ansible Core versions:
19+
* `2.14.x`
20+
* `2.15.x`
21+
* `2.16.x`
22+
* `2.17.x`
1623

1724
Plugins and modules within a collection may be tested with only specific Ansible versions.
1825
A collection may contain metadata that identifies these versions.
@@ -69,7 +76,7 @@ You can also include it in a `requirements.yml` file and install it with `ansibl
6976
---
7077
collections:
7178
- name: cisco.dcnm
72-
version: 3.8.1
79+
version: 3.9.0
7380
```
7481
## Using this collection
7582

galaxy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: cisco
33
name: dcnm
4-
version: 3.8.1-dev
4+
version: 3.9.0-dev
55
readme: README.md
66
authors:
77
- Shrishail Kariyappanavar <nkshrishail>
@@ -11,9 +11,12 @@ authors:
1111
- Praveen Ramoorthy <praveenramoorthy>
1212
- Allen Robel <allenrobel>
1313
- Shangxin Du <dsx1123>
14+
- Akshayanat Saravanan <AKDRG>
15+
- Neil John <neiljohn-gh>
16+
- Sivakami Sivaraman <sivakasi-cisco>
1417
description: Ansible collection for the Cisco Nexus® Dashboard Fabric Controller (NDFC) - formerly DCNM
1518
license: Apache-2.0
1619
tags: [cisco, ndfc, dcnm, nxos, networking, vxlan]
1720
dependencies:
18-
"ansible.netcommon": ">=2.6.1"
21+
"ansible.netcommon": ">=4.1.0"
1922
repository: https://github.com/CiscoDevNet/ansible-dcnm

0 commit comments

Comments
 (0)