Releases: nautobot/nautobot-app-device-lifecycle-mgmt
Releases · nautobot/nautobot-app-device-lifecycle-mgmt
Release v2.0.2
[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
[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
What's Changed
- Merging develop into main by @joewesch in #62
- Prepare for release 1.1.0 - merge develop into main by @progala in #107
- Merge Develop to Main by @bradh11 in #126
- Merge Develop to Main by @bradh11 in #186
- Fix documentation to match the actual metrics by @gertzakis in #208
- Fix currency filter and country filter by @zackt25 in #210
- Move CVE to Software and Contract to Device relationships to m2m fields by @progala in #213
- Fix columns, links, and sortable columns into next2.0 branch by @zackt25 in #214
- Updates for next-2.0 by @progala in #207
- Fix column headers by @zackt25 in #204
- Update tasks docker compose by @jvanderaa in #157
- Merge Develop to Main in preparation of LTM1.6 by @bradh11 in #220
- Release 2.0.0 by @gsnider2195 in #222
- dev main by @whitej6 in #223
- mkdocs fix by @whitej6 in #224
- yamllint by @whitej6 in #226
- mkdocs by @whitej6 in #227
- mkdocs too fragile test by @whitej6 in #228
- mkdocs too fragile test by @whitej6 in #229
New Contributors
- @gertzakis made their first contribution in #208
- @gsnider2195 made their first contribution in #222
Full Changelog: v1.3.2...v2.0.0
Release v1.3.2
Release Overview
This release includes some of the following highlights:
- Adds reverse relationship from device typ to software image
- Adds table with matching ValidatedSoftware objects to the DeviceType detailed view in GUI
- Provides more clarity by adding device and inventory item names.
- Improve column sorting capabilities
[v1.3.2] - 2023-08-02
Changed
- #200 Provides more clarity by adding in device and inventory item name to help identify. Fix API name and making columns sortable.
Full Changelog: v1.3.1...v1.3.2
Release v1.3.1
Release Overview
This release includes some of the following highlights:
- Adds reverse relationship from device typ to software image
- Adds table with matching ValidatedSoftware objects to the DeviceType detailed view in GUI
- Provides more clarity by adding device and inventory item names.
- Improve column sorting capabilities
[v1.3.1] - 2023-07-31
Added
- #196 Adds reverse relationship from device type to software image.
- #194 Adds table with matching ValidatedSoftware objects to the DeviceType detailed view in GUI.
Removed
- #197 Removes compatibility code for Nautobot versions < 1.4
Release v1.3.0
Release Overview
This release includes some of the following highlights:
- improved software reporting with new functional summary page and links
- Application level prometheus metrics
- Nautobot "Notes" feature added to all models
- Removed unused admin interface
- Updates to development env standards
[v1.3.0] - 2023-06-17
Added
- #165 Add Portal URL to API and Template.
- #170 Add download url column to SoftwareImage table.
- #166 Add Hashing Algorithm to Image Model.
- #151 Hacky friday DLCM metrics.
- #176 Rewrite software validation metric generation using queries with annotations.
- #148 Prometheus Metrics.
- #175 Add Notes urls to all models.
- #156 Add functionality summary page.
Removed
- #168 Delete unused admin interface.
Changed
- #161 Update the debug env variable name to NAUTOBOT_DEBUG.
- #178 Make HW End Of Support metric names consistent.
Fixed
- #184 address docker compose development environment.
Release v1.2.0
Added
- #137: Add testing against the upstream version of Nautobot.
- #140: Add progress info log messages to the Generate Vulnerabilities job.
Changed
- #130: Change plural for Software and Validated Software models. Use generic template as the base for details templates.
- #131: Update documentation.
- #160: Define default columns for the Software list view.
!!! NOTE
- This release increases minimum supported Nautobot version to 1.4.0.
Release v1.1.2
Release v1.1.1
v1.1.1 - 11-22-2022
Fixed
- PR #119 - remove requirement for
["barchart_bar_width", "barchart_width", "barchart_height"]
settings to be innautobot_config.py
(honoring sane defaults from PR #83)
!!! NOTE
- This version also addresses some CI issues with the latest version of Nautobot Core around tests for bulk CSV.
Release v1.1.0
v1.1.0 - 11-04-2022
Fixed
- PR #111 : Fixes project reference URLs displayed on PyPi package page.
- PR #109: Fixes Hardware Notices Table sorting bug.
- PR #108: Fixes missing view GUI errors for some of the list views.
- PR #100: Adds compatibility for Nautobot 1.4. Fixes to pipeline, API serializers, filters and unit tests.
- PR #90: Fixes Validate Software logic for computing
valid since
attribute.