diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:04:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:04:41 +0000 |
commit | 975f66f2eebe9dadba04f275774d4ab83f74cf25 (patch) | |
tree | 89bd26a93aaae6a25749145b7e4bca4a1e75b2be /ansible_collections/cisco/asa/CHANGELOG.rst | |
parent | Initial commit. (diff) | |
download | ansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.tar.xz ansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.zip |
Adding upstream version 7.7.0+dfsg.upstream/7.7.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/cisco/asa/CHANGELOG.rst')
-rw-r--r-- | ansible_collections/cisco/asa/CHANGELOG.rst | 210 |
1 files changed, 210 insertions, 0 deletions
diff --git a/ansible_collections/cisco/asa/CHANGELOG.rst b/ansible_collections/cisco/asa/CHANGELOG.rst new file mode 100644 index 000000000..c7c81dd0b --- /dev/null +++ b/ansible_collections/cisco/asa/CHANGELOG.rst @@ -0,0 +1,210 @@ +================================== +Cisco Asa Collection Release Notes +================================== + +.. contents:: Topics + + +v4.0.1 +====== + +Release Summary +--------------- + +- Release with bugfix fixing the import path coming from `utils` and `netcommon` lib. + +v4.0.0 +====== + +Release Summary +--------------- + +- Releasing 4.0.0 with deprecated older modules removed and GH actions enabled for sanity and unit test over the repo. +- This release drops support for `connection: local` and provider dictionary. + +Major Changes +------------- + +- Please use either of the following connection types - network_cli, httpapi or netconf. +- This release drops support for `connection: local` and provider dictionary. +- Use of connection: local and the provider option are no longer valid on any modules in this collection. +- This release removes all deprecated plugins that have reached their end-of-life. +- This includes the following modules: +- asa_acl +- asa_og + +v3.1.0 +====== + +Release Summary +--------------- + +- Releasing 3.1.0 with bugfix. + +Bugfixes +-------- + +- Fix service-object port range rendering +- Fixes asa_ogs port object range issue and duplicate service cmd (https://github.com/ansible-collections/cisco.asa/issues/165, https://github.com/ansible-collections/cisco.asa/issues/166). +- Unit TC for svc src/dst port range + +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 +====== + +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 +====== + +Bugfixes +-------- + +- Fix TypeError argument of type 'NoneType' is not iterable in service-group when service-group does not exists. +- Fixes asa_ogs protocol object to except protocol number as input (https://github.com/ansible-collections/cisco.asa/issues/116). +- Fixes description for "passwords" parameter in documentation (https://github.com/ansible-collections/cisco.asa/issues/132). +- Implement the replace block mode that is described in the docs for asa_acl (https://github.com/ansible-collections/cisco.asa/issues/97). +- To fix asa_acls port range implementation, (https://github.com/ansible-collections/cisco.asa/issues/120, https://github.com/ansible-collections/cisco.asa/issues/121, https://github.com/ansible-collections/cisco.asa/issues/122). +- To fix asa_ogs for empty object traceback failure, (https://github.com/ansible-collections/cisco.asa/issues/124). +- To fix asa_ogs for parsing network object with ipv6 host address as expected (https://github.com/ansible-collections/cisco.asa/issues/128). + +v2.0.2 +====== + +Bugfixes +-------- + +- To fix asa_acls where ipv6 with host wasn't getting rendered as expected and facts was skipping (https://github.com/ansible-collections/cisco.asa/issues/105). +- To fix Cisco ASA network_object object config which wasn't working as expected. (https://github.com/ansible-collections/cisco.asa/issues/99). + +v2.0.1 +====== + +Minor Changes +------------- + +- Remove tests/sanity/requirements.txt (https://github.com/ansible-collections/cisco.asa/pull/94). +- Add ignore-2.12.txt (https://github.com/ansible-collections/cisco.asa/pull/102). + +Bugfixes +-------- + +- Added save_when param support in asa_config module (https://github.com/ansible-collections/cisco.asa/pull/75). +- To fix Cisco ASA network_object object config which wasn't working as expected (https://github.com/ansible-collections/cisco.asa/pull/103). + +v2.0.0 +====== + +Major Changes +------------- + +- Requires ansible.netcommon v2.0.0+ to support `ansible_network_single_user_mode` and `ansible_network_import_modules`. +- Please refer to ansible.netcommon `changelog <https://github.com/ansible-collections/ansible.netcommon/blob/main/changelogs/CHANGELOG.rst#ansible-netcommon-collection-release-notes>` for more details. + +Minor Changes +------------- + +- Adds support for single_user_mode command output caching. (https://github.com/ansible-collections/cisco.ios/pull/204). + +Bugfixes +-------- + +- To fix ASA acls module where replace wasn't working as expected (https://github.com/ansible-collections/cisco.asa/pull/92). + +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 |