File tree Expand file tree Collapse file tree 4 files changed +72
-2
lines changed Expand file tree Collapse file tree 4 files changed +72
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,37 @@ Cisco Nexus Dashboard Ansible Collection Release Notes
55.. contents :: Topics
66
77
8+ v0.2.0
9+ ======
10+
11+ Release Summary
12+ ---------------
13+
14+ Release v0.2.0 of the ``ansible-nd `` collection on 2023-02-04.
15+ This changelog describes all changes made to the modules and plugins included in this collection since v0.1.2.
16+
17+
18+ Minor Changes
19+ -------------
20+
21+ - Add ansible_httpapi_login_domain global inventory variable
22+
23+ Bugfixes
24+ --------
25+
26+ - Allow local to be set as login_domain && set DefaultAuth as default for login_domain
27+ - Fix HTTPAPI Connection plugin when wrong login_domain is provided
28+ - Fix HTTPAPI ND connection plugin missing login_domain definition
29+
30+ New Modules
31+ -----------
32+
33+ - cisco.nd.nd_delta_analysis - Manage delta analysis jobs
34+ - cisco.nd.nd_instant_assurance_analysis - Manage instant online assurance analysis jobs
35+ - cisco.nd.nd_pcv - Manage pre-change validation job
36+ - cisco.nd.nd_pcv_compliance - Query pre-change validation compliance
37+ - cisco.nd.nd_pcv_delta_analysis - Query delta analysis of pre-change validation
38+
839v0.1.2
940======
1041
Original file line number Diff line number Diff line change @@ -21,3 +21,34 @@ releases:
2121 - Remove empty sanity ignore files
2222 release_summary : New release v0.1.2
2323 release_date : ' 2021-12-09'
24+ 0.2.0 :
25+ changes :
26+ bugfixes :
27+ - Allow local to be set as login_domain && set DefaultAuth as default for login_domain
28+ - Fix HTTPAPI Connection plugin when wrong login_domain is provided
29+ - Fix HTTPAPI ND connection plugin missing login_domain definition
30+ minor_changes :
31+ - Add ansible_httpapi_login_domain global inventory variable
32+ release_summary : ' Release v0.2.0 of the ``ansible-nd`` collection on 2023-02-04.
33+
34+ This changelog describes all changes made to the modules and plugins included
35+ in this collection since v0.1.2.
36+
37+ '
38+ modules :
39+ - description : Manage delta analysis jobs
40+ name : nd_delta_analysis
41+ namespace : ' '
42+ - description : Manage instant online assurance analysis jobs
43+ name : nd_instant_assurance_analysis
44+ namespace : ' '
45+ - description : Manage pre-change validation job
46+ name : nd_pcv
47+ namespace : ' '
48+ - description : Query pre-change validation compliance
49+ name : nd_pcv_compliance
50+ namespace : ' '
51+ - description : Query delta analysis of pre-change validation
52+ name : nd_pcv_delta_analysis
53+ namespace : ' '
54+ release_date : ' 2023-02-04'
Original file line number Diff line number Diff line change 22namespace : cisco
33name : nd
44# The version of the collection. Must be compatible with semantic versioning
5- version : 0.1.2
5+ version : 0.2.0
66readme : README.md
77authors :
88 - " Lionel Hercot (@lhercot)"
Original file line number Diff line number Diff line change 11---
2- requires_ansible : ' >=2.9.10'
2+ requires_ansible : ' >=2.9.10'
3+ action_groups :
4+ all :
5+ - nd_delta_analysis
6+ - nd_instant_assurance_analysis
7+ - nd_pcv
8+ - nd_pcv_compliance
9+ - nd_pcv_delta_analysis
10+ - nd_version
You can’t perform that action at this time.
0 commit comments