Skip to content

Commit e2225e5

Browse files
dcn-ecosystemlhercot
authored andcommitted
[ignore] Update Changelog for new release (v1.3.0)
1 parent a2d9f24 commit e2225e5

File tree

4 files changed

+39
-1
lines changed

4 files changed

+39
-1
lines changed

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v1.3.0
8+
======
9+
10+
Release Summary
11+
---------------
12+
13+
Release v1.3.0 of the ``ansible-nd`` collection on 2025-03-20.
14+
This changelog describes all changes made to the modules and plugins included in this collection since v1.2.0.
15+
16+
Minor Changes
17+
-------------
18+
19+
- Add nd_rest as a new generic ND REST API module.
20+
- Add nd_setup support for ND version 3.1.1 and later. Add deployment mode to nd_setup.
21+
- Add support for XML file upload pre-change in nd_pcv (DCNE-150) (#77).
22+
- Added support for Ansible 2.18 and dropped support for 2.15 as required by Ansible Galaxy.
23+
- Enable the possibility to support pure IPv6 configurations for nd_setup module on nd version 3.0.1 and later.
24+
725
v1.2.0
826
======
927

changelogs/changelog.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,3 +187,22 @@ releases:
187187
name: nd_federation_member
188188
namespace: ''
189189
release_date: '2024-08-06'
190+
1.3.0:
191+
changes:
192+
bugfixes:
193+
- Updated README to match RedHat s ansible collection template.
194+
minor_changes:
195+
- Add nd_rest as a new generic ND REST API module.
196+
- Add nd_setup support for ND version 3.1.1 and later. Add deployment mode
197+
to nd_setup.
198+
- Add support for XML file upload pre-change in nd_pcv (DCNE-150) (#77)
199+
- Added support for Ansible 2.18 and dropped support for 2.15
200+
- Enable the possibility to support pure IPv6 configurations for nd_setup
201+
module on nd version 3.0.1 and later.
202+
release_summary: 'Release v1.3.0 of the ``ansible-nd`` collection on 2025-03-20.
203+
204+
This changelog describes all changes made to the modules and plugins included
205+
in this collection since v1.2.0.
206+
207+
'
208+
release_date: '2025-03-20'

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

meta/runtime.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ action_groups:
2121
- nd_pcv_compliance
2222
- nd_pcv_delta_analysis
2323
- nd_policy_cam_statistics_hit_counts
24+
- nd_rest
2425
- nd_service
2526
- nd_service_instance
2627
- nd_setup

0 commit comments

Comments
 (0)