2025.1 Series Release Notes

7.5.0-5

Bug Fixes

  • Fixed incorrect command when unplugging bond subports. Previously, when a bond was unplugged from a network with trunk subports, the system would incorrectly try to add subports instead of removing them. This bug has been fixed, and the system now uses the correct command to remove subports, ensuring proper bond cleanup.

7.5.0

New Features

  • Adds a new device driver, netmiko_supermicro_smis, for managing Supermicro based switch devices.

  • Add support of VLAN aware instances for the following drivers
    • OVS (as reference implementation)

    • AristaEos

    • CiscoIos

    • DellOS 10

    • Cumulus NVUE

Upgrade Notes

  • Support for Python 3.8 has been removed. Now the minimum python version supported is 3.9 .

Bug Fixes

  • Fixes a security vulnerability where sensitive information (IP addresses, usernames, hostname and file paths) were leaked in error messages when a connection to a network device fails. Error messages are now properly sanitized to redact these sensitive details while preserving meaningful information for troubleshooting.