v1.1 Release Notes¶
This document describes all new features and changes in nautobot-device-onboarding
plugin 1.1.
Release Overview¶
Added¶
Assign default custom fields values to new objects (#13)¶
While new objects are created during onboarding a device, they will inherit model's default custom fields.
Documentation updates (#19)¶
nautobot-device-onboarding now covers onboarding of Cisco Nexus and Arista EOS devices. Documentation was reviewed and updated.
Changed¶
Support for Nautobot 1.1.0 (Celery) (#18)¶
Celery has been introduced to eventually replace RQ for executing background tasks within Nautobot. Plugin's usage of RQ has been migrated to use Celery.
v1.1.2 (2022-08-01)¶
Added¶
Changed¶
Fixed¶
- #45 - Update Plugin Dependencies. Fix importing issue with Netmiko 4.x, enable Napalm 4.
v1.1.1 (2021-09-08)¶
Added¶
Changed¶
- #23 - Label attribute for sorting and identifying OnboaringTasks.
Fixed¶
v1.1.0 (2021-08-03)¶
Added¶
- #13 - Assign default custom fields values to new objects
- #18 - Support for Nautobot 1.1.0 (Celery)
- #19 - Documentation updates
Changed¶
Fixed¶
- #14 - Error 'ipv4' when onboarding Juniper device