Skip to content

Commit 21cc4a0

Browse files
dcn-ecosystemsamiib
authored andcommitted
[ignore] Update Changelog for new release (v1.5.0)
1 parent f7bdb58 commit 21cc4a0

File tree

3 files changed

+49
-14
lines changed

3 files changed

+49
-14
lines changed

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v1.5.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Release v1.5.0 of the ``ansible-nd`` collection on 2026-03-12.
14+
This changelog describes all changes made to the modules and plugins included in this collection since v1.4.0.
15+
16+
Minor Changes
17+
-------------
18+
19+
- Add backup_type and remote_location options to nd_backup and introduce state=download for downloading an existing backup.
20+
- Add ignore_persistent_ips, restore_type, and remote_location options to nd_backup_restore.
21+
- Add suppress_previous option to nd_rest to skip fetching previous state.
22+
723
v1.4.0
824
======
925

changelogs/changelog.yaml

Lines changed: 32 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -211,31 +211,50 @@ releases:
211211
1.4.0:
212212
changes:
213213
bugfixes:
214-
- Fix issue with nd_pcv and nd_pcv_delta_analysis when more than 50 Pre-Change Analysis jobs exist.
215214
- Fix issue with nd_delta_analysis unable to query or validate jobs.
215+
- Fix issue with nd_pcv and nd_pcv_delta_analysis when more than 50 Pre-Change
216+
Analysis jobs exist.
216217
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.
218+
- Add job_wait_delay and job_wait_timeout options to nd_pcv, nd_pcv_delta_analysis
219+
and nd_delta_analysis.
222220
- Add san_vendor option and deployment_type to nodes configuration in nd_setup.
221+
- Add support for ND 4.x to nd_setup, nd_cluster_config_route, nd_pcv, nd_pcv_delta_analysis
222+
nd_pcv_compliance, nd_flow_rules, nd_interface_flow_rules, nd_delta_analysis,
223+
nd_policy_cam_statistics_hit_counts, nd_compliance_analysis, nd_compliance_requirement_communication,
224+
nd_compliance_requirement_config_import, nd_compliance_requirement_config_manual,
225+
nd_compliance_requirement_config_snapshot and nd_compliance_requirement_config_template.
223226
- 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.
227+
- Add support for authentication with User API Keys in cisco.nd.nd HTTPAPI
228+
plugin.
229+
- Rename nd_epoch module to nd_snapshot and add support for ND 4.x.
230+
- Update cisco.nd.nd HTTPAPI plugin to be compatible with the cisco.dcnm collection.
228231
release_summary: 'Release v1.4.0 of the ``ansible-nd`` collection on 2025-09-16.
229232
230233
This changelog describes all changes made to the modules and plugins included
231234
in this collection since v1.3.0.
232235
233236
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 that have been updated to support ND 4.x have had options changed
238+
to match new ND terminology, such as replacing "site" with "fabric" and "epoch"
239+
with "snapshot". These changes are backward compatible, and the previous option
240+
names are still supported as aliases.'
237241
modules:
238242
- description: Manage API keys on Nexus Dashboard.
239243
name: nd_api_key
240244
namespace: ''
241245
release_date: '2025-11-11'
246+
1.5.0:
247+
changes:
248+
minor_changes:
249+
- Add backup_type and remote_location options to nd_backup and introduce state=download
250+
for downloading an existing backup.
251+
- Add ignore_persistent_ips, restore_type, and remote_location options to
252+
nd_backup_restore.
253+
- Add suppress_previous option to nd_rest to skip fetching previous state.
254+
release_summary: 'Release v1.5.0 of the ``ansible-nd`` collection on 2026-03-12.
255+
256+
This changelog describes all changes made to the modules and plugins included
257+
in this collection since v1.4.0.
258+
259+
'
260+
release_date: '2026-03-12'

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.4.0
5+
version: 1.5.0
66
readme: README.md
77
authors:
88
- "Lionel Hercot (@lhercot)"

0 commit comments

Comments
 (0)