Skip to content

Releases: nautobot/nautobot-app-device-lifecycle-mgmt

Release v2.2.0

06 Sep 13:43
1e45ede
Compare
Choose a tag to compare

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.
Housekeeping
#366 - Rebake with the 2.3 release of Nautobot-App-Cookiecutter.
#371 - Rebaked from the cookie nautobot-app-v2.3.2.

v2.1.2 - 2024-08-08

08 Aug 15:31
2d68b7d
Compare
Choose a tag to compare

What's Changed

Added

  • #344 - Added number field to Contract retrieve template.
  • #348 - Updated Device Software Validation Reports Bar Graph x-axis label modification.
  • #360 - Added support for Django 4.

Changed

  • #328 - Updated the max character length on majority of text fields.

Fixed

  • #346 - Fixed documentation view missing.
  • #360 - Fixed Nautobot v2.3 incompatibility.

Contributors

New Contributors

Full Changelog: v2.1.1...v2.1.2

Release v2.1.1

09 Apr 12:58
2e2643a
Compare
Choose a tag to compare

Release 2.1.1 Overview

This release adds support for various improvements, bug fixes, and performance improvements.

[v2.1.1] - 2024-04-08

Fixed

  • #313 - Fixed bug that could lead to InventoryItem metric queries erroring out.
  • #299 - Fixed Order for 1.6.1 release notes in admin file so most recent is at the top
  • #306 - Fixed Provider field in Contract Bulk Edit Form
  • #320 - Fixed location of views for upstream Nautobot 2.2 tests.

Changed

  • #289 - Replaced pydocstyle with ruff.

Housekeeping

  • #310 - Re-baked from the latest template.

New Contributors

Full Changelog: v2.1.0...v2.1.1

Release v1.6.1

05 Feb 01:47
ec038c9
Compare
Choose a tag to compare

Release 1.6.1 Overview

This release includes ltm1.6 support and some of the following highlights:

  • Adds support for Python 3.11.

Full Changelog: v1.6.0...v1.6.1

Release v2.1.0

27 Jan 02:14
29b3a64
Compare
Choose a tag to compare

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

Release v1.6.0

27 Jan 03:28
ffdaab1
Compare
Choose a tag to compare

Release 1.6.0 Overview

This release includes ltm1.6 support 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.

[v1.6.0] - 2024-01-26

Added

  • #217 - 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

Fixed

  • #275 - 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.
  • #248 - 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.
  • #259 - Fixes incorrect query used to generate nautobot_lcm_hw_end_of_support_per_part_number metric.

Release v2.0.3

08 Nov 19:10
eeb836e
Compare
Choose a tag to compare

[v2.0.3] - 2023-11-08

Fixed

  • #253 - Fixes issue with incorrect logging in the Device Software Validation Report job.

Release v2.0.2

06 Nov 16:00
d4528df
Compare
Choose a tag to compare

[v2.0.2] - 2023-11-06

Note: This release fixes an issue with upgrading this plugin from 1.x version to 2.x versions.

Fixed

  • #250 - Fix issue with migrations in 2.0.1 causing issues with upgrading plugin from 1.x versions.

Release v2.0.1

01 Nov 02:28
e591f9f
Compare
Choose a tag to compare

[v2.0.1] - 2023-10-31

Note: This release fixes an issue with clean installations of this plugin on Nautobot 2.0.X environments.

Added

  • 240 - Add Network to Code Drift Management to keep development environment up to code standards.

Fixed

  • #236 - Fix circular dependencies which result in installation issues.

v2.0.0 - 2023-09-29

30 Sep 00:18
3347170
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.2...v2.0.0