File tree Expand file tree Collapse file tree 4 files changed +39
-1
lines changed Expand file tree Collapse file tree 4 files changed +39
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,24 @@ Cisco Nexus Dashboard Ansible Collection Release Notes
4
4
5
5
.. contents :: Topics
6
6
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
+
7
25
v1.2.0
8
26
======
9
27
Original file line number Diff line number Diff line change @@ -187,3 +187,22 @@ releases:
187
187
name : nd_federation_member
188
188
namespace : ' '
189
189
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'
Original file line number Diff line number Diff line change 2
2
namespace : cisco
3
3
name : nd
4
4
# The version of the collection. Must be compatible with semantic versioning
5
- version : 1.2 .0
5
+ version : 1.3 .0
6
6
readme : README.md
7
7
authors :
8
8
- " Lionel Hercot (@lhercot)"
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ action_groups:
21
21
- nd_pcv_compliance
22
22
- nd_pcv_delta_analysis
23
23
- nd_policy_cam_statistics_hit_counts
24
+ - nd_rest
24
25
- nd_service
25
26
- nd_service_instance
26
27
- nd_setup
You can’t perform that action at this time.
0 commit comments