Skip to content

Commit

Permalink
Cisco ASA 2.1.0 release prep (#141)
Browse files Browse the repository at this point in the history
Cisco ASA 2.1.0 release prep

SUMMARY

Cisco ASA 2.1.0 release prep

COMPONENT NAME

cisco.asa
ADDITIONAL INFORMATION

Reviewed-by: Rohit Thakur <[email protected]>
Reviewed-by: None <None>
  • Loading branch information
justjais authored Oct 7, 2021
1 parent 5326bee commit 57fdc7d
Show file tree
Hide file tree
Showing 7 changed files with 649 additions and 55 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ Cisco Asa Collection Release Notes
.. contents:: Topics


v2.1.0
======

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

- Releasing 2.1.0 with updated readme with changelog link, minor change, and bugfix.

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

- Fixes asa_ogs service object where complete params were not supported and added with the PR ((https://github.com/ansible-collections/cisco.asa/issues/100).

Bugfixes
--------

- Fixes asa_acls to add the support for service object group under destination option ((https://github.com/ansible-collections/cisco.asa/issues/100).

v2.0.3
======

Expand Down
15 changes: 15 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,3 +132,18 @@ releases:
- 97_implement_replace_block_asa_acl.yaml
- readme_freenode_to_liberachat.yml
release_date: '2021-08-31'
2.1.0:
changes:
release_summary:
- Releasing 2.1.0 with updated readme with changelog link, minor change, and bugfix.
bugfixes:
- Fixes asa_acls to add the support for service object group under destination
option ((https://github.com/ansible-collections/cisco.asa/issues/100).
minor_changes:
- Fixes asa_ogs service object where complete params were not supported and
added with the PR ((https://github.com/ansible-collections/cisco.asa/issues/100).
fragments:
- 0-copy_ignore_txt.yml
- 100_fix_asa_ogs_services_object_param.yaml
- fix_asa_acls_for_service_object_gp.yaml
release_date: '2021-10-06'
3 changes: 0 additions & 3 deletions changelogs/fragments/0-copy_ignore_txt.yml

This file was deleted.

This file was deleted.

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

This file was deleted.

19 changes: 19 additions & 0 deletions docs/cisco.asa.asa_acls_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,25 @@ Parameters
</tr>


<tr>
<td class="elbow-placeholder"></td>
<td class="elbow-placeholder"></td>
<td class="elbow-placeholder"></td>
<td class="elbow-placeholder"></td>
<td colspan="3">
<div class="ansibleOptionAnchor" id="parameter-"></div>
<b>service_object_group</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">string</span>
</div>
</td>
<td>
</td>
<td>
<div>Service object-group for destination port</div>
</td>
</tr>

<tr>
<td class="elbow-placeholder"></td>
Expand Down
Loading

0 comments on commit 57fdc7d

Please sign in to comment.