Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ v1.5.0
Release Summary
---------------

Release v1.5.0 of the ``ansible-nd`` collection on 2026-03-12.
Release v1.5.0 of the ``ansible-nd`` collection on 2026-03-15.
This changelog describes all changes made to the modules and plugins included in this collection since v1.4.0.

Minor Changes
-------------

- Add backup_type and remote_location options to nd_backup and introduce state=download for downloading an existing backup.
- Add ignore_persistent_ips, restore_type, and remote_location options to nd_backup_restore.
- Add suppress_previous option to nd_rest to skip fetching previous state.
- Added ND 4.1 version support to the nd_backup and nd_backup_restore module

v1.4.0
======
Expand Down
12 changes: 5 additions & 7 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,15 +246,13 @@ releases:
1.5.0:
changes:
minor_changes:
- Add backup_type and remote_location options to nd_backup and introduce state=download
for downloading an existing backup.
- Add ignore_persistent_ips, restore_type, and remote_location options to
nd_backup_restore.
- Add suppress_previous option to nd_rest to skip fetching previous state.
release_summary: 'Release v1.5.0 of the ``ansible-nd`` collection on 2026-03-12.
- Added ND 4.1 version support to the nd_backup and nd_backup_restore module
release_summary: 'Release v1.5.0 of the ``ansible-nd`` collection on 2026-03-15.

This changelog describes all changes made to the modules and plugins included
in this collection since v1.4.0.

'
release_date: '2026-03-12'
trivial:
- S
release_date: '2026-03-15'
1 change: 0 additions & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ action_groups:
- nd_compliance_requirement_config_snapshot
- nd_compliance_requirement_config_template
- nd_delta_analysis
- nd_epoch
- nd_federation_member
- nd_flow_rules
- nd_instant_assurance_analysis
Expand Down