Skip to content

Commit

Permalink
Prepare for release 2.1.0 (#137)
Browse files Browse the repository at this point in the history
Prepare for release 2.1.0

Reviewed-by: https://github.com/apps/ansible-zuul
  • Loading branch information
ashwini-mhatre authored Apr 28, 2021
1 parent aa85de7 commit e92ab97
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 12 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ Cisco Iosxr Collection Release Notes
.. contents:: Topics


v2.1.0
======

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

- Add support for available_network_resources key, which allows to fetch the available resources for a platform (https://github.com/ansible-collections/cisco.iosxr/issues/119).
- Update psudo-atomic operation scenario tests with correct assertion.

Bugfixes
--------

- Avoid using default value for comment for iosxr version > 7.2(Module=iosxr_config)
- Avoid using default value for comment when "comment is not supported" by device.

v2.0.2
======

Expand Down
15 changes: 15 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,18 @@ releases:
- 125-add_ignore_txt.yml
- bump_netcommon.yaml
release_date: '2021-04-09'
2.1.0:
changes:
bugfixes:
- Avoid using default value for comment for iosxr version > 7.2(Module=iosxr_config)
- Avoid using default value for comment when "comment is not supported" by device.
minor_changes:
- Add support for available_network_resources key, which allows to fetch the
available resources for a platform (https://github.com/ansible-collections/cisco.iosxr/issues/119).
- Update psudo-atomic operation scenario tests with correct assertion.
fragments:
- available_network_resources.yaml
- iosxr_config_default_comment_fix.yaml
- iosxr_fix_for_default_comment.yaml
- psudoatomic_operation_tests_fix.yaml
release_date: '2021-04-27'
3 changes: 0 additions & 3 deletions changelogs/fragments/available_network_resources.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/iosxr_config_default_comment_fix.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/iosxr_fix_for_default_comment.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/psudoatomic_operation_tests_fix.yaml

This file was deleted.

19 changes: 19 additions & 0 deletions docs/cisco.iosxr.iosxr_facts_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,25 @@ Parameters
<th>Choices/<font color="blue">Defaults</font></th>
<th width="100%">Comments</th>
</tr>
<tr>
<td colspan="2">
<div class="ansibleOptionAnchor" id="parameter-"></div>
<b>available_network_resources</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">boolean</span>
</div>
</td>
<td>
<ul style="margin: 0; padding: 0"><b>Choices:</b>
<li><div style="color: blue"><b>no</b>&nbsp;&larr;</div></li>
<li>yes</li>
</ul>
</td>
<td>
<div>When &#x27;True&#x27; a list of network resources for which resource modules are available will be provided.</div>
</td>
</tr>
<tr>
<td colspan="2">
<div class="ansibleOptionAnchor" id="parameter-"></div>
Expand Down

0 comments on commit e92ab97

Please sign in to comment.