Skip to content

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 vulnerability GHSA-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 of JobResult objects.
  • Changed Check Compare Job to accept pre_check and post_check parameters.

Added

  • Added the ability to filter CheckOutput by Check and Device on Check Compare form.

Fixed

  • Fixed exclude field not being displayed on CheckCommand form.
  • Fixed exclude field not being passed to jdiff when comparing check outputs.
  • Fixed q filters for Check, CheckCommand, and CheckGroup models.
  • Fixed tags field not being displayed on CheckCommand form and table.

Dependencies

  • Updated jdiff minimum version to 0.0.7.
  • Removed nautobot-data-validation-engine as a dependency.