Releases: ansible-collections/cisco.nxos
Releases · ansible-collections/cisco.nxos
v9.3.0
v9.3.0
Minor Changes
- Add support for VRF address family via
vrf_address_family
resource module. - Added nxos_vrf_interfaces resource module, that helps with configuration of vrfs within interface in favor of nxos_vrf_interface module.
- nxos_telemetry - Added support for 'overridden' state to provide complete configuration override capabilities.
Bugfixes
- Fixed hardware fact gathering failure for CPU utilization parsing on NX-OS 9.3(3) by handling both list and single value formats of onemin_percent
- Fixed the invalid feature name error for port-security by updating the feature mapping from
eth_port_sec
toeth-port-sec
. - Fixes mixed usage of f-string and format string in action plugin for consistency.
- Fixes nxos_user purge deleting non-local users,ensuring only local users are removed.
- [bgp_templates] - fix the show commands used to ensure task does not fail if BGP is not enabled on the device.
- lag_interfaces - Fix bug where lag interfaces was not erroring on command failure. (#923)
- nxos_l2_interfaces - Fixed handling of 'none' value in allowed_vlans to properly set trunk VLAN none
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