Skip to content

Commit 2b1ab2c

Browse files
authored
Release 9.0.2 (#1116)
1 parent 7655d04 commit 2b1ab2c

9 files changed

+32
-20
lines changed

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v9.0.2
8+
======
9+
10+
Bugfixes
11+
--------
12+
13+
- ios_bgp_address_family - Add support for maximum-paths configuration.
14+
- ios_bgp_address_family - Add support for maximum-secondary-paths configuration.
15+
- ios_interfaces - Fixes rendering of FiftyGigabitEthernet as it was wrongly rendering FiftyGigabitEthernet as FiveGigabitEthernet.
16+
- ios_snmp_server - Fixes an issue where enabling the read-only (ro) attribute in communities was not idempotent.
17+
- ios_static_routes - Fix processing of metric_distance as it was wrongly populated under the forward_router_address attribute.
18+
719
v9.0.1
820
======
921

changelogs/changelog.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1254,3 +1254,22 @@ releases:
12541254
- pr-1095-fragment.yaml
12551255
- vlan_err_reg.yaml
12561256
release_date: "2024-08-05"
1257+
9.0.2:
1258+
changes:
1259+
bugfixes:
1260+
- ios_bgp_address_family - Add support for maximum-paths configuration.
1261+
- ios_bgp_address_family - Add support for maximum-secondary-paths configuration.
1262+
- ios_interfaces - Fixes rendering of FiftyGigabitEthernet as it was wrongly
1263+
rendering FiftyGigabitEthernet as FiveGigabitEthernet.
1264+
- ios_snmp_server - Fixes an issue where enabling the read-only (ro) attribute
1265+
in communities was not idempotent.
1266+
- ios_static_routes - Fix processing of metric_distance as it was wrongly populated
1267+
under the forward_router_address attribute.
1268+
fragments:
1269+
- 0-readme.yml
1270+
- bgp_add_fam_max_path.yaml
1271+
- fix-snmp-server-idempotency.yml
1272+
- fix_interface_fifty_interface.yml
1273+
- ios_static_routes.yaml
1274+
- pylint_fix.yaml
1275+
release_date: "2024-09-16"

changelogs/fragments/0-readme.yml

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

changelogs/fragments/bgp_add_fam_max_path.yaml

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

changelogs/fragments/fix-snmp-server-idempotency.yml

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

changelogs/fragments/fix_interface_fifty_interface.yml

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

changelogs/fragments/ios_static_routes.yaml

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

changelogs/fragments/pylint_fix.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
@@ -11,4 +11,4 @@ readme: README.md
1111
repository: https://github.com/ansible-collections/cisco.ios
1212
issues: https://github.com/ansible-collections/cisco.ios/issues
1313
tags: [cisco, ios, iosxe, networking]
14-
version: "9.0.1"
14+
version: "9.0.2"

0 commit comments

Comments
 (0)