Skip to content

Commit 64bbf59

Browse files
[ignore] Update Changelog for new release (v1.4.0)
1 parent e05aa25 commit 64bbf59

File tree

4 files changed

+66
-2
lines changed

4 files changed

+66
-2
lines changed

CHANGELOG.rst

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,38 @@ Cisco Nexus Dashboard Ansible Collection Release Notes
44

55
.. contents:: Topics
66

7+
v1.4.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Release v1.4.0 of the ``ansible-nd`` collection on 2025-09-16.
14+
This changelog describes all changes made to the modules and plugins included in this collection since v1.3.0.
15+
This release adds Nexus Dashboard (ND) version 4.x support to multiple modules. Modules that have been updated to support ND 4.x have had options changed to match new ND terminology, such as replacing "site" with "fabric" and "epoch" with "snapshot". These changes are backward compatible, and the previous option names are still supported as aliases.
16+
17+
Minor Changes
18+
-------------
19+
20+
- Add job_wait_delay and job_wait_timeout options to nd_pcv, nd_pcv_delta_analysis and nd_delta_analysis.
21+
- Add san_vendor option and deployment_type to nodes configuration in nd_setup.
22+
- Add support for ND 4.x to nd_setup, nd_cluster_config_route, nd_pcv, nd_pcv_delta_analysis nd_pcv_compliance, nd_flow_rules, nd_interface_flow_rules, nd_delta_analysis, nd_policy_cam_statistics_hit_counts, nd_compliance_analysis, nd_compliance_requirement_communication, nd_compliance_requirement_config_import, nd_compliance_requirement_config_manual, nd_compliance_requirement_config_snapshot and nd_compliance_requirement_config_template.
23+
- Add support for analysis of additional ACI classes in nd_pcv.
24+
- Add support for authentication with User API Keys in cisco.nd.nd HTTPAPI plugin.
25+
- Rename nd_epoch module to nd_snapshot and add support for ND 4.x.
26+
- Update cisco.nd.nd HTTPAPI plugin to be compatible with the cisco.dcnm collection.
27+
28+
Bugfixes
29+
--------
30+
31+
- Fix issue with nd_delta_analysis unable to query or validate jobs.
32+
- Fix issue with nd_pcv and nd_pcv_delta_analysis when more than 50 Pre-Change Analysis jobs exist.
33+
34+
New Modules
35+
-----------
36+
37+
- cisco.nd.nd_api_key - Manage API keys on Nexus Dashboard.
38+
739
v1.3.0
840
======
941

changelogs/changelog.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,3 +208,34 @@ releases:
208208
name: nd_rest
209209
namespace: ''
210210
release_date: '2025-03-20'
211+
1.4.0:
212+
changes:
213+
bugfixes:
214+
- Fix issue with nd_pcv and nd_pcv_delta_analysis when more than 50 Pre-Change Analysis jobs exist.
215+
- Fix issue with nd_delta_analysis unable to query or validate jobs.
216+
minor_changes:
217+
- Add support for ND 4.x to nd_setup, nd_cluster_config_route, nd_pcv, nd_pcv_delta_analysis
218+
nd_pcv_compliance, nd_flow_rules, nd_interface_flow_rules, nd_delta_analysis, nd_policy_cam_statistics_hit_counts,
219+
nd_compliance_analysis, nd_compliance_requirement_communication, nd_compliance_requirement_config_import,
220+
nd_compliance_requirement_config_manual, nd_compliance_requirement_config_snapshot and nd_compliance_requirement_config_template.
221+
- Rename nd_epoch module to nd_snapshot and add support for ND 4.x.
222+
- Add san_vendor option and deployment_type to nodes configuration in nd_setup.
223+
- Add support for analysis of additional ACI classes in nd_pcv.
224+
- Add job_wait_delay and job_wait_timeout options to nd_pcv, nd_pcv_delta_analysis and nd_delta_analysis.
225+
- Update cisco.nd.nd HTTPAPI plugin to be compatible with the cisco.dcnm
226+
collection.
227+
- Add support for authentication with User API Keys in cisco.nd.nd HTTPAPI plugin.
228+
release_summary: 'Release v1.4.0 of the ``ansible-nd`` collection on 2025-09-16.
229+
230+
This changelog describes all changes made to the modules and plugins included
231+
in this collection since v1.3.0.
232+
233+
This release adds Nexus Dashboard (ND) version 4.x support to multiple modules.
234+
Modules that have been updated to support ND 4.x have had options changed to match new
235+
ND terminology, such as replacing "site" with "fabric" and "epoch" with "snapshot".
236+
These changes are backward compatible, and the previous option names are still supported as aliases.'
237+
modules:
238+
- description: Manage API keys on Nexus Dashboard.
239+
name: nd_api_key
240+
namespace: ''
241+
release_date: '2025-11-11'

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
namespace: cisco
33
name: nd
44
# The version of the collection. Must be compatible with semantic versioning
5-
version: 1.3.0
5+
version: 1.4.0
66
readme: README.md
77
authors:
88
- "Lionel Hercot (@lhercot)"

meta/runtime.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
requires_ansible: '>=2.16.0'
33
action_groups:
44
all:
5+
- nd_api_key
56
- nd_backup
67
- nd_backup_restore
78
- nd_cluster_config_route
@@ -26,8 +27,8 @@ action_groups:
2627
- nd_service_instance
2728
- nd_setup
2829
- nd_site
30+
- nd_snapshot
2931
- nd_version
30-
3132
plugin_routing:
3233
modules:
3334
nd_epoch:

0 commit comments

Comments
 (0)