Skip to content

Commit

Permalink
[ignore] Update Changelog for new release (v0.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcn-ecosystem authored and lhercot committed Feb 4, 2023
1 parent 189cd39 commit f3fa9f8
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 2 deletions.
31 changes: 31 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,37 @@ Cisco Nexus Dashboard Ansible Collection Release Notes
.. contents:: Topics


v0.2.0
======

Release Summary
---------------

Release v0.2.0 of the ``ansible-nd`` collection on 2023-02-04.
This changelog describes all changes made to the modules and plugins included in this collection since v0.1.2.


Minor Changes
-------------

- Add ansible_httpapi_login_domain global inventory variable

Bugfixes
--------

- Allow local to be set as login_domain && set DefaultAuth as default for login_domain
- Fix HTTPAPI Connection plugin when wrong login_domain is provided
- Fix HTTPAPI ND connection plugin missing login_domain definition

New Modules
-----------

- cisco.nd.nd_delta_analysis - Manage delta analysis jobs
- cisco.nd.nd_instant_assurance_analysis - Manage instant online assurance analysis jobs
- cisco.nd.nd_pcv - Manage pre-change validation job
- cisco.nd.nd_pcv_compliance - Query pre-change validation compliance
- cisco.nd.nd_pcv_delta_analysis - Query delta analysis of pre-change validation

v0.1.2
======

Expand Down
31 changes: 31 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,34 @@ releases:
- Remove empty sanity ignore files
release_summary: New release v0.1.2
release_date: '2021-12-09'
0.2.0:
changes:
bugfixes:
- Allow local to be set as login_domain && set DefaultAuth as default for login_domain
- Fix HTTPAPI Connection plugin when wrong login_domain is provided
- Fix HTTPAPI ND connection plugin missing login_domain definition
minor_changes:
- Add ansible_httpapi_login_domain global inventory variable
release_summary: 'Release v0.2.0 of the ``ansible-nd`` collection on 2023-02-04.
This changelog describes all changes made to the modules and plugins included
in this collection since v0.1.2.
'
modules:
- description: Manage delta analysis jobs
name: nd_delta_analysis
namespace: ''
- description: Manage instant online assurance analysis jobs
name: nd_instant_assurance_analysis
namespace: ''
- description: Manage pre-change validation job
name: nd_pcv
namespace: ''
- description: Query pre-change validation compliance
name: nd_pcv_compliance
namespace: ''
- description: Query delta analysis of pre-change validation
name: nd_pcv_delta_analysis
namespace: ''
release_date: '2023-02-04'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace: cisco
name: nd
# The version of the collection. Must be compatible with semantic versioning
version: 0.1.2
version: 0.2.0
readme: README.md
authors:
- "Lionel Hercot (@lhercot)"
Expand Down
10 changes: 9 additions & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
---
requires_ansible: '>=2.9.10'
requires_ansible: '>=2.9.10'
action_groups:
all:
- nd_delta_analysis
- nd_instant_assurance_analysis
- nd_pcv
- nd_pcv_compliance
- nd_pcv_delta_analysis
- nd_version

0 comments on commit f3fa9f8

Please sign in to comment.