Skip to content

Commit

Permalink
prep for 3.0.0 release (#161)
Browse files Browse the repository at this point in the history
Collection prep for 3.0.0 release

SUMMARY

ansible-collections/splunk.es#35

ISSUE TYPE


Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION
  • Loading branch information
justjais authored May 4, 2022
1 parent 8042df3 commit e9367f4
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 13 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,20 @@ Cisco Asa Collection Release Notes
.. contents:: Topics


v3.0.0
======

Major Changes
-------------

- Minimum required ansible.netcommon version is 2.5.1.
- Updated base plugin references to ansible.netcommon.

Bugfixes
--------

- Fixes asa_ogs services object and port object issue

v2.1.0
======

Expand Down
10 changes: 10 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,13 @@ releases:
- 100_fix_asa_ogs_services_object_param.yaml
- fix_asa_acls_for_service_object_gp.yaml
release_date: '2021-10-06'
3.0.0:
changes:
bugfixes:
- Fixes asa_ogs services object and port object issue ((https://github.com/ansible-collections/cisco.asa/issues/152).
major_changes:
- Minimum required ansible.netcommon version is 2.5.1.
- Updated base plugin references to ansible.netcommon.
fragments:
- fix_for_the_ogs_bug_asa_152.yaml
release_date: '2022-05-05'
3 changes: 0 additions & 3 deletions changelogs/fragments/fix_for_the_ogs_bug_asa_152.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/netcommon_ref_update.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion docs/cisco.asa.asa_cliconf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Parameters
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">list</span>
/ <span style="color: purple">elements=string</span>
</div>
<div style="font-style: italic; font-size: small; color: darkgreen">added in 2.0.0</div>
</td>
Expand Down Expand Up @@ -72,7 +73,7 @@ Status
Authors
~~~~~~~

- Ansible Security Team
- Ansible Security Team (@ansible-security)


.. hint::
Expand Down
2 changes: 1 addition & 1 deletion docs/cisco.asa.asa_facts_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Parameters
<td>
</td>
<td>
<div>When supplied, this argument will restrict the facts collected to a given subset. Possible values for this argument include all and the resources like interfaces, vlans etc. Can specify a list of values to include a larger subset. Values can also be used with an initial <code><span class='module'>!</span></code> to specify that a specific subset should not be collected. Valid subsets are &#x27;all&#x27;, &#x27;acls&#x27;, &#x27;ogs&#x27;.</div>
<div>When supplied, this argument will restrict the facts collected to a given subset. Possible values for this argument include all and the resources like interfaces, vlans etc. Can specify a list of values to include a larger subset. Values can also be used with an initial <code>!</code> to specify that a specific subset should not be collected. Values can also be used with an initial <code>!</code> to specify that a specific subset should not be collected. Valid subsets are &#x27;all&#x27;, &#x27;acls&#x27;, &#x27;ogs&#x27;.</div>
</td>
</tr>
<tr>
Expand Down
8 changes: 4 additions & 4 deletions docs/cisco.asa.asa_ogs_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@ Parameters
<b>end</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">integer</span>
<span style="color: purple">string</span>
</div>
</td>
<td>
Expand All @@ -725,7 +725,7 @@ Parameters
<b>start</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">integer</span>
<span style="color: purple">string</span>
</div>
</td>
<td>
Expand Down Expand Up @@ -896,7 +896,7 @@ Parameters
<b>end</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">integer</span>
<span style="color: purple">string</span>
</div>
</td>
<td>
Expand All @@ -916,7 +916,7 @@ Parameters
<b>start</b>
<a class="ansibleOptionLink" href="#parameter-" title="Permalink to this option"></a>
<div style="font-size: small">
<span style="color: purple">integer</span>
<span style="color: purple">string</span>
</div>
</td>
<td>
Expand Down

0 comments on commit e9367f4

Please sign in to comment.