Skip to content

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.3 (2026-02-18)

Fixed

  • #554 - Fixed an issue rendering Validated Software in the UI before running the job to migrate to the core models.

v3.2.2 (2026-01-23)

Housekeeping

  • #544 - Updated pycountry to 24.6.1 to eliminate deprecated pkg_resources API usage.
  • #547 - Updated django-debug-toolbar to 4.4.0 to fix import errors.

v3.2.1 (2025-12-08)

Changed

  • #512 - Allowed cloning of validated software objects.

Fixed

  • #528 - Fixed filter and filter test bugs.

Housekeeping

  • #490 - Refactored DeviceHardwareNoticeResult, DeviceSoftwareValidationResult, InventoryItemSoftwareValidationResult model related UI views to use NautobotUIViewSet.
  • #494 - Refactored HardwareLCM,ValidatedSoftwareLCM,ContractLCM,ProviderLCM,CVELCM,VulnerabilityLCM model related UI views to use UI component framework.
  • #498 - Updated generate_dlm_test_data management command for DLM v3.
  • #498 - Added --flush argument to generate_dlm_test_data management command.
  • #498 - Added change logging to generate_dlm_test_data management command.
  • #506 - Update any call to get_extra_context to call super of the method first.
  • Rebaked from the cookie nautobot-app-v2.7.0.
  • Rebaked from the cookie nautobot-app-v2.7.1.
  • Rebaked from the cookie nautobot-app-v2.7.2.

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 AttributeError when 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.