Releases: ansible-collections/cisco.ios
Releases · ansible-collections/cisco.ios
v9.0.3
v9.0.3
Bugfixes
- ios_bgp_address_family - fix parsing of password_options while gathering password configuration from appliance.
- ios_bgp_global - fix parsing of password_options while gathering password configuration from appliance.
Documentation Changes
- Includes a new support related section in the README.
- Removed the Roadmap section from the README.
v9.0.2
v9.0.2
Bugfixes
- ios_bgp_address_family - Add support for maximum-paths configuration.
- ios_bgp_address_family - Add support for maximum-secondary-paths configuration.
- ios_interfaces - Fixes rendering of FiftyGigabitEthernet as it was wrongly rendering FiftyGigabitEthernet as FiveGigabitEthernet.
- ios_snmp_server - Fixes an issue where enabling the read-only (ro) attribute in communities was not idempotent.
- ios_static_routes - Fix processing of metric_distance as it was wrongly populated under the forward_router_address attribute.
v9.0.1
v9.0.1
Bugfixes
- bgp_global - fix ebgp_multihop recognnition and hop_count settings
- ios_service - Fix a typo causing log timestamps not being configurable
- ios_vlans - Make the module fail when vlan name is longer than 32 characters with configuration as VTPv1 and VTPv2.
- static_routes - add TenGigabitEthernet as valid interface
Documentation Changes
- ios_facts - update documentation for ansible_net_memtotal_mb, ansible_net_memfree_mb return values as mebibytes (MiB), not megabits (Mb)
v9.0.0
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.0.0.
Major Changes
- Bumping
requires_ansible
to>=2.15.0
, since previous ansible-core versions are EoL now.
Minor Changes
- Add ios_vrf_global resource module in favor of ios_vrf module (fixes - #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
- ios_acls - fix incorrect mapping of port 135/udp to msrpc.
- ios_l3_interfaces - Fix gathering wrong facts for source interface in ipv4.
- ios_service - Add tcp_small_servers and udp_small_servers attributes, to generate configuration.
- ios_service - Fix timestamps attribute, to generate right configuration.
- ios_static_routes - Fix gathering facts by properly distinguising routes.
- l2_interfaces - If a large number of VLANs are affected, the configuration will now be correctly split into several commands.
- snmp_server - Fix configuration command for snmp-server host.
- snmp_server - Fix wrong syntax of snmp-server host command generation.
Documentation Changes
- logging_global - update documentation for severity attribute within buffered.
v8.0.0
Major Changes
- Update the netcommon base version 6.1.0 to support cli_restore plugin.
Minor Changes
- Add support for cli_restore functionality.
- Please refer the PR to know more about core changes (ansible-collections/ansible.netcommon#618).
- cli_restore module is part of netcommon.
Full Changelog: ansible-collections/cisco.iosxr@v7.0.0...v8.0.0
v7.0.0
Major Changes
- ios_ntp - Remove deprecated ntp legacy module
Removed Features (previously deprecated)
- Deprecated ios_ntp module in favor of ios_ntp_global.
v6.1.4
Bugfixes
- ios_acls - update module to apply remarks entry with sequence numbers.
- ios_bgp_address_family - description attribute, evaluated as complex object cast to a string.
- ios_bgp_global - description attribute, evaluated as complex object cast to a string.
- ios_interfaces - description attribute, evaluated as complex object cast to a string.
- ios_prefix_lists - description attribute, evaluated as complex object cast to a string.
- ios_route_maps - description attribute, evaluated as complex object cast to a string.
v6.1.3
Bugfixes
- ios_acls - Adds back existing remarks for an ace entry when updated with replaced or overridden state, as all remarks for a specific sequence get removed when the ace entry is updated.
- ios_bgp_global - Shutdown attributes generate negate command on set as false.
- ios_vrf - Update and add missing argspec keys that define the attributes.
Documentation Changes
- ios_vrf - Update and add missing documentation for ios_vrf module.
v6.1.2
Bugfixes
- ios_acls - Fix replaced state to consider remarks and ace entries while comparing configuration.
- ios_acls - correctly match the different line for ACL without sequence number
- ios_acls - take correctly in case where we want to push an ACL from a different type
- ios_ospfv2 - Fix improper rendering of admin_distance attribute.
- ios_snmp_server - fixed config issue with snmp user password update being idempotent on consecutive runs.
- ios_user - Fix configuration of hashed passwords and secrets.
v6.1.1
Bugfixes
- Prevents module_defaults from being incorrectly applied to the platform action, instead of the concerned module.
- ios_vlans - fixes behaviour of shutdown attribute with action states.