v3.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¶
- Major features or milestones
- Changes to compatibility with Nautobot and/or other apps, libraries etc.
v3.1.2 (2026-07-01)¶
Housekeeping¶
- #175 - Changed the release workflow to define the Python and Poetry versions as workflow-level environment variables.
- #176 - Fixed djlint CI failure for apps with no Django templates, caused by djlint 1.39.5 returning a non-zero exit code when no files match the lint run.
v3.1.1 (2026-06-26)¶
Housekeeping¶
- #172 - Added a release workflow job that opens a pull request from
mainintonextafter a release is published frommain.
v3.1.0 (2026-05-15)¶
Added¶
- #158 - Added a starting point for generating test data.
Fixed¶
- #162 - Updates the CI pipeline so that we auto increment post-release versions when creating a release from main, develop, next, and ltm- branches.
Housekeeping¶
- #149 - Fixed the sizing of the logo in the footer as well as adjusted it to be inline with the text.
- #159 - Housekeeping update Prepare-Release workflow to use a token when creating a PR so that GitHub Actions run.
- #160 - Fixed the prepare release workflow bumping the version on prereleases resulting in a version number that is 2 ahead of the last release.
- #161 - Added previous_version prompt to prepare-release workflow.
- #164 - Added a release workflow job to sync release notes from
ltmbranches back todevelopvia an automated pull request. - #166 - Changed the github token for the post-release PR creation in the release workflow.
- Rebaked from the cookie
nautobot-app-v3.1.3.