Skip to content

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
  • Adds table for matching ValidatedSoftware objects
  • Removes compatibility code for Nautobot versions <1.4

[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.

[v1.3.1] - 2023-07-29

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

[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.