v1.3 Release Notes¶
This document describes all new features and changes in the release 1.3.X
. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
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.