v2.2 Release Notes¶
This document describes all new features and changes in the release 2.2
. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Release Overview¶
This release adds support for Python 3.12 and Django 4.
v2.2.1 (2025-01-29)¶
This version includes UI template updates, CVE status filter fixes, and adds Tags to APIs.
Changed¶
- #261 - Updated template extensions to align with standard Nautobot UI views.
Fixed¶
- #255 - Added status to bulk update for CVE. Fixed CVE status filter.
- #392 - Added Tags to the appropriate APIs.
Housekeeping¶
- #261 - Added management command
generate_app_test_data
to generate sample data for development environments. - #385 - Changed
model_class_name
in.cookiecutter.json
to a valid model to help with drift management. - #410 - Fixed mysql tests and reenabled mysql tests in CI.
v2.2.0 (2024-09-07)¶
Added¶
- #367 - Added support for Python 3.12.
Fixed¶
- #343 - Fix logic populating the "Inventory Part ID" drop-down in the create/edit form for the Hardware Notice.