Skip to content

Releases: ansible-collections/cisco.nxos

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).

v6.0.1

30 Jan 16:28
472ae1b
Compare
Choose a tag to compare

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.