Topics
- v10.2.2
- v10.2.1
- v10.2.0
- v10.1.0
- v10.0.0
- v9.0.0
- v8.0.0
- v7.2.0
- v7.1.0
- v7.0.0
- v6.1.1
- v6.1.0
- v6.0.1
- v6.0.0
- v5.0.3
- v5.0.2
- v5.0.1
- v5.0.0
- v4.1.0
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- v3.3.1
- v3.3.0
- v3.2.0
- v3.1.0
- v3.0.0
- v2.9.0
- v2.8.1
- v2.8.0
- v2.7.0
- v2.6.0
- v2.5.0
- v2.4.0
- v2.3.0
- v2.2.0
- v2.1.0
- v2.0.2
- v2.0.1
- v2.0.0
- v1.2.1
- v1.2.0
- v1.1.0
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- iosxr_acls_facts - Fix incorrect rendering of some acl facts causing errors.
- iosxr_static_routes - Fix incorrect handling of the vrf keyword between the destination address and next-hop interface in both global and VRF contexts for IPv4 and IPv6 static_route configurations.
- Added iosxr_route_maps resource module, that helps with configuration of route-policy.
- Includes a new support related section in the README.
- iosxr_route_maps - Resource module to configure route maps.
- Adds a new module iosxr_vrf_address_family to manage VRFs address families on Cisco IOS-XR devices (#489).
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 v9.0.0. A new resource module iosxr_vrf_global is added to manage VRF global configurations.
- Bumping requires_ansible to >=2.15.0, since previous ansible-core versions are EoL now.
- Adds a new module iosxr_vrf_global to manage VRF global configurations on Cisco IOS-XR devices (#467).
- Update the netcommon base version to support cli_restore plugin.
- 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.
- This release removes previously deprecated module and attributes from this collection. Please refer to the Removed Features section for details.
- Remove deprecated iosxr_logging module which is replaced with iosxr_logging_global resource module.
- Add missing options in afi and safi in address-family of bgp_templates RM.
- Fix 'afi' value in bgp_templates RM to valid values.
- iosxr_facts - Add cdp neighbors in ansible_net_neighbors dictionary (#457).
Starting from this release, the minimum ansible-core version this collection requires is 2.14.0. The last known version compatible with ansible-core<2.14 is v6.1.1.
- Bumping requires_ansible to >=2.14.0, since previous ansible-core versions are EoL now.
- iosxr_config - Relax restrictions on I(src) parameter so it can be used more like I(lines). (#343).
- iosxr_config Add updates option in return value(#438).
- Fix docs for prefix_lists RM.
- iosxr_acls - update examples and use YAML output in them for better readibility.
- Fix issue in deletion of ospf.(#425)
- Fix issue in facts gathering for Interfaces RM.(#417)
- Fix issue in lacp and lldp_global of local variable commands.
- Support overridden state in bgp_global,lacp and lldp_global module.(#386)
- Fix grpc sub plugin documentation.
- Update ospf_interfaces examples
- Update ospfv2 examples
- Update ospfv3 examples
- Add iosxr_bgp_templates module (#341).
- iosxr_facts - Add CPU utilization.
- iosxr_l2_interfaces - fix issue in supporting multiple iosxr version. (#379).
- Deprecated iosxr_bgp module in favor of iosxr_bgp_global,iosxr_bgp_neighbor_address_family and iosxr_bgp_address_family.
- iosxr_l2_interfaces - deprecate q_vlan with qvlan which allows vlans in str format e.g "any"
- Add support to delete specific static route entry.(#375)
- l2_interfaces Fix issue in qvlan parsing.(#403)
- iosxr_facts - Add ansible_net_cpu_utilization.
- iosxr_bgp_templates - Manages BGP templates resource module.
- Fixing Bundle-Ether/-POS recognition for resource modules. (#369)
- acls - Fix issue in
replaced
state of not replacing ace entries with remark action. (#332) - l3_interfaces - Fix issue in
gather
state of not gathering management interface. (#381)
- iosxr_interfaces - Fixed module documentation and examples.
- iosxr_l3_interfaces - Fixed module documentation and examples.
- interfaces - Fix issue in
overridden
state of interfaces RM. (#377)
- iosxr_bgp_global - add task output to module documentation examples.
- Fixing L2 Interface recognition for resource modules. (#366)
- Iosxr_interfaces - Fix issue in interfaces with interface type.
- Improve docs of static_routes Resource modules.
- iosxr_l3_interfaces - fix issue in ipv4 address formatting. (#311).
- bgp_global - Add
no_prepend
option andset
andreplace_as
suboptions under local_as option. (#336) - bgp_global - Add
password
option andencrypted
andinheritance_disable
suboptions. (#337) - bgp_global - Add
use
option andneighbor_group
andsession_group
suboptions. (#312)
- Bgp_global, Bgp_neighbor_address_family, Bgp_address_family. Make all possible option mutually exclusive.
- bgp_neighbor_address_family - mark
soft_reconfiguration
suboptionsset
,always
, andinheritance_disable
as mutually exclusive. (#325) - facts - fix
ansible_net_model
andansible_net_seriulnum
facts gathering issue (#308)
- iosxr.iosxr_bgp_global - Add missing set option in fast-detect dict of bgp nbr.
- bgp_global - Fix neighbor description parser issue.
- Add valid example in iosxr_command module which will show handling multiple prompts.
- Fix issue of iosxr_config parellel uploads.
- Support commit confirmed functionality with replace option.
- requirements: remove google dependency
- iosxr_bgp_neighbor_address_family - Added alias to render as_overrride under vrfs as as_override.
- Only valid connection types for this collection are network_cli and netconf.
- This release drops support for connection: local and provider dictionary.
- iosxr_bgp_neighbor_address_family - add extra supported values l2vpn, link-state, vpnv4, vpnv6 to afi attribute.
- iosxr_interface - use iosxr_interfaces instead.
- Fixing model/version facts gathering (#282)
- Fixing TenGigE Interface recognition for resource modules. (#270)
- Add support for grpc connection plugin
- iosxr_ping - Fix regex to parse ping failure correctly.
- Add label and comment to commit_confirmed functionality in IOSXR.
- Fix commit confirmed for IOSXR versions with atomic commands.
- Fix commit confirmed to render proper command without timeout.
- iosxr_ping - Add iosxr_ping module.
- Remove irrelevant warning from facts.
- 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.
- Add new keys ge, eq, le for iosxr_prefix_lists.
- Fix iosxr_ospfv2 throwing a traceback with gathered (#227).
- IOSXR - Fix sanity for missing elements tag under list type attribute.
- Add symlink of modules under plugins/action.
- iosxr_snmp_server - Add aliases for access-lists in snmp-server(#225).
- iosxr_bgp_global - Add alias for neighbor_address (#216)
- iosxr_snmp_server - Fix gather_facts issue in snmp_servers (#215)
- iosxr_acls - fix acl for parsing wrong command on ( num matches ) data
- Add commit_confirmed functionality in IOSXR.
- Add disable_default_comment option to disable default comment in iosxr_config module.
- iosxr_hostname - New Resource module added.
- iosxr_hostname - Resource module to configure hostname.
- Add iosxr_snmp_server resource module.
- Added support for keys net_group, port_group to resolve issue with fact gathering against IOS-XR 6.6.3.
- fix issue of local variable 'start_index' referenced before assignment with cisco.iosxr.iosxr_config.
- iosxr_user - replaced custom paramiko sftp and ssh usage with native "copy_file" and "send_command" functions. Fixed issue when ssh key copying doesn't work with network_cli or netconf plugin by deleting "provider" usage. Fixed improper handling of "No such configuration item" when getting data for username section, without that ansible always tried to delete user "No" when purging if there is no any user in config. Fixed one-line admin mode commands not work anymore for ssh key management on IOS XR Software, Version 7.1.3, and add support of "admin" module property (#15)
- Update valid docs for iosxr_logging_global and prefix_list
- iosxr_snmp_server - Resource module to configure snmp server.
- Added iosxr ntp_global resource module.
- Update valid deprecation date in bgp module.
- Add iosxr_logging_global resource module.
- The iosxr_logging module has been deprecated in favor of the new iosxr_logging_global resource module and will be removed in a release after '2023-08-01'.
- fix issue in prefix-lists facts code when prefix-lists facts are empty. (#161)
- iosxr_logging_global - Resource module to configure logging.
- Add iosxr_prefix_lists resource module.
- To add updated route policy params to Bgp nbr AF RM
- fix backword compatibility issue for iosxr 6.x.
- fix intermittent issue on CI for iosxr_banner module.
- fix iosxr_config issue for prefix-set,route-policy config
- fix static routes interface parsing issue.
- iosxr_prefix_lists - Resource module to configure prefix lists.
- Add new keys for iosxr_l2_interface, iosxr_logging.
- Fix integration tests for iosxr_config, iosxr_smoke,iosxr_facts,iosxr_l2_interfaces,iosxr_lag_interfaces, iosxr_logging,iosxr_user.
- Add warning when comment is not supported by IOSXR.
- Fix issue of commit operation which was not failing for invalid inputs.
- Add support for available_network_resources key, which allows to fetch the available resources for a platform (#119).
- Update psudo-atomic operation scenario tests with correct assertion.
- Avoid using default value for comment for iosxr version > 7.2(Module=iosxr_config)
- Avoid using default value for comment when "comment is not supported" by device.
- For versions >=2.0.1, this collection requires ansible.netcommon >=2.0.1.
- Re-releasing this collection with ansible.netcommon dependency requirements updated.
- Properly mask values of sensitive keys in module result.
- Add fix for interfaces which are not in running config should get merged when state is merged. (#106)
- Update valid hostname info in iosxr_facs using show running-conf hostname command. (#103)
- 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.
- ipaddress is no longer in ansible.netcommon. For Python versions without ipaddress (< 3.0), the ipaddress package is now required.
- Add iosxr_bgp_address_family resource module (#105.).
- Add iosxr_bgp_global resource module (#101.).
- Add iosxr_bgp_neighbor_address_family resource module (#107.).
- Add missing examples for bgp_address_family module.
- Add support for single_user_mode.
- Fix integration testcases for bgp_address_family and bgp_neighbor_address_family.
- Fix issue in delete state in bgp_address_family (#109).
- Move iosxr_config idempotent warning message with the task response under warnings key if changed is True
- Re-use device_info dict instead of building it every time.
- Fix to accurately report configuration failure during pseudo-atomic operation fior iosxr-6.6.3 (#92).
- iosxr_bgp_address_family - Resource module to configure BGP Address family.
- iosxr_bgp_global - Resource module to configure BGP.
- iosxr_bgp_neighbor_address_family - Resource module to configure BGP Neighbor Address family.
- Update docs to clarify the idemptonecy releated caveat and add it in the output warnings (ansible-collections/ansible.netcommon#189)
- Added iosxr ospf_interfaces resource module (#84).
- Add version key to galaxy.yaml to work around ansible-galaxy bug
- Fix iosxr_acls throwing a traceback with overridden (#87).
- require one to specify a banner delimiter in order to fix a timeout when using multi-line strings
- iosxr_ospf_interfaces - Resource module to configure OSPF interfaces.
- Added iosxr ospfv3 resource module (#81).
- Platform supported coments token to be provided when invoking the object.
- iosxr_ospfv3 - Resource module to configure OSPFv3.
- Confirmed commit fails with TypeError in IOS XR netconf plugin (#74)
- running config data for interface split when substring interface starts with newline
Rereleased 1.0.3 with updated changelog.
Rereleased 1.0.2 with regenerated documentation.
- Make src, backup and backup_options in iosxr_config work when module alias is used (#63).
- Makes sure that docstring and argspec are in sync and removes sanity ignores (#62).
- Update docs after sanity fixes to modules.
- Bring plugin table to correct position (#44)
- iosxr - Use iosxr cliconf to run command on Cisco IOS XR platform
- iosxr - Use iosxr netconf plugin to run netconf commands on Cisco IOSXR platform
- iosxr_acl_interfaces - Resource module to configure ACL interfaces.
- iosxr_acls - Resource module to configure ACLs.
- iosxr_banner - Module to configure multiline banners.
- iosxr_command - Module to run commands on remote devices.
- iosxr_config - Module to manage configuration sections.
- iosxr_facts - Module to collect facts from remote devices.
- iosxr_interfaces - Resource module to configure interfaces.
- iosxr_l2_interfaces - Resource Module to configure L2 interfaces.
- iosxr_l3_interfaces - Resource module to configure L3 interfaces.
- iosxr_lacp - Resource module to configure LACP.
- iosxr_lacp_interfaces - Resource module to configure LACP interfaces.
- iosxr_lag_interfaces - Resource module to configure LAG interfaces.
- iosxr_lldp_global - Resource module to configure LLDP.
- iosxr_lldp_interfaces - Resource module to configure LLDP interfaces.
- iosxr_netconf - Configures NetConf sub-system service on Cisco IOS-XR devices
- iosxr_ospfv2 - Resource module to configure OSPFv2.
- iosxr_static_routes - Resource module to configure static routes.
- iosxr_system - Module to manage the system attributes.
- iosxr_user - Module to manage the aggregates of local users.