Skip to content

Release v2.1.0

Compare
Choose a tag to compare
@bradh11 bradh11 released this 27 Jan 02:14
· 89 commits to main since this release
29b3a64

Release 2.1.0 Overview

This release includes support for Nautobot 2.X releases and some of the following highlights:

  • Adds new tab "Contract devices" to the Contract details view.
  • Adds "Contract devices" export feature to the Contract details view.
  • Adds new tab "Contract inventory items" to the Contract details view.
  • Adds "Contract inventory items" export feature to the Contract details view.
  • Linting targeting Python 3.8
  • Updated in cve_tracking.py job in order to get the Related Software Relationships fetched from the CVELVM database query. That way we reduce the DB queries and the overall execution time of the Job.
  • Fixes issue with number field not showing up in UI and API. Fixes model validation to match UI validation. This ensures provider and contract_type fields are set. Adds missing tests. Addresses #242.
  • Fixes incorrect query used to generate nautobot_lcm_hw_end_of_support_per_part_number metric.

[v2.1.0] - 2024-01-26

Changed

  • #269 - Renaming effort to standardize on Nautobot terminology for Apps/Plugins.

Fixed

  • #277 - Updated cve_tracking.py job in order to reduce the DB queries and the overall execution time of the Job.
  • #265 - Fixed incorrect query used to generate nautobot_lcm_hw_end_of_support_per_part_number metric.

Full Changelog: v2.0.3...v2.1.0