Skip to content

Commit f3fa9f8

Browse files
dcn-ecosystemlhercot
authored andcommitted
[ignore] Update Changelog for new release (v0.2.0)
1 parent 189cd39 commit f3fa9f8

File tree

4 files changed

+72
-2
lines changed

4 files changed

+72
-2
lines changed

CHANGELOG.rst

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
839
v0.1.2
940
======
1041

changelogs/changelog.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

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

meta/runtime.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
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

0 commit comments

Comments
 (0)