Skip to content

Commit

Permalink
ASA collection prep for v1.0.4 tagging (#81)
Browse files Browse the repository at this point in the history
ASA collection prep for v1.0.4 tagging

Reviewed-by: https://github.com/apps/ansible-zuul
  • Loading branch information
justjais authored Nov 26, 2020
1 parent 2debeed commit 117c6a5
Show file tree
Hide file tree
Showing 9 changed files with 303 additions and 181 deletions.
15 changes: 15 additions & 0 deletions changelogs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ Cisco Asa Collection Release Notes

.. contents:: Topics

v1.0.4
======

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

- Releasing 1.0.4 with updated readme with changelog link, galaxy description, and bugfix.

Bugfixes
--------

- Update asa acls RM to use newer RM design approach and addeed support for any4/any6 feature (https://github.com/ansible-collections/cisco.asa/pull/64).
- Add version key to galaxy.yaml to work around ansible-galaxy bug
- To fix ASA OGs module where delete by name was not resulting to an expected behaviour (https://github.com/ansible-collections/cisco.asa/pull/77).

v1.0.3
======

Expand Down
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,14 @@ releases:
fragments:
- 69-asa-acls-bugfix.yaml
release_date: '2020-08-28'
1.0.4:
changes:
bugfixes:
- Update asa acls RM to use newer RM design approach and addeed support for any4/any6 feature (https://github.com/ansible-collections/cisco.asa/pull/64).
- Add version key to galaxy.yaml to work around ansible-galaxy bug
- To fix ASA OGs module where delete by name was not resulting to an expected behaviour (https://github.com/ansible-collections/cisco.asa/pull/77).
fragments:
- 56_acl_any4_ay6_feature_update_use_rm_approach.yaml
- galaxy-version.yaml
- 76_asa_og_state_delete_not_working_as_expected.yaml
release_date: '2020-11-26'
2 changes: 1 addition & 1 deletion docs/cisco.asa.asa_acl_module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ Notes
Examples
--------

.. code-block:: yaml+jinja
.. code-block:: yaml
- cisco.asa.asa_acl:
lines:
Expand Down
Loading

0 comments on commit 117c6a5

Please sign in to comment.