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¶
[v2.2.3] - 2025-09-23¶
Security¶
- Updated jdiff minimum version to
1.0.1to address security vulnerabilityGHSA-mw26-5g2v-hqw3in dependency deepdiff.
Housekeeping¶
- Rebaked from the cookie
nautobot-app-v2.6.0. - Rebaked from the cookie
nautobot-app-v2.5.1. - Deleted obsolete
rebakeworkflow.
[v2.2.2] - 2025-08-20¶
Documentation¶
- Updated user guide, admin install guide and cleaned up placeholders.
Housekeeping¶
- Updated tooling up to current development stardards.
- Replaced html templates with UI components.
[v2.2.1] - 2025-05-19¶
Changed¶
- Sorted the check output by
createddate on the Check Compare form. - Added
CheckOutputdetail view.
[v2.2.0] - 2025-05-05¶
Changed¶
- Changed Compare Check form to use
CheckOutputobjects instead ofJobResultobjects. - Changed Check Compare Job to accept
pre_checkandpost_checkparameters.
Added¶
- Added the ability to filter
CheckOutputbyCheckandDeviceon Check Compare form.
Fixed¶
- Fixed
excludefield not being displayed onCheckCommandform. - Fixed
excludefield not being passed tojdiffwhen comparing check outputs. - Fixed
qfilters forCheck,CheckCommand, andCheckGroupmodels. - Fixed
tagsfield not being displayed onCheckCommandform and table.
Dependencies¶
- Updated
jdiffminimum version to 0.0.7. - Removed
nautobot-data-validation-engineas a dependency.