Skip to content

Commit b1db04e

Browse files
authored
Release PR 11.1.0 (#550)
1 parent b885b89 commit b1db04e

File tree

10 files changed

+46
-25
lines changed

10 files changed

+46
-25
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ Cisco Iosxr Collection Release Notes
44

55
.. contents:: Topics
66

7+
v11.1.0
8+
=======
9+
10+
Minor Changes
11+
-------------
12+
13+
- Adds support for missing set route map attributes med and extcommunity
14+
- Enhanced CDP neighbor parsing to support updated output formats in IOS-XR 7.7.21 and 7.4.1
15+
- Modified `parse_cdp_ip` to recognize "IPv4 address" in place of "IP address"
16+
- Updated `parse_cdp_intf_port` to handle newline-separated "Interface" and "Port ID" fields
17+
18+
Bugfixes
19+
--------
20+
21+
- Fixes route map fact gathering to correctly gather facts with a elif condition.
22+
- cisco.iosxr.iosxr_interfaces - Improved handling of the `enabled` state to prevent incorrect `shutdown` or `no shutdown` commands during configuration changes.
23+
- iosxr_route_maps - Fix issue where wrong commands were being generated for several attributes.
24+
725
v11.0.0
826
=======
927

changelogs/changelog.yaml

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -819,9 +819,34 @@ releases:
819819
- Bumping `requires_ansible` to `>=2.16.0`, since previous ansible-core versions
820820
are EoL now.
821821
release_summary:
822-
"With this release, the minimum required version of `ansible-core`
822+
With this release, the minimum required version of `ansible-core`
823823
for this collection is `2.16.0`. The last version known to be compatible with
824-
`ansible-core` versions below `2.16` is v10.3.1."
824+
`ansible-core` versions below `2.16` is v10.3.1.
825825
fragments:
826826
- bump216.yaml
827827
release_date: "2025-04-11"
828+
11.1.0:
829+
changes:
830+
bugfixes:
831+
- Fixes route map fact gathering to correctly gather facts with a elif condition.
832+
- cisco.iosxr.iosxr_interfaces - Improved handling of the `enabled` state to
833+
prevent incorrect `shutdown` or `no shutdown` commands during configuration
834+
changes.
835+
- iosxr_route_maps - Fix issue where wrong commands were being generated for
836+
several attributes.
837+
minor_changes:
838+
- Adds support for missing set route map attributes med and extcommunity
839+
- Enhanced CDP neighbor parsing to support updated output formats in IOS-XR
840+
7.7.21 and 7.4.1
841+
- Modified `parse_cdp_ip` to recognize "IPv4 address" in place of "IP address"
842+
- Updated `parse_cdp_intf_port` to handle newline-separated "Interface" and
843+
"Port ID" fields
844+
fragments:
845+
- fix_iosxr_cdp_parsing.yaml
846+
- fix_route_maps.yml
847+
- fix_test.yml
848+
- fix_tests.yaml
849+
- iosxr_interfaces.yaml
850+
- route_map.yml
851+
- route_maps_set_attrs.yaml
852+
release_date: "2025-05-29"

changelogs/fragments/fix_iosxr_cdp_parsing.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelogs/fragments/fix_route_maps.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/fix_test.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/fix_tests.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/iosxr_interfaces.yaml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/route_map.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/route_maps_set_attrs.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ issues: https://github.com/ansible-collections/cisco.iosxr/issues
1313
tags: [cisco, iosxr, networking, netconf]
1414
# NOTE(pabelanger): We create an empty version key to keep ansible-galaxy
1515
# happy. We dynamically inject version info based on git information.
16-
version: "11.0.0"
16+
version: "11.1.0"

0 commit comments

Comments
 (0)