Skip to content

Releases: nautobot/cookiecutter-nautobot-app

nautobot-app-v2.4.1 - 2025-01-07

07 Jan 18:38
ceac6b5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: nautobot-app-v2.4.0...nautobot-app-v2.4.1

nautobot-app-v2.4.0 - 2024-10-10

10 Oct 17:58
cfa959b
Compare
Choose a tag to compare

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 add ruff, 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

nautobot-app-v2.3.2 - 2024-08-27

27 Aug 12:09
a6cdeb8
Compare
Choose a tag to compare

What's Changed

Fixed

Full Changelog: nautobot-app-v2.3.1...nautobot-app-v2.3.2

nautobot-app-v2.3.1 - 2024-08-26

26 Aug 20:51
6dad454
Compare
Choose a tag to compare

What's Changed

Added

  • #129 - Added support for Python 3.12.

Fixed

  • #148 - Fixed dependency resolution in development environment docker container builds.

Dependencies

  • #147 - Pinned griffe to 1.1.1 to resolve failures in readthedocs builds.
  • #147 - Updated mkdocs to 1.6.0.
  • #147 - Updated mkdocs-material to 9.5.32.
  • #147 - Updated mkdocstrings to 0.25.2.
  • #147 - Updated mkdocstrings-python to 1.10.8.

Contributors

New Contributors

Full Changelog: nautobot-app-v2.3.0...nautobot-app-v2.3.1

nautobot-app-v2.3.0 - 2024-08-08

08 Aug 18:26
d9a02cc
Compare
Choose a tag to compare

What's Changed

Changed

  • #112 - Replaced mkdocs-version-annotations mkdocs plugin with new markdown-version-annotations markdown extension. No change in functionality, it's the same package.
  • #106 - Replaced black and flake8 with ruff for formatting and linting.

Fixed

  • #101 - Fixed link in README.md.
  • #107 - Fixed SSoT jobs to work with Nautobot v2.0 conventions.
  • #110 - Fixed typo in import statement for SSoT jobs.py.
  • #111 - Fixed command argument causing newer MySQL 8 containers to fail.
  • #132 - Fixed various test failures on newly baked cookies.

Removed

  • #108 - Removed deprecated version in docker compose files.
  • #130 - Removed duplicate tasks.py from .dockerignore.

Documentation

  • #116 - Updated contributing.md to remove reference to Golden Config and general cleanup.

Contributors

New Contributors

Full Changelog: nautobot-app-v2.2.1...nautobot-app-v2.3.0

nautobot-app-v2.2.0

06 Mar 13:33
cb606c9
Compare
Choose a tag to compare

[v2.2.0] - 2024-03-06

Full Changelog: nautobot-app-v2.1.0...nautobot-app-v2.2.0

Added

  • Added nautobot-app-dev-example to the drift management. #88
  • Added link to compatibility matrix to README.md. #68
  • Added mermaid support to docs. #83
  • Added app config schema generation and validation. #75

Changed

  • Bumped CI actions versions. #92
  • Changed logging to be single-line. #90
  • Changed invoke autoformat not to use ruff format. #91
  • Changed README.md references, to point to docs.nautobot.com. #79

Fixed

Removed

  • Removed nautobot-app-nornir from managed apps. #84

nautobot-app-v2.1.0

05 Mar 14:58
bd9eb53
Compare
Choose a tag to compare

What's Changed

Full Changelog: nautobot-app-v2.0.0...nautobot-app-v2.1.0

v2.0.0 2024-01-09

09 Jan 15:04
1de6e18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2...v2.0.0

v1.2.0 2023-10-20

03 Jan 21:12
3df3a53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1...v1.2

v1.1.0 - 2023-09-25

03 Jan 21:10
29dae0e
Compare
Choose a tag to compare

Initial release of the Network to Code internal cookie for Nautobot Apps