Skip to content

Latest commit

 

History

History
533 lines (380 loc) · 19.4 KB

CHANGELOG.rst

File metadata and controls

533 lines (380 loc) · 19.4 KB

Cisco Ios Collection Release Notes

  • Also collect a list of serial numbers comprised in a vss system as virtual_switch_serialnums
  • Fixing Detection of Virtual Switch System to facts (ansible-collections#471)
  • ios_interfaces - Add purged state to ios_interfaces.
  • Deprecated ios_linkagg_module in favor of ios_lag_interfaces.
  • ios_acl - Handle ACL config parsing when match/matches are present.
  • ios_bgp_global - Parse local_as commands correctly.
  • ios_interfaces - Parse interface shutdown config correctly.
  • ios_lag_interfaces - Fix commands generation on action states.
  • ios_lag_interfaces - Module functionality not restricted to GigabitEthernet.
  • ios_logging_global - Parse monitor and buffered config correctly.
  • ios_ntp - Handle regex matching server attributes gracefully.
  • ios_snmp_server - Render group and views commands correctly when having common names.
  • Minimum required ansible.netcommon version is 2.5.1.
  • Updated base plugin references to ansible.netcommon.
  • facts - default value for gather_subset is changed to min instead of !config.
  • Fix become raises error when exec prompt timestamp is configured.
  • acl_interfaces - optimization and bugfixes.
  • ios_l3_interface - config code to generate proper ordering of commands on action states.
  • ios_logging_global - Added alias to render host under hosts not hostname.
  • acls parser didn't only checked if the proto_options variable existed without validating that it was a dictionary before trying to use it as one.
  • Deprecates lldp module.
  • Add symlink of modules under plugins/action.
  • ios_acls - Fix commands sequencing for replaced state.
  • ios_acls - Fix remarks breaking idempotent behavior.
  • ios_bgp_address_family - Fix multiple bgp_address_family issues. Add set option in send_community to allow backwards compatibility with older configs. Add set option in redistribute.connected to allow ospf redistribution. Fix issue with ipv6 and peer-group neighbor identification. Add ability to pull redistribute information for address families to conform to argspec. Fix issue with not pulling local_as when defined for neighbors.
  • ios_facts - Fix Line protocol parser for legacy facts where state information per interface is present.
  • ios_route_maps - Fix parsers for correct rendering of as_number as list.
  • ios_snmp_server - Fix parsers for views facts collection.
  • ios_bgp_global - Deprecate aggregate_address with aggregate_address which supports list of dict attributes.
  • ios_bgp_global - Deprecate bestpath with bestpath_options which supports a dict attribute.
  • ios_bgp_global - Deprecate distribute_list with distributes which supports list of dict attributes.
  • ios_bgp_global - Deprecate inject_map with inject_maps which supports list of dict attributes.
  • ios_bgp_global - Deprecate listen.ipv4_with_subnet/ipv6_with_subnet with host_with_subnet which enables common attribute for facts rendering.
  • ios_bgp_global - Deprecate neighbors.address/tag/ipv6_adddress with neighbor_address which enables common attribute for facts rendering.
  • ios_bgp_global - Deprecate neighbors.password with password_options which allows encryption and password.
  • ios_bgp_global - Deprecate neighbors.route_map with route_maps which supports list of dict attributes.
  • ios_bgp_global - Deprecate nopeerup_delay with nopeerup_delay_options which supports a dict attribute.
  • ios_bgp_global - Deprecates route_server_context, scope, template as they were not implemented with the scope of the module.
  • ios_bgp_global - Added bmp.server_options.
  • ios_bgp_global - Added capability of configure network options.
  • ios_bgp_global - Added community and local_preference for route_reflector_client.
  • ios_bgp_global - Added update_source for neighbors.
  • ios_bgp_global - Correct misspelled attributes with alternates/alias.
  • ios_bgp_global - Facts and config code optimized for using rm_templates.
  • ios_bgp_global - Parsers added for non-implemented attributes.
  • ios_bgp_global - client_to_client.cluster_id corrected to take string input.
  • ios_bgp_global - neighbors.path_attribute to support float format.
  • ios_static_routes - Consider only config containing routes to render facts.
  • 'ios_acls'- filters out dynamically generated reflexive type acls.

Re-releasing 2.7.0 due to Automation Hub uploading issue.

  • ios_acls - Added enable_fragment attribute to enable fragments under ace.
  • ios_hostname - New Resource module added.
  • ios_snmp_server - Enables configuration of v3 auth and encryption password for each user.
  • ios_acls - Deprecated fragment attribute added boolean alternate as enable_fragment.
  • ios_acls - Fixes protocol_options not rendering command properly when range is specified.
  • ios_acls - Fixes standard acls getting wrongly parsed in v2.6.0
  • ios_l2_interfaces - fix unable to identify FiveGigabitEthernet names on facts gathering.
  • ios_snmp_server - Change key from users to views in rm template to fix failure when collecting snmp server facts from devices that have a view defined in the configuration (ansible-collections#491).
  • ios_static_routes - Fixes static routes unable to identify interface names when supplied with destination attribute.
  • ios_vlans - fix parsing of VLAN names with spaces.
  • ios_vlans - fix parsing of VLAN ranges under remote span.
  • ios_acls - Documentation updated with commands used for fetching remarks data under aces.
  • fixes fqcn in older module documentation.
  • ios_hostname - hostname resource module
  • ios_acls - feature: Remarks can be configured for ACLs.
  • ios_snmp_server - New Resource module added.
  • 'ios_banner' - Bugfix for presence of multiple delimitation chars in the banner's declaration and idempotence improvement.
  • Fix ntp_global - remove no_log for key_id under peer and server attributes.
  • Fix ntp_global - to handle when attribute value is false.
  • ios_acls - bugfixes and optimization for ACLs.
  • ios_l2_interfaces - fix unable to set switchport mode properly.
  • ios_logging_global - fix host ipv6 commands not parsed correctly.
  • ios_logging_global - fix wrong ordering of commands fired on replaced state.
  • Added connection network_cli in note for missing modules.
  • Fixed ios_commands module example as per documentation.
  • ios_snmp_server - snmp_server resource module
  • Added ios_ntp_global resource module.
  • Terminal plugin to support IOS device running in SD-WAN mode.
  • Deprecated ios_ntp modules.
  • Fixed bgp_address_family, for rendering multiple neighbors when available in config.
  • fixed become functionality on privilege level not 15.
  • ios_facts - fix for devices which have no support for VLANs, such as L3 devices.
  • ios_vlans - for playbook execution module fails with an error when target device does not support VLANs, The offline states rendered and parsed will work as expected.
  • Doc fix for ios_acl_interfaces.
  • Doc fix for ios_logging_global.
  • ios_ntp_global - ntp_global resource module
  • Add support for VRF configuration under NTP server.
  • Deprecated ios_bgp in favor of ios_bgp_global and ios_bgp_address_family.
  • Remove testing with provider for ansible-test integration jobs. This helps prepare us to move to network-ee integration tests.
  • Logging command template fixed supporting Jinja version for centos-8 EEs.
  • Updated ios_l3_interface as the newer Resource Module implementation and added features.
  • Sample commands added for l3_interfaces.
  • Updated ios_logging_global Resource Module documentation with proper examples.
  • Updated ios_command module doc example section with appropriate punctuation.
  • ios_user fails to add password when configured in separate task with update_password.
  • Broken link in documentation fixed.
  • Deprecated next_hop_self type bool and introduced nexthop_self as dict under bgp_address_family.
  • Move ios_config idempotent warning message with the task response under warnings key if changed is True
  • PR adds the implementation of object group param to acls source and destination parameters (ansible-collections#339).
  • PR to fix the bgp global activate rendering and fix bgp address family round trip failure (ansible-collections#353).
  • To add ospfv2 passive_interfaces param with added functionality (ansible-collections#336).
  • To add updated prefix lists and route maps params to Bgp AF RM (ansible-collections#267).
  • To update prefix list and acls merge behaviour and update prefix list description position in model (ansible-collections#345).
  • Add support for autoconfig and dhcp keywords for IPv6 addresses in l3_interfaces (ansible-collections#269).
  • Reordering names of interface for proper value assignment
  • fixes Serial interface configuration for l3_interfaces module and Unit Test cases added.
  • fixes banner module with new attribute introduced
  • fixes soft_reconfiguration and prefix_list command formation.
  • Add ios_logging_global module.
  • IOS Prefix list resource module.
  • Fix IOS bgp global RM tracback while there's no bestpath/nopeerup_delay configured.
  • Fix logging commands for v12 versions (ansible-collections#207).
  • To fix IOS vlans RM where traceback was thrown if show vlan wasn't supported on the device and also fix replace and overridden state behaviour.
  • To fix Spelling glitch.
  • To fix ios acls overridden and replaced state of their inconsistent behaviour (ansible-collections#250).
  • To fix ios_bgp_address_family neighbor next_hop_self param (ansible-collections#319).
  • ios_logging_global - Logging resource module.
  • ios_prefix_lists - Prefix Lists resource module.
  • ios_route_maps - Route Maps resource module.
  • Please refer to ansible.netcommon changelog for more details.
  • Requires ansible.netcommon v2.0.0+ to support ansible_network_single_user_mode and ansible_network_import_modules.
  • ios_bgp_address_family - BGP Address Family resource module.
  • Add ios_bgp_global module.
  • ios_bgp_global - BGP Global resource module
  • Add version key to galaxy.yaml to work around ansible-galaxy bug.
  • To fix ios_ospf_interfaces resource module authentication param behaviour (ansible-collections#209).
  • Add ios_ospf_interfaces module.
  • ios_ospf_interfaces - OSPF Interfaces resource module
  • Add ios_ospfv3 module.
  • ios_ospfv3 - OSPFv3 resource module

Releasing 1.0.3 with updated readme with changelog link, galaxy description, and bugfix.

Re-releasing 1.0.1 with updated changelog.

  • ios - Use ios cliconf to run command on Cisco IOS platform
  • ios_acl_interfaces - ACL interfaces resource module
  • ios_acls - ACLs resource module
  • ios_banner - Manage multiline banners on Cisco IOS devices
  • ios_bgp - Configure global BGP protocol settings on Cisco IOS.
  • ios_command - Run commands on remote devices running Cisco IOS
  • ios_config - Manage Cisco IOS configuration sections
  • ios_facts - Collect facts from remote devices running Cisco IOS
  • ios_interface - (deprecated, removed after 2022-06-01) Manage Interface on Cisco IOS network devices
  • ios_interfaces - Interfaces resource module
  • ios_l2_interface - (deprecated, removed after 2022-06-01) Manage Layer-2 interface on Cisco IOS devices.
  • ios_l2_interfaces - L2 interfaces resource module
  • ios_l3_interface - (deprecated, removed after 2022-06-01) Manage Layer-3 interfaces on Cisco IOS network devices.
  • ios_l3_interfaces - L3 interfaces resource module
  • ios_lacp - LACP resource module
  • ios_lacp_interfaces - LACP interfaces resource module
  • ios_lag_interfaces - LAG interfaces resource module
  • ios_linkagg - Manage link aggregation groups on Cisco IOS network devices
  • ios_lldp - Manage LLDP configuration on Cisco IOS network devices.
  • ios_lldp_global - LLDP resource module
  • ios_lldp_interfaces - LLDP interfaces resource module
  • ios_logging - Manage logging on network devices
  • ios_ntp - Manages core NTP configuration.
  • ios_ospfv2 - OSPFv2 resource module
  • ios_ping - Tests reachability using ping from Cisco IOS network devices
  • ios_static_route - (deprecated, removed after 2022-06-01) Manage static IP routes on Cisco IOS network devices
  • ios_static_routes - Static routes resource module
  • ios_system - Manage the system attributes on Cisco IOS devices
  • ios_user - Manage the aggregate of local users on Cisco IOS device
  • ios_vlan - (deprecated, removed after 2022-06-01) Manage VLANs on IOS network devices
  • ios_vlans - VLANs resource module
  • ios_vrf - Manage the collection of VRF definitions on Cisco IOS devices