Releases: ansible-collections/cisco.nxos
Releases · ansible-collections/cisco.nxos
v9.2.1
v9.2.0
v9.2.0
Minor Changes
- nxos_bgp_global - Deprecate local_as with local_as_config which supports more configuration attributes, under neighbor.
Documentation Changes
- nxos_bgp_global - Marks local_as under neighbor deprecated, and some documentation corrections.
v9.1.0
v9.0.0
v9.0.0
Release Summary
Starting from this release, the minimum ansible-core
version this collection requires is 2.15.0
. The last known version compatible with ansible-core<2.15 is v8.1.0.
Major Changes
- Bumping
requires_ansible
to>=2.15.0
, since previous ansible-core versions are EoL now.
v8.1.0
Minor Changes
- route_maps - support simple route-maps that do not contain set or match statements. it allows for the creation and management of purely basic route-map entries like 'route-map test-1 permit 10'.
Bugfixes
- nxos_l3_interfaces - fail if encapsulation exists on a different sub-interface.
- nxos_static_routes - correctly generate command when track parameter is specified.
v8.0.0
Major Changes
- Updated the minimum required ansible.netcommon version to 6.1.0 to support the cli_restore module.
Minor Changes
- Add support for cli_restore functionality.
- Please refer the PR to know more about core changes (ansible-collections/ansible.netcommon#618).
The cli_restore module is a part of ansible.netcommon.
Bugfixes
- nxos_facts - correct parse JSON output when multiple interfaces have IPv6 address assigned (#771).
v7.0.0
Major Changes
- This release removes four previously deprecated modules from this collection. Please refer to the Removed Features section for details.
Removed Features (previously deprecated)
- The nxos_logging module has been removed with this release.
- The nxos_ntp module has been removed with this release.
- The nxos_ntp_auth module has been removed with this release.
- The nxos_ntp_options module has been removed with this release.
v6.0.3
Bugfixes
- [nxos_acls] Fix parsing of aces with range by @KB-perByte in #816
v6.0.2
v6.0.1
Bugfixes
- Prevents module_defaults from being incorrectly applied to the platform action, instead of the concerned module.
- nxos_file_copy - correctly set file_pull_timeout/persistent_command_timeout value.