gsnider2195
released this
10 Oct 17:58
·
8 commits
to develop
since this release
What's Changed
Added
- #117 - Added environment variable
NAUTOBOT_LOG_DEPRECATION_WARNINGS=True
to development environment to enable deprecation warnings. - #180 - Added "backporting" section to contributing docs.
- #183 - Added pylint django migrations checker to the
invoke pylint
command.
Changed
- #115 - Changed
invoke generate-release-notes
to always run locally. - #144 - Updated release checklist documentation.
- #144 - Updated ci workflow to skip
changelog
step on release branches. - #157 - Further cleanup of bandit remnants.
- #157 - Disabled pylint ruff rules as pylint is still being used.
- #165 - Updated drift manager post actions to remove
black
and addruff
,poetry lock
and add a changelog fragment to the drift manager pull request.
Fixed
- #109 - Fixed links to templates in docs index.
- #118 - Updated docs build to activate the link on the Installed Apps page.
- #128 - Fixed urls in readmes and docs.
- #134 - Fixed typo in upstream testing workflow.
- #166 - Fixed
invoke ruff
not properly exiting with non-zero status when a ruff check fails. - #167 - Fixed missing variable in upstream testing workflow.
- #170 - Fixed Dockerfile to allow installing Nautobot from a branch as well as a tag.
Contributors
Full Changelog: nautobot-app-v2.3.2...nautobot-app-v2.4.0