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.1
to address security vulnerabilityGHSA-mw26-5g2v-hqw3
in dependency deepdiff.
Housekeeping¶
- Rebaked from the cookie
nautobot-app-v2.6.0
. - Rebaked from the cookie
nautobot-app-v2.5.1
. - Deleted obsolete
rebake
workflow.
[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
created
date on the Check Compare form. - Added
CheckOutput
detail view.
[v2.2.0] - 2025-05-05¶
Changed¶
- Changed Compare Check form to use
CheckOutput
objects instead ofJobResult
objects. - Changed Check Compare Job to accept
pre_check
andpost_check
parameters.
Added¶
- Added the ability to filter
CheckOutput
byCheck
andDevice
on Check Compare form.
Fixed¶
- Fixed
exclude
field not being displayed onCheckCommand
form. - Fixed
exclude
field not being passed tojdiff
when comparing check outputs. - Fixed
q
filters forCheck
,CheckCommand
, andCheckGroup
models. - Fixed
tags
field not being displayed onCheckCommand
form and table.
Dependencies¶
- Updated
jdiff
minimum version to 0.0.7. - Removed
nautobot-data-validation-engine
as a dependency.