Skip to content

Commit fd58564

Browse files
dcn-ecosystemlhercot
authored andcommitted
[ignore] Update Changelog for new release (v0.4.0)
1 parent f5fb674 commit fd58564

File tree

5 files changed

+111
-80
lines changed

5 files changed

+111
-80
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ Cisco Nexus Dashboard Ansible Collection Release Notes
55
.. contents:: Topics
66

77

8+
v0.4.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
Release v0.4.0 of the ``ansible-nd`` collection on 2023-08-04.
15+
This changelog describes all changes made to the modules and plugins included in this collection since v0.3.0.
16+
17+
18+
Minor Changes
19+
-------------
20+
21+
- Add new module nd_site (#47)
22+
823
v0.3.0
924
======
1025

changelogs/changelog.yaml

Lines changed: 78 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -3,92 +3,107 @@ releases:
33
0.1.0:
44
changes:
55
release_summary: Initial release of Nexus Dashboard collection
6-
release_date: '2021-06-02'
6+
release_date: "2021-06-02"
77
0.1.1:
88
changes:
99
bugfixes:
10-
- Fix ND HTTAPI plugin to support remote users
11-
- Remove required params for attributes that are handled by the HTTPAPI plugin
10+
- Fix ND HTTAPI plugin to support remote users
11+
- Remove required params for attributes that are handled by the HTTPAPI plugin
1212
release_summary: New release v0.1.1
13-
release_date: '2021-11-29'
13+
release_date: "2021-11-29"
1414
0.1.2:
1515
changes:
1616
bugfixes:
17-
- Fix ND HTTAPI plugin login_domain issue when used with cisco.mso collection
18-
- Fix default user when not defining the user. Default username "admin" has
19-
been removed. Always specify username via module attribute or define the ansible_user
20-
variable in inventory.
21-
- Remove empty sanity ignore files
17+
- Fix ND HTTAPI plugin login_domain issue when used with cisco.mso collection
18+
- Fix default user when not defining the user. Default username "admin" has
19+
been removed. Always specify username via module attribute or define the ansible_user
20+
variable in inventory.
21+
- Remove empty sanity ignore files
2222
release_summary: New release v0.1.2
23-
release_date: '2021-12-09'
23+
release_date: "2021-12-09"
2424
0.2.0:
2525
changes:
2626
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
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
3030
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.
31+
- Add ansible_httpapi_login_domain global inventory variable
32+
release_summary:
33+
"Release v0.2.0 of the ``ansible-nd`` collection on 2023-02-04.
3334
3435
This changelog describes all changes made to the modules and plugins included
3536
in this collection since v0.1.2.
3637
37-
'
38+
"
3839
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'
40+
- description: Manage delta analysis jobs
41+
name: nd_delta_analysis
42+
namespace: ""
43+
- description: Manage instant online assurance analysis jobs
44+
name: nd_instant_assurance_analysis
45+
namespace: ""
46+
- description: Manage pre-change validation job
47+
name: nd_pcv
48+
namespace: ""
49+
- description: Query pre-change validation compliance
50+
name: nd_pcv_compliance
51+
namespace: ""
52+
- description: Query delta analysis of pre-change validation
53+
name: nd_pcv_delta_analysis
54+
namespace: ""
55+
release_date: "2023-02-04"
5556
0.3.0:
5657
changes:
5758
bugfixes:
58-
- Ensure python2 compatible methods are used for the bytes io object in ND HTTPAPI
59-
Connection Plugin (#41)
59+
- Ensure python2 compatible methods are used for the bytes io object in ND HTTPAPI
60+
Connection Plugin (#41)
6061
minor_changes:
61-
- Add module nd_compliance_analysis and nd_compliance_requirement_communication
62-
and nd_compliance_requirement_config_import and nd_compliance_requirement_config_manual
63-
and nd_compliance_requirement_config_snapshot and nd_compliance_requirement_config_template
64-
and nd_epoch
65-
release_summary: 'Release v0.3.0 of the ``ansible-nd`` collection on 2023-04-05.
62+
- Add module nd_compliance_analysis and nd_compliance_requirement_communication
63+
and nd_compliance_requirement_config_import and nd_compliance_requirement_config_manual
64+
and nd_compliance_requirement_config_snapshot and nd_compliance_requirement_config_template
65+
and nd_epoch
66+
release_summary:
67+
"Release v0.3.0 of the ``ansible-nd`` collection on 2023-04-05.
6668
6769
This changelog describes all changes made to the modules and plugins included
6870
in this collection since v0.2.0.
6971
70-
'
72+
"
7173
modules:
72-
- description: Query compliance analysis data from Cisco Nexus Dashboard Insights
73-
(NDI)
74-
name: nd_compliance_analysis
75-
namespace: ''
76-
- description: Manage communication type compliance requirements
77-
name: nd_compliance_requirement_communication
78-
namespace: ''
79-
- description: Manage import configuration type compliance requirements
80-
name: nd_compliance_requirement_config_import
81-
namespace: ''
82-
- description: Manage manual configuration type compliance requirements
83-
name: nd_compliance_requirement_config_manual
84-
namespace: ''
85-
- description: Manage snapshot configuration type compliance requirements
86-
name: nd_compliance_requirement_config_snapshot
87-
namespace: ''
88-
- description: Manage template configuration type compliance requirements
89-
name: nd_compliance_requirement_config_template
90-
namespace: ''
91-
- description: Query epoch data from Cisco Nexus Dashboard Insights (NDI)
92-
name: nd_epoch
93-
namespace: ''
94-
release_date: '2023-04-05'
74+
- description:
75+
Query compliance analysis data from Cisco Nexus Dashboard Insights
76+
(NDI)
77+
name: nd_compliance_analysis
78+
namespace: ""
79+
- description: Manage communication type compliance requirements
80+
name: nd_compliance_requirement_communication
81+
namespace: ""
82+
- description: Manage import configuration type compliance requirements
83+
name: nd_compliance_requirement_config_import
84+
namespace: ""
85+
- description: Manage manual configuration type compliance requirements
86+
name: nd_compliance_requirement_config_manual
87+
namespace: ""
88+
- description: Manage snapshot configuration type compliance requirements
89+
name: nd_compliance_requirement_config_snapshot
90+
namespace: ""
91+
- description: Manage template configuration type compliance requirements
92+
name: nd_compliance_requirement_config_template
93+
namespace: ""
94+
- description: Query epoch data from Cisco Nexus Dashboard Insights (NDI)
95+
name: nd_epoch
96+
namespace: ""
97+
release_date: "2023-04-05"
98+
0.4.0:
99+
changes:
100+
minor_changes:
101+
- Add new module nd_site (#47)
102+
release_summary:
103+
"Release v0.4.0 of the ``ansible-nd`` collection on 2023-08-04.
104+
105+
This changelog describes all changes made to the modules and plugins included
106+
in this collection since v0.3.0.
107+
108+
"
109+
release_date: "2023-08-04"

changelogs/config.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ notesdir: fragments
1010
prelude_section_name: release_summary
1111
prelude_section_title: Release Summary
1212
sections:
13-
- - major_changes
14-
- Major Changes
15-
- - minor_changes
16-
- Minor Changes
17-
- - breaking_changes
18-
- Breaking Changes / Porting Guide
19-
- - deprecated_features
20-
- Deprecated Features
21-
- - removed_features
22-
- Removed Features (previously deprecated)
23-
- - security_fixes
24-
- Security Fixes
25-
- - bugfixes
26-
- Bugfixes
27-
- - known_issues
28-
- Known Issues
13+
- - major_changes
14+
- Major Changes
15+
- - minor_changes
16+
- Minor Changes
17+
- - breaking_changes
18+
- Breaking Changes / Porting Guide
19+
- - deprecated_features
20+
- Deprecated Features
21+
- - removed_features
22+
- Removed Features (previously deprecated)
23+
- - security_fixes
24+
- Security Fixes
25+
- - bugfixes
26+
- Bugfixes
27+
- - known_issues
28+
- Known Issues
2929
title: Cisco Nexus Dashboard Ansible Collection
3030
trivial_section_name: trivial
3131
use_fqcn: true

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: 0.3.0
5+
version: 0.4.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
@@ -14,4 +14,5 @@ action_groups:
1414
- nd_pcv
1515
- nd_pcv_compliance
1616
- nd_pcv_delta_analysis
17+
- nd_site
1718
- nd_version

0 commit comments

Comments
 (0)