8000 Releases · ansible-collections/cisco.iosxr · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: ansible-collections/cisco.iosxr

v11.1.0

29 May 07:56
b1db04e
Compare
Choose a tag to compare

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 incorrect shutdown or no shutdown commands during configuration changes.
  • iosxr_route_maps - Fix issue where wrong commands were being generated for several attributes.

v11.0.0

14 Apr 06:40
2c2fcf8
Compare
Choose a tag to compare

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

27 Mar 11:27
6662fad
Compare
Choose a tag to compare

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

16 Jan 14:24
cb7aa86
Compare
Choose a tag to compare

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

28 Oct 16:56
b5bcdd5
Compare
Choose a tag to compare

v10.2.2

Bugfixes

  • iosxr_acls_facts - Fix incorrect rendering of some acl facts causing errors.

v10.2.1

24 Oct 06:22
6ba5a52
Compare
Choose a tag to compare

v10.2.1

Bugfixes

  • 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.

v10.2.0

21 Oct 07:59
f1d214b
Compare
Choose a tag to compare

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

05 Aug 11:35
4daf36c
Compare
Choose a tag to compare

v10.1.0

Minor Changes

  • Adds a new module iosxr_vrf_address_family to manage VRFs address families on Cisco IOS-XR devices (#489).

v10.0.0

12 Jun 13:33
4db17d5
Compare
Choose a tag to compare

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

12 Apr 18:05
2cb0a61
Compare
Choose a tag to compare

Major Changes

  • Update the netcommon base version to support cli_restore plugin

Minor Changes

Add support for cli_restore functionality.

Full Changelog: v8.0.0...v9.0.0

0