Skip to content

Commit a1ab2c3

Browse files
authored
Prep release 9.2.0 (#1172)
* Prep release 9.2.0 * fix changelog order
1 parent 9f1f7f3 commit a1ab2c3

File tree

6 files changed

+371
-173
lines changed

6 files changed

+371
-173
lines changed

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v9.2.0
8+
======
9+
10+
Minor Changes
11+
-------------
12+
13+
- Add ios_evpn_ethernet resource module.
14+
15+
Deprecated Features
16+
-------------------
17+
18+
- ios_vlans - deprecate mtu, please use ios_interfaces to configure mtu to the interface where vlans is applied.
19+
20+
Bugfixes
21+
--------
22+
23+
- ios_logging_global - Fixed issue where cisco.ios.logging_global module was not showing idempotent behaviour when trap was set to informational.
24+
- ios_vlans - Defaut mtu would be captured (1500) and no configuration for mtu is allowed via ios_vlans module.
25+
- ios_vlans - Fixed an issue in the `cisco.ios.ios_vlans` module on Cisco Catalyst 9000 switches where using state:purged generated an incorrect command syntax (`no vlan configuration <vlan_id>` instead of `no vlan <vlan_id>`).
26+
- ios_vlans - Resolved a failure in the `cisco.ios.ios_vlans` module when using state:deleted, where the module incorrectly attempted to remove VLANs using `no mtu <value>`, causing an invalid input error. The fix ensures that the module does not generate `no mtu` commands during VLAN deletion, aligning with the correct VLAN removal behavior on Catalyst 9000 switches.
27+
28+
New Modules
29+
-----------
30+
31+
- ios_evpn_ethernet - Resource module to configure L2VPN EVPN Ethernet Segment.
32+
733
v9.1.2
834
======
935

0 commit comments

Comments
 (0)