Skip to content

Commit 255d2d6

Browse files
authored
Release 9.1.2 (#1164)
1 parent ea4c4da commit 255d2d6

File tree

5 files changed

+21
-12
lines changed

5 files changed

+21
-12
lines changed

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v9.1.2
8+
======
9+
10+
Bugfixes
11+
--------
12+
13+
- ios_acls - Fixed issue where cisco.ios.ios_acls module failed to process IPv6 ACL remarks, causing unsupported parameter errors.
14+
- ios_route_maps - Fixes an issue where 'no description value' is an invalid command on the latest devices.
15+
716
v9.1.1
817
======
918

changelogs/changelog.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,3 +1332,14 @@ releases:
13321332
fragments:
13331333
- add_extra_interfaces.yaml
13341334
release_date: "2025-01-30"
1335+
9.1.2:
1336+
changes:
1337+
bugfixes:
1338+
- ios_acls - Fixed issue where cisco.ios.ios_acls module failed to process IPv6
1339+
ACL remarks, causing unsupported parameter errors.
1340+
- ios_route_maps - Fixes an issue where 'no description value' is an invalid
1341+
command on the latest devices.
1342+
fragments:
1343+
- fix_acls_remark.yaml
1344+
- fix_ci_upstream.yaml
1345+
release_date: "2025-03-04"

changelogs/fragments/fix_acls_remark.yaml

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

changelogs/fragments/fix_ci_upstream.yaml

Lines changed: 0 additions & 8 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.1.1"
14+
version: "9.1.2"

0 commit comments

Comments
 (0)