Skip to content

Latest commit

 

History

History
229 lines (152 loc) · 6.33 KB

CHANGELOG.rst

File metadata and controls

229 lines (152 loc) · 6.33 KB

Cisco Asa Collection Release Notes

  • Prevents module_defaults from were being incorrectly applied to the platform action, instead of the concerned module.

Starting from this release, the minimum ansible-core version this collection requires is 2.14.0. The last known version compatible with ansible-core<2.14 is v4.0.3.

  • Bumping requires_ansible to >=2.14.0, since previous ansible-core versions are EoL now.

Release with updated workflow and lint fixes.

  • Replace all references to non-example address ranges in module documentation and tests.

Release with bugfix fixing the import path coming from utils and netcommon lib.

  • Please use either of the following connection types - network_cli, httpapi or netconf.
  • This includes the following modules:
  • This release drops support for connection: local and provider dictionary.
  • This release removes all deprecated plugins that have reached their end-of-life.
  • Use of connection: local and the provider option are no longer valid on any modules in this collection.
  • asa_acl
  • asa_og

Releasing 3.1.0 with bugfix.

  • Fix service-object port range rendering
  • Fixes asa_ogs port object range issue and duplicate service cmd (#165, #166).
  • Unit TC for svc src/dst port range
  • Minimum required ansible.netcommon version is 2.5.1.
  • Updated base plugin references to ansible.netcommon.
  • Fixes asa_ogs services object and port object issue ((#152).

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

  • Fixes asa_ogs service object where complete params were not supported and added with the PR ((#100).
  • Fixes asa_acls to add the support for service object group under destination option ((#100).
  • 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 (#116).
  • Fixes description for "passwords" parameter in documentation (#132).
  • Implement the replace block mode that is described in the docs for asa_acl (#97).
  • To fix asa_acls port range implementation, (#120, #121, #122).
  • To fix asa_ogs for empty object traceback failure, (#124).
  • To fix asa_ogs for parsing network object with ipv6 host address as expected (#128).
  • To fix Cisco ASA network_object object config which wasn't working as expected.
  • To fix asa_acls where ipv6 with host wasn't getting rendered as expected and facts was skipping.
  • Add ignore-2.12.txt (#102).
  • Remove tests/sanity/requirements.txt (#94).
  • Added save_when param support in asa_config module (#75).
  • To fix Cisco ASA network_object object config which wasn't working as expected (#103).
  • To fix ASA acls module where replace wasn't working as expected (#92).
  • 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 (#77).
  • Update asa acls RM to use newer RM design approach and addeed support for any4/any6 feature (#64).
  • Unexpected set of CMDs fired when source and destination were both set to hosts acl (#69).

Re-releasing 1.0.1 with updated changelog.

  • Removes Cisco ASA sanity ignores and sync for argspec and docstring (#59).
  • Updated docs.
  • Make src, backup and backup_options in asa_config work when module alias is used (#61).
  • asa - Use asa cliconf to run command on Cisco ASA platform
  • 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_ogs - Object Group resource module