Releases: nautobot/nautobot-app-nornir
Releases · nautobot/nautobot-app-nornir
v2.1.0
What's Changed
- Fixed faq link in readme. by @itdependsnetworks in #148
- Fix repo_url by @smk4664 in #166
- Correct the project_slug by @smk4664 in #167
- Cookie updated by NetworkToCode Cookie Drift Manager Tool by @smk4664 in #169
- 2.0.1 Main into develop by @itdependsnetworks in #142
- Cookie updated by NetworkToCode Cookie Drift Manager Tool by @nautobot-bot in #175
- Update faq.md by @itdependsnetworks in #168
- Release 2.1.0 by @smk4664 in #177
New Contributors
Full Changelog: v2.0.1...v2.1.0
v1.0.5
v1.0.4
v1.0.3
v1.0.2
What's Changed
- LTM: Deprecates Python 3.7 by @Kircheneer in #143
- LTM: Adds Python 3.11 support by @Kircheneer in #143
New Contributors
- @Kircheneer made their first contribution in #143
Full Changelog: v1.0.1...v1.0.2
v2.0.1
Changed
- #120 - Updated to use Cookiecutter from drift manager.
- #134 - Changed to app vs plugin, first of many.
- #139 - Changed mechanism to get secrets by caching them.
Full Changelog: v2.0.0...v2.0.1
v2.0.0
v2.0 Release Notes
This document describes all new features and changes in the release 2.0
. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Release Overview
- Updated
nautobot
to2.0.0
and made associated changes. - Added a standard way to provide error codes.
- Removed dispatcher mapping.
- Provided a mechanism to allow for Location Groupings to be configurable.
[v2.0.0] - 2023-09
Changed
- #117 - Updated
nautobot
to2.0.0
. - #117 - Removed
dispatcher_mapping
a similar functionality can be found in Nautobot's Golden Config plugin, but simplified version in nornir-nautobot means this is no longer required. - #117 - Moved all references of
Platform.slug
toPlatform.network_driver
. - #117 - Removed references to
.slug
for Nautobot core models and changed to.name
. - #117 - Moved all references of
Site
orRegion
toLocation
.
Added
- #117 - Plugin config
allowed_location_types
to limit what locations are allowed based on location types, specifically fromLocationType.name
. - #117 - Plugin config
denied_location_types
to limit what locations are turned denied based on location types, specifically fromLocationType.name
. - #117 - Added early failure with message when settings are in the wrong location such as
dispatcher_mapping
orcustom_dispatcher
. - #117 - Added error code framework.
Full Changelog: v.1.0.1...v2.0.0
v1.0.1
Changed
- #53 - Update credentials for GH publishing.
- #60 - Doc cleanup and better error handling.
- #62 - Update readme to describe secrets usage.
- #63 - Update docs to new standards and development environment to NTC standards.
- #64 - Update links on Readme to point to read the docs page.
- #65 - More update links on Readme to point to read the docs page.
- #66 - Even more update links on Readme to point to read the docs page.
- #69 - Add suggested custom CSS for mkdocstrings indentation.
- #70 - Remove Args from class definition docstring.
- #80 - Update docs to new standards and development environment to NTC standards March addition.
- #72 - Update init.py to better describe the app in the UI.
- #93 - fix and cleanup some incorrect docs.
Fixed
v1.0.0
v1.0.0 - 2021-02
Changed
- #43 Update postgres Docker tag to v14.
- #46 Update Dependencies.
- #48 Make consistent default NORNIR_SETTINGS.
Added
- #41 Configure Renovate.
- #45 Add napalm/netmiko extras support to plugin config.
- #49 Add provider class for Nautobot Secrets Functionality.
New Contributors
- @nautobot-bot made their first contribution in #41
- @chadell made their first contribution in #48
Full Changelog: v0.9.7...v.1.0.0