Releases: ansible-collections/cisco.iosxr
Releases · ansible-collections/cisco.iosxr
v11.1.0
v11.1.0
Minor Changes
- Adds support for missing set route map attributes med and extcommunity
- Enhanced CDP neighbor parsing to support updated output formats in IOS-XR 7.7.21 and 7.4.1
- Modified
parse_cdp_ip
to recognize "IPv4 address" in place of "IP address" - Updated
parse_cdp_intf_port
to handle newline-separated "Interface" and "Port ID" fields
Bugfixes
- Fixes route map fact gathering to correctly gather facts with a elif condition.
- cisco.iosxr.iosxr_interfaces - Improved handling of the
enabled
state to prevent incorrectshutdown
orno shutdown
commands during configuration changes. - iosxr_route_maps - Fix issue where wrong commands were being generated for several attributes.
v11.0.0
v11.0.0
Release Summary
With this release, the minimum required version of ansible-core
for this collection is 2.16.0
. The last version known to be compatible with ansible-core
versions below 2.16
is v10.3.1.
Major Changes
- Bumping
requires_ansible
to>=2.16.0
, since previous ansible-core versions are EoL now.
v10.3.1
v10.3.1
Bugfixes
- Fixes a bug to allow connections to IOS XRd with cliconf.
- Fixes idempotency for static routes with encap interfaces
v10.3.0
v10.3.0
Minor Changes
- Added iosxr_vrf_interfaces resource module, that helps with configuration of vrfs within interface.
- Adds support for setting local-preference with plus/minus values in route policies
New Modules
- iosxr_vrf_interfaces - Resource module to configure VRF interfaces.
v10.2.2
v10.2.1
v10.2.0
Minor Changes
- Added iosxr_route_maps resource module, that helps with configuration of route-policy.
Documentation Changes
- Includes a new support related section in the README.
New Modules
- iosxr_route_maps - Resource module to configure route maps.
v10.1.0
v10.0.0
v10.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.14 is v9.0.0
. A new resource module iosxr_vrf_global
is added to manage VRF global configurations.
Major Changes
- Bumping
requires_ansible
to>=2.15.0
, since previous ansible-core versions are EoL now.
Minor Changes
- Adds a new module
iosxr_vrf_global
to manage VRF global configurations on Cisco IOS-XR devices (#467).
v9.0.0
Major Changes
- Update the netcommon base version 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: v8.0.0...v9.0.0