diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 20:03:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 20:03:01 +0000 |
commit | a453ac31f3428614cceb99027f8efbdb9258a40b (patch) | |
tree | f61f87408f32a8511cbd91799f9cececb53e0374 /collections-debian-merged/ansible_collections/cisco/asa/changelogs | |
parent | Initial commit. (diff) | |
download | ansible-upstream.tar.xz ansible-upstream.zip |
Adding upstream version 2.10.7+merged+base+2.10.8+dfsg.upstream/2.10.7+merged+base+2.10.8+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'collections-debian-merged/ansible_collections/cisco/asa/changelogs')
7 files changed, 192 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/cisco/asa/changelogs/CHANGELOG.rst b/collections-debian-merged/ansible_collections/cisco/asa/changelogs/CHANGELOG.rst new file mode 100644 index 00000000..8cc74f16 --- /dev/null +++ b/collections-debian-merged/ansible_collections/cisco/asa/changelogs/CHANGELOG.rst @@ -0,0 +1,77 @@ +================================== +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 +====== + +Release Summary +--------------- + +- Releasing 1.0.3 with updated readme with changelog link, galaxy description, and bugfix. + +Bugfixes +-------- + +- Unexpected set of CMDs fired when source and destination were both set to hosts acl. (https://github.com/ansible-collections/cisco.asa/pull/69). + +v1.0.2 +====== + +Release Summary +--------------- + +- Re-releasing 1.0.1 with updated changelog. + +v1.0.1 +====== + +Minor Changes +------------- + +- Removes Cisco ASA sanity ignores and sync for argspec and docstring (https://github.com/ansible-collections/cisco.asa/pull/59). +- Updated docs. + +Bugfixes +-------- + +- Make `src`, `backup` and `backup_options` in asa_config work when module alias is used (https://github.com/ansible-collections/cisco.asa/pull/61). + +v1.0.0 +====== + +New Plugins +----------- + +Cliconf +~~~~~~~ + +- asa - Use asa cliconf to run command on Cisco ASA platform + +New Modules +----------- + +- asa_acl - (deprecated, removed after 2022-06-01) Manage access-lists on a Cisco ASA +- asa_acls - Access-Lists resource module +- asa_command - Run arbitrary commands on Cisco ASA devices +- asa_config - Manage configuration sections on Cisco ASA devices +- asa_facts - Collect facts from remote devices running Cisco ASA +- asa_og - (deprecated, removed after 2022-06-01) Manage object groups on a Cisco ASA +- asa_ogs - Object Group resource module diff --git a/collections-debian-merged/ansible_collections/cisco/asa/changelogs/changelog.yaml b/collections-debian-merged/ansible_collections/cisco/asa/changelogs/changelog.yaml new file mode 100644 index 00000000..6ac0418d --- /dev/null +++ b/collections-debian-merged/ansible_collections/cisco/asa/changelogs/changelog.yaml @@ -0,0 +1,73 @@ +ancestor: null +releases: + 1.0.0: + modules: + - description: (deprecated, removed after 2022-06-01) Manage access-lists on a + Cisco ASA + name: asa_acl + namespace: '' + - description: Access-Lists resource module + name: asa_acls + namespace: '' + - description: Run arbitrary commands on Cisco ASA devices + name: asa_command + namespace: '' + - description: Manage configuration sections on Cisco ASA devices + name: asa_config + namespace: '' + - description: Collect facts from remote devices running Cisco ASA + name: asa_facts + namespace: '' + - description: (deprecated, removed after 2022-06-01) Manage object groups on + a Cisco ASA + name: asa_og + namespace: '' + - description: Object Group resource module + name: asa_ogs + namespace: '' + plugins: + cliconf: + - description: Use asa cliconf to run command on Cisco ASA platform + name: asa + namespace: null + release_date: '2020-06-23' + 1.0.1: + changes: + bugfixes: + - Make `src`, `backup` and `backup_options` in asa_config work when module alias + is used (https://github.com/ansible-collections/cisco.asa/pull/61). + minor_changes: + - Removes Cisco ASA sanity ignores and sync for argspec and docstring + (https://github.com/ansible-collections/cisco.asa/pull/59). + - Updated docs. + fragments: + - 48-add-change-log-1.0.0.yaml + - 1.1.0_update_docs.yaml + - fix_config_module_src_backup.yaml + - remove_asa_ignore.yaml + release_date: '2020-08-03' + 1.0.2: + changes: + release_summary: + - Re-releasing 1.0.1 with updated changelog. + fragments: + - 1.0.2.yaml + release_date: '2020-08-07' + 1.0.3: + changes: + bugfixes: + - Unexpected set of CMDs fired when source and destination were both set to hosts acl (https://github.com/ansible-collections/cisco.asa/pull/69). + 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' diff --git a/collections-debian-merged/ansible_collections/cisco/asa/changelogs/config.yaml b/collections-debian-merged/ansible_collections/cisco/asa/changelogs/config.yaml new file mode 100644 index 00000000..dbcc1e3e --- /dev/null +++ b/collections-debian-merged/ansible_collections/cisco/asa/changelogs/config.yaml @@ -0,0 +1,30 @@ +changelog_filename_template: CHANGELOG.rst +changelog_filename_version_depth: 0 +changes_file: changelog.yaml +changes_format: combined +keep_fragments: false +mention_ancestor: true +new_plugins_after_name: removed_features +notesdir: fragments +prelude_section_name: release_summary +prelude_section_title: Release Summary +flatmap: true +sections: +- - major_changes + - Major Changes +- - minor_changes + - Minor Changes +- - breaking_changes + - Breaking Changes / Porting Guide +- - deprecated_features + - Deprecated Features +- - removed_features + - Removed Features (previously deprecated) +- - security_fixes + - Security Fixes +- - bugfixes + - Bugfixes +- - known_issues + - Known Issues +title: Cisco Asa Collection +trivial_section_name: trivial diff --git a/collections-debian-merged/ansible_collections/cisco/asa/changelogs/fragments/56_acl_any4_ay6_feature_update_use_rm_approach.yaml b/collections-debian-merged/ansible_collections/cisco/asa/changelogs/fragments/56_acl_any4_ay6_feature_update_use_rm_approach.yaml new file mode 100644 index 00000000..0365ba1d --- /dev/null +++ b/collections-debian-merged/ansible_collections/cisco/asa/changelogs/fragments/56_acl_any4_ay6_feature_update_use_rm_approach.yaml @@ -0,0 +1,3 @@ +--- +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/issues/56). diff --git a/collections-debian-merged/ansible_collections/cisco/asa/changelogs/fragments/69_resolves_acl_failure.yaml b/collections-debian-merged/ansible_collections/cisco/asa/changelogs/fragments/69_resolves_acl_failure.yaml new file mode 100644 index 00000000..071d2cd0 --- /dev/null +++ b/collections-debian-merged/ansible_collections/cisco/asa/changelogs/fragments/69_resolves_acl_failure.yaml @@ -0,0 +1,3 @@ +--- +bugfixes: + - Unexpected set of CMDs fired when source and destination were both set to hosts acl (https://github.com/ansible-collections/cisco.asa/pull/69). diff --git a/collections-debian-merged/ansible_collections/cisco/asa/changelogs/fragments/76_asa_og_state_delete_not_working_as_expected.yaml b/collections-debian-merged/ansible_collections/cisco/asa/changelogs/fragments/76_asa_og_state_delete_not_working_as_expected.yaml new file mode 100644 index 00000000..1eb870ae --- /dev/null +++ b/collections-debian-merged/ansible_collections/cisco/asa/changelogs/fragments/76_asa_og_state_delete_not_working_as_expected.yaml @@ -0,0 +1,3 @@ +--- +bugfixes: + - 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). diff --git a/collections-debian-merged/ansible_collections/cisco/asa/changelogs/fragments/galaxy-version.yaml b/collections-debian-merged/ansible_collections/cisco/asa/changelogs/fragments/galaxy-version.yaml new file mode 100644 index 00000000..6d5e47ea --- /dev/null +++ b/collections-debian-merged/ansible_collections/cisco/asa/changelogs/fragments/galaxy-version.yaml @@ -0,0 +1,3 @@ +--- +bugfixes: + - Add version key to galaxy.yaml to work around ansible-galaxy bug |