v3.2 Release Notes¶
This document describes all new features and changes in the release. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Release Overview¶
Device Lifecycle Management App version 3.2.0 adds support for ArubaOS and PanOS in NIST CVE discovery and several UI and backend improvements.
Warning
This release increases the minimum supported Nautobot version to 2.4.20.
Warning
This release drops support for Python 3.9. Python 3.10 is now the minimum required version.
v3.2.0 (2025-10-24)¶
Added¶
- #483 - Added support for ArubaOS and PanOS in NIST CVE with netutils update 1.14.1.
Fixed¶
- #468 - Update the netutils version to be minimum of 1.14.1 to fix the cisco_nxos scan in NIST.
- #479 - Restore the Software valid/invalid panel for Device and InventoryItem objects with an assigned Software version, which was erroneously removed in version 3.0.
- #481 - Fixes UI forms that displayed fields linked to the deprecated DLM models.
Documentation¶
- #459 - Adds an entry to the FAQ explaining the solution to the DLM 3.x
AttributeErrorwhen navigating to the Device and Inventory Item list views. - #477 - Updates multiple screenshots to reflect changes to the UI and show core model references.
- #485 - Added Analytics GTM template override only to the public ReadTheDocs build.
Housekeeping¶
- #495 - Fixed template linting issues identified by Django Lint.
- Rebaked from the cookie
nautobot-app-v2.5.1. - Rebaked from the cookie
nautobot-app-v2.6.0.