summaryrefslogtreecommitdiffstats
path: root/ansible_collections/cisco/nxos/CHANGELOG.rst
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/cisco/nxos/CHANGELOG.rst')
-rw-r--r--ansible_collections/cisco/nxos/CHANGELOG.rst96
1 files changed, 96 insertions, 0 deletions
diff --git a/ansible_collections/cisco/nxos/CHANGELOG.rst b/ansible_collections/cisco/nxos/CHANGELOG.rst
index 34a945461..a23f4bf80 100644
--- a/ansible_collections/cisco/nxos/CHANGELOG.rst
+++ b/ansible_collections/cisco/nxos/CHANGELOG.rst
@@ -5,6 +5,102 @@ Cisco Nxos Collection Release Notes
.. contents:: Topics
+v5.3.0
+======
+
+Minor Changes
+-------------
+
+- nxos_config - Relax restrictions on I(src) parameter so it can be used more like I(lines). (https://github.com/ansible-collections/cisco.nxos/issues/89).
+
+v5.2.1
+======
+
+Bugfixes
+--------
+
+- nxos_acls - fix parsing of ACE with named source/dest port range (https://github.com/ansible-collections/cisco.nxos/issues/763).
+- vtp_version - allow VTP version 3 to be configured (https://github.com/ansible-collections/cisco.nxos/issues/704).
+
+Documentation Changes
+---------------------
+
+- nxos_acls - update examples and use YAML output in them for better readibility.
+
+v5.2.0
+======
+
+Minor Changes
+-------------
+
+- Added new module fc_interfaces
+- bgp_global - support remote-as as a route-map (https://github.com/ansible-collections/cisco.nxos/issues/741).
+- bgp_neighbor_address_family - support rewrite-rt-asn for ipv4 mvpn (https://github.com/ansible-collections/cisco.nxos/issues/741).
+- bgp_templates - Add support for safi evpn (https://github.com/ansible-collections/cisco.nxos/issues/739).
+- bgp_templates - Add support for send_community (https://github.com/ansible-collections/cisco.nxos/issues/740).
+- route_maps - support extcommunity rt option (https://github.com/ansible-collections/cisco.nxos/issues/743).
+
+Bugfixes
+--------
+
+- acls - Fix parsing error when ACE has a source port range (https://github.com/ansible-collections/cisco.nxos/issues/713).
+- interfaces - Re-apply existing non-default MTU when changing mode to L2 (https://github.com/ansible-collections/cisco.nxos/issues/730).
+- lag_interfaces - Allow force option to be idempotent (https://github.com/ansible-collections/cisco.nxos/issues/742).
+- snmp_server - fix host delete when authentication options are present (https://github.com/ansible-collections/cisco.nxos/issues/439).
+
+Documentation Changes
+---------------------
+
+- Update examples for bgp_address_family resource modules using yaml callback plugin.
+- Update examples for bgp_global resource modules using yaml callback plugin.
+- Update examples for bgp_neighbor_address_family resource modules using yaml callback plugin.
+- Update examples for bgp_templates resource modules using yaml callback plugin.
+- Update examples for ospf_interfaces resource modules using yaml callback plugin.
+- Update examples for ospfv2 resource modules using yaml callback plugin.
+- Update examples for ospfv3 resource modules using yaml callback plugin.
+
+New Modules
+-----------
+
+- nxos_fc_interfaces - Fc Interfaces resource module
+
+v5.1.0
+======
+
+Minor Changes
+-------------
+
+- nxos_facts - add cpu utilization data to facts.
+
+v5.0.0
+======
+
+Major Changes
+-------------
+
+- Refer to **Removed Features** section for details.
+- This release removes four of the previously deprecated modules from this collection.
+
+Minor Changes
+-------------
+
+- Add nxos_bgp_templates module.
+- nxos_user - Added dev-ops role to BUILTINS (https://github.com/ansible-collections/cisco.nxos/issues/690)
+
+Removed Features (previously deprecated)
+----------------------------------------
+
+- The nxos_bgp module has been removed with this release.
+- The nxos_bgp_af module has been removed with this release.
+- The nxos_bgp_neighbor module has been removed with this release.
+- The nxos_bgp_neighbor_af module has been removed with this release.
+
+Bugfixes
+--------
+
+- nxos_static_routes - Prevent action states to generate terminal configuration command.
+- nxos_static_routes - Update the delete operation of static routes to be similar to other platforms. (https://github.com/ansible-collections/cisco.nxos/issues/666)
+
v4.4.0
======