Skip to content

Commit

Permalink
Update as per new PR
Browse files Browse the repository at this point in the history
  • Loading branch information
KB-perByte committed Jun 10, 2024
1 parent 198c7ac commit ec7c1ff
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------

Expand Down
9 changes: 9 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down
6 changes: 0 additions & 6 deletions changelogs/fragments/remove_dep.yml

This file was deleted.

0 comments on commit ec7c1ff

Please sign in to comment.