v2.1 Release Notes¶
This document describes all new features and changes in the release. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Release Overview¶
- Lots of housekeeping and preparation for app cookiecutter v2.5.0.
v2.1.0 (2025-04-24)¶
Added¶
- #46 - Added ability to trigger upstream testing manually.
- #49 - Added docs view to fix the link on the "Installed Apps" page.
- #50 - Added pylint django migrations checker to the
invoke pylint
command. - #53 - Added the ability to pass service name to
invoke cli
- #61 - Added Environment variable to control the Celery Beat Log Level.
Changed¶
- #60 - Disabled coverage reporting on invoke unittest unless --coverage is used.
Fixed¶
- #44 - Fixed build failing when
NAUTOBOT_VER
doesn't exist in PyPi, for example when using a branch name. - #47 - Fixed output on
invoke lock
command. - #54 - Fixed
invoke tests
exiting early even when tests pass.
Dependencies¶
Housekeeping¶
- #37 - Updated docs dependencies to latest versions and pinned griffe due to repeated breaking of docs builds.
- #40 - Rebaked from the cookie
nautobot-app-v2.3.2
. - #48 - Enabled
LOG_DEPRECATION_WARNINGS
setting. - #56 - Pin Poetry to 1.8.5.
- #56 - Move Pull Request Template to the proper location.
- #58 - Added app_name to assist with Django URL resolver.
- #65 - Added Code Coverage Report to the CI.
- #67 - Added
--format
argument toinvoke backup-db
to support exporting in tar format to support Nautobot Cloud snapshots. - #68 - Add docs back into the wheel files.
- #69 - Pinned github actions to their commit refs instead of tags/branches.
- #69 - Removed jQuery from mkdocs configuration.
- #70 - Updates from the cookiecutter nautobot app standards.
- #71 - Updated postgres docker image to version 17 and mysql docker image to lts.
- #72 - Added markdownlint task and CI check.
- Rebaked from the cookie
nautobot-app-v2.3.0
. - Rebaked from the cookie
nautobot-app-v2.4.0
. - Rebaked from the cookie
nautobot-app-v2.4.1
. - Rebaked from the cookie
nautobot-app-v2.4.2
.