Skip to content

Commit 20b0c82

Browse files
committed
[ignore] Update changelog for new release (v1.3.0) again
1 parent bcb9a66 commit 20b0c82

File tree

3 files changed

+15
-5
lines changed

3 files changed

+15
-5
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,16 @@ Minor Changes
1717
-------------
1818

1919
- Add deployment mode to nd_setup.
20-
- Add nd_rest as a new generic ND REST API module.
2120
- Add nd_setup support for ND version 3.1.1 and later.
2221
- Add support for Ansible 2.18 and dropped support for 2.15 as required by Ansible Galaxy.
2322
- Add support for IPv6-only configurations with nd_setup module on ND version 3.0.1 and later.
2423
- Add support for XML file upload pre-change in nd_pcv (DCNE-150) (#77).
2524

25+
New Modules
26+
-----------
27+
28+
- cisco.nd.nd_rest - Allows direct access to the Cisco Nexus Dashboard REST API
29+
2630
v1.2.0
2731
======
2832

changelogs/changelog.yaml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,16 +190,21 @@ releases:
190190
1.3.0:
191191
changes:
192192
minor_changes:
193-
- Add nd_rest as a new generic ND REST API module.
194-
- Add nd_setup support for ND version 3.1.1 and later.
195193
- Add deployment mode to nd_setup.
194+
- Add nd_setup support for ND version 3.1.1 and later.
195+
- Add support for Ansible 2.18 and dropped support for 2.15 as required by
196+
Ansible Galaxy.
197+
- Add support for IPv6-only configurations with nd_setup module on ND version
198+
3.0.1 and later.
196199
- Add support for XML file upload pre-change in nd_pcv (DCNE-150) (#77).
197-
- Add support for Ansible 2.18 and dropped support for 2.15 as required by Ansible Galaxy.
198-
- Add support for IPv6-only configurations with nd_setup module on ND version 3.0.1 and later.
199200
release_summary: 'Release v1.3.0 of the ``ansible-nd`` collection on 2025-03-20.
200201
201202
This changelog describes all changes made to the modules and plugins included
202203
in this collection since v1.2.0.
203204
204205
'
206+
modules:
207+
- description: Allows direct access to the Cisco Nexus Dashboard REST API
208+
name: nd_rest
209+
namespace: ''
205210
release_date: '2025-03-20'

plugins/modules/nd_rest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
DOCUMENTATION = r"""
1414
---
1515
module: nd_rest
16+
version_added: "1.3.0"
1617
short_description: Allows direct access to the Cisco Nexus Dashboard REST API
1718
description:
1819
- Enables the management of Cisco Nexus Dashboard (ND) through direct access to the Cisco ND REST API.

0 commit comments

Comments
 (0)