Skip to content

Commit ffbf892

Browse files
Merge branch 'develop' into dcnm-security-groups
2 parents 0d75202 + 43d5ca5 commit ffbf892

File tree

92 files changed

+13790
-269
lines changed

Some content is hidden

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

92 files changed

+13790
-269
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Store migrated collection artifacts
4141
uses: actions/upload-artifact@v4.4.0
4242
with:
43-
name: collection
43+
name: collection_v${{ matrix.ansible }}
4444
path: .cache/v${{ matrix.ansible }}/collection-tarballs
4545
overwrite: true
4646

@@ -69,7 +69,7 @@ jobs:
6969
- name: Download migrated collection artifacts
7070
uses: actions/download-artifact@v4.1.7
7171
with:
72-
name: collection
72+
name: collection_v${{ matrix.ansible }}
7373
path: .cache/v${{ matrix.ansible }}/collection-tarballs
7474

7575
- name: Install the collection tarball
@@ -106,7 +106,7 @@ jobs:
106106
- name: Download migrated collection artifacts
107107
uses: actions/download-artifact@v4.1.7
108108
with:
109-
name: collection
109+
name: collection_v${{ matrix.ansible }}
110110
path: .cache/v${{ matrix.ansible }}/collection-tarballs
111111

112112
- name: Install the collection tarball

CHANGELOG.rst

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

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

11+
`3.6.0`_
12+
=====================
13+
14+
**Release Date:** ``2024-11-11``
15+
16+
Added
17+
-----
18+
19+
- The following new modules are included in this release
20+
- ``dcnm_bootflash`` - Module for bootflash management for Nexus switches
21+
- ``dcnm_maintenance_mode`` - Module for Maintentance Mode Configuration of Nexus switches
22+
23+
- The following new features are added to existing modules in this release
24+
- ``dcnm_policy`` - Flag to use the description parameter as the unique key for policy management
25+
- ``dcnm_fabric`` - Added ISN Fabric Type Support
26+
27+
Fixed
28+
-----
29+
30+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/128
31+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/229
32+
- https://github.com/CiscoDevNet/ansible-dcnm/issues/305
33+
1134
`3.5.1`_
1235
=====================
1336

@@ -482,6 +505,7 @@ The Ansible Cisco Data Center Network Manager (DCNM) collection includes modules
482505
- cisco.dcnm.dcnm_network - Add and remove Networks from a DCNM managed VXLAN fabric.
483506
- cisco.dcnm.dcnm_interface - DCNM Ansible Module for managing interfaces.
484507

508+
.. _3.6.0: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.5.1...3.6.0
485509
.. _3.5.1: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.5.0...3.5.1
486510
.. _3.5.0: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.4.3...3.5.0
487511
.. _3.4.3: https://github.com/CiscoDevNet/ansible-dcnm/compare/3.4.2...3.4.3

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ Name | Description
3434
### Modules
3535
Name | Description
3636
--- | ---
37+
[cisco.dcnm.dcnm_bootflash](https://github.com/CiscoDevNet/ansible-dcnm/blob/main/docs/cisco.dcnm.dcnm_bootflash_module.rst)|Bootflash management for Nexus switches.
3738
[cisco.dcnm.dcnm_fabric](https://github.com/CiscoDevNet/ansible-dcnm/blob/main/docs/cisco.dcnm.dcnm_fabric_module.rst)|Manage creation and configuration of NDFC fabrics.
3839
[cisco.dcnm.dcnm_image_policy](https://github.com/CiscoDevNet/ansible-dcnm/blob/main/docs/cisco.dcnm.dcnm_image_policy_module.rst)|Image policy management for Nexus Dashboard Fabric Controller
3940
[cisco.dcnm.dcnm_image_upgrade](https://github.com/CiscoDevNet/ansible-dcnm/blob/main/docs/cisco.dcnm.dcnm_image_upgrade_module.rst)|Image management for Nexus switches
@@ -70,7 +71,7 @@ You can also include it in a `requirements.yml` file and install it with `ansibl
7071
---
7172
collections:
7273
- name: cisco.dcnm
73-
version: 3.5.1
74+
version: 3.6.0
7475
```
7576
## Using this collection
7677
@@ -191,7 +192,7 @@ We welcome community contributions to this collection. If you find problems, ple
191192

192193
## Licensing
193194

194-
Copyright (c) 2020-2022 Cisco and/or its affiliates.
195+
Copyright (c) 2020-2024 Cisco and/or its affiliates.
195196

196197
Licensed under the Apache License, Version 2.0 (the "License");
197198
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)