diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 17cab738d..e27bcfb71 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -22,6 +22,14 @@ Minor Changes - Add ios_vrf_global resource module in favor of ios_vrf module (fixes - https://github.com/ansible-collections/cisco.ios/pull/1055) +Deprecated Features +------------------- + +- ios_bgp_address_family - deprecated attribute password in favour of password_options within neigbhors. +- ios_bgp_global - deprecated attributes aggregate_address, bestpath, inject_map, ipv4_with_subnet, ipv6_with_subnet, nopeerup_delay, distribute_list, address, tag, ipv6_addresses, password, route_map, route_server_context and scope +- ios_linkagg - deprecate legacy module ios_linkagg +- ios_lldp - deprecate legacy module ios_lldp + Bugfixes -------- diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index faa816ead..2951af187 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1171,6 +1171,14 @@ releases: - ios_static_routes - Fix gathering facts by properly distinguising routes. - snmp_server - Fix configuration command for snmp-server host. - snmp_server - Fix wrong syntax of snmp-server host command generation. + deprecated_features: + - ios_bgp_address_family - deprecated attribute password in favour of password_options + within neigbhors. + - ios_bgp_global - deprecated attributes aggregate_address, bestpath, inject_map, + ipv4_with_subnet, ipv6_with_subnet, nopeerup_delay, distribute_list, address, + tag, ipv6_addresses, password, route_map, route_server_context and scope + - ios_linkagg - deprecate legacy module ios_linkagg + - ios_lldp - deprecate legacy module ios_lldp doc_changes: - logging_global - update documentation for severity attribute within buffered. major_changes: @@ -1189,6 +1197,7 @@ releases: - ios_service_fix.yml - l3_sinterface_parser.yml - min_215.yaml + - remove_dep.yml - snmp_parse_fix.yml - snmp_server_host.yml - static_routes_facts_fix.yml diff --git a/changelogs/fragments/remove_dep.yml b/changelogs/fragments/remove_dep.yml deleted file mode 100644 index 8192b8772..000000000 --- a/changelogs/fragments/remove_dep.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -deprecated_features: - - ios_linkagg - deprecate legacy module ios_linkagg - - ios_lldp - deprecate legacy module ios_lldp - - ios_bgp_address_family - deprecated attribute password in favour of password_options within neigbhors. - - ios_bgp_global - deprecated attributes aggregate_address, bestpath, inject_map, ipv4_with_subnet, ipv6_with_subnet, nopeerup_delay, distribute_list, address, tag, ipv6_addresses, password, route_map, route_server_context and scope