diff --git a/changelogs/fragments/nxos_2.5.3_bugfixes.yaml b/changelogs/fragments/nxos_2.5.3_bugfixes.yaml new file mode 100644 index 00000000000..889225b300a --- /dev/null +++ b/changelogs/fragments/nxos_2.5.3_bugfixes.yaml @@ -0,0 +1,14 @@ +bugfixes: +- nxos_feature - Handle nxos_feature issue where json isn't supported (https://github.com/ansible/ansible/pull/39150) +- nxos_ntp - Fix nxos_ntp issues (https://github.com/ansible/ansible/pull/39178) +- nxos_interface - Fix AttributeError NoneType object has no attribute group (https://github.com/ansible/ansible/pull/38544) +- nxos_snmp_community - Fix nxos_snmp_community issues (https://github.com/ansible/ansible/pull/39258) +- nxos_l2_interface - Add aggregate example in nxos_l2_interface module doc (https://github.com/ansible/ansible/pull/39275) +- nxos_snmp_host - Fix for nxos_snmp_host issues (https://github.com/ansible/ansible/pull/39642) +- nxos_snmp_traps - Fix nxos_snmp_traps issues (https://github.com/ansible/ansible/pull/39444) +- nxos_linkagg - nxos_linkagg abbreviated form issue (https://github.com/ansible/ansible/pull/39591) +- nxos_snmp_user - Fix nxos_snmp_user (https://github.com/ansible/ansible/pull/39760) +- nxos_logging - remove purge from nxos_logging doc, argspec (https://github.com/ansible/ansible/pull/39947) +- nxos_ping - Fix nxos_ping issues (https://github.com/ansible/ansible/pull/40028) +- nxos_vxlan_vtep_vni - Fix nxos_vxlan_vtep_vni test (https://github.com/ansible/ansible/pull/39968) +- nxos_snapshot - Fix logic for save_snapshot_locally (https://github.com/ansible/ansible/pull/40227) diff --git a/changelogs/fragments/nxos_bugfixes.yaml b/changelogs/fragments/nxos_bugfixes.yaml index 888bc5e1492..b22874bd8d9 100644 --- a/changelogs/fragments/nxos_bugfixes.yaml +++ b/changelogs/fragments/nxos_bugfixes.yaml @@ -20,16 +20,3 @@ bugfixes: - nxos_igmp_snooping - Fix nxos_igmp_snooping (https://github.com/ansible/ansible/pull/38566) - nxos_ntp_auth - Fix nxos_ntp_auth issues (https://github.com/ansible/ansible/pull/38824) - nxos_ntp_options - Fix nxos_ntp_options issues (https://github.com/ansible/ansible/pull/38695) -- nxos_feature - Handle nxos_feature issue where json isn't supported (https://github.com/ansible/ansible/pull/39150) -- nxos_ntp - Fix nxos_ntp issues (https://github.com/ansible/ansible/pull/39178) -- nxos_interface - Fix AttributeError NoneType object has no attribute group (https://github.com/ansible/ansible/pull/38544) -- nxos_snmp_community - Fix nxos_snmp_community issues (https://github.com/ansible/ansible/pull/39258) -- nxos_l2_interface - Add aggregate example in nxos_l2_interface module doc (https://github.com/ansible/ansible/pull/39275) -- nxos_snmp_host - Fix for nxos_snmp_host issues (https://github.com/ansible/ansible/pull/39642) -- nxos_snmp_traps - Fix nxos_snmp_traps issues (https://github.com/ansible/ansible/pull/39444) -- nxos_linkagg - nxos_linkagg abbreviated form issue (https://github.com/ansible/ansible/pull/39591) -- nxos_snmp_user - Fix nxos_snmp_user (https://github.com/ansible/ansible/pull/39760) -- nxos_logging - remove purge from nxos_logging doc, argspec (https://github.com/ansible/ansible/pull/39947) -- nxos_ping - Fix nxos_ping issues (https://github.com/ansible/ansible/pull/40028) -- nxos_vxlan_vtep_vni - Fix nxos_vxlan_vtep_vni test (https://github.com/ansible/ansible/pull/39968) -- nxos_snapshot - Fix logic for save_snapshot_locally (https://github.com/ansible/ansible/pull/40227)