Skip to content

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

Release v0.4.1

18 Feb 17:47
3fcf0f9
Compare
Choose a tag to compare

v0.4.1 - 02-18-2022

  • PR #65 : Fixes button permissions in some of the detailed view templates.

Release v0.4.0

08 Feb 18:44
331666c
Compare
Choose a tag to compare

v0.4.0 - 02-08-2022

  • PR #57: Adds CVE and Vulnerability tracking functionality.
  • PR #50: Fixes view permissions for Device Notices.
  • PR #47: Adds Plugin Upgrade Guide to the documentation.

Release v0.3.0

14 Dec 18:16
fe98312
Compare
Choose a tag to compare

v0.3.0 - 12-14-2021

  • PR #39: Adds feature-rich reporting functionality for Software Validation.
  • PR #37: Fixes GraphQL incompatibility with Nautobot >= 1.2.0.
  • PR #36: Adds documentation for the Software Lifecycle part of the plugin.
  • PR #33: Updates Hardware LCM to support MySQL Compliant Queries.
  • PR #32: Refactors ValidatedSoftwareLCM model to support assignment to multiple objects.

Release v0.2.2

08 Nov 04:57
3153f19
Compare
Choose a tag to compare

v0.2.2 10-07-2021

  • PR #30 : Documentation updates for initial release.

Release v0.2.1

05 Nov 22:01
78b1c0a
Compare
Choose a tag to compare

v0.2.1 - 10-24-2021

  • PR#26: Sets view permissions on all models in the navigation menu.
  • PR#26: Fixes navigation menu for Contract Imports.
  • PR#25: Add documentation for use-cases and plugin info to repo.
  • PR#20: Adds valid property to the validated software serializers.
  • PR#18: Adds CSV export option to software and validated software models.

Release v0.2.0

22 Sep 16:42
b71c317
Compare
Choose a tag to compare

v0.2.0 - 09-22-2021

  • Adds Maintenance/Service Contracts to the LifeCycle Plugin.
  • Adds Software and Validated Software tracking to the LifeCycle Plugin.

Release v0.1.0

23 Aug 21:42
Compare
Choose a tag to compare

CHANGELOG

  • Initial fork and rename of project from Nautobot EoX Notices
  • Rename model and related references to the Device LifeCycle Management naming scheme.
  • Add comments and documentation URL to the hardware model.
  • Remove devices relationship to the hardware model.
  • Add expired as a filter on to the REST API.
  • Add travis.yml and associated pipeline.
  • Set bulk import device_type to use the model instead of the slug.
  • Adds dynamic menu depending on the version of nautobot running.
  • Handles table not existing prior to migrations.
  • Add GraphQL endpoint for the Device LifeCycle Hardware model.
  • Add InventoryItem.part_id field to the Hardware model association options.
  • Add shell_plus and ipython to dev dependencies.