Skip to content

Releases: ansible-collections/cisco.nxos

v9.3.0

17 Jan 06:30
df5544f
Compare
Choose a tag to compare

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 to eth-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

29 Aug 11:53
5f59da7
Compare
Choose a tag to compare

v9.2.1

Bugfixes

  • acls - Fix lookup of range port conversion from int to string to allow strings (#888)
  • facts - Fixes issue where the LLDP neighbor information returns an error when empty

Documentation Changes

  • Includes a new support related section in the README

v9.2.0

19 Aug 13:01
72225be
Compare
Choose a tag to compare

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

05 Aug 11:38
f98211d
Compare
Choose a tag to compare

v9.1.0

Minor Changes

  • Add nxos_vrf_global resource module in favor of nxos_vrf module (#870).

Bugfixes

  • nxos_snmp_server - correctly render entity traps (#820).

v9.0.0

12 Jun 13:32
19b2473
Compare
Choose a tag to compare

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

22 May 17:33
4fcb4d1
Compare
Choose a tag to compare

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

22 Apr 08:16
110209a
Compare
Choose a tag to compare

Major Changes

  • Updated the minimum required ansible.netcommon version to 6.1.0 to support the cli_restore module.

Minor Changes

Bugfixes

  • nxos_facts - correct parse JSON output when multiple interfaces have IPv6 address assigned (#771).

v7.0.0

28 Mar 15:30
d6d55e5
Compare
Choose a tag to compare

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

15 Feb 05:53
fdbfe11
Compare
Choose a tag to compare

Bugfixes

v6.0.2

07 Feb 05:26
5af76ab
Compare
Choose a tag to compare

Bugfixes

  • nxos_interfaces - Correctly enable L3 interfaces on supported N3K platforms (#749).