v4.0 Release Notes¶
Warning
Nautobot Device Onboarding v4.0.0 completely revamps the applications design and framework. The original OnboardingTask job is still packaged with the app to provide a backwards compatible way for users that have used its extensions framework in the past to solve complex problems. However, that job is now hidden by default to avoid confusion with the two new SSoT based onboarding jobs that v4.0.0 exposes.
v4.0.1 (2024-08-27)¶
Fixed¶
- #218 - Fixed Emoji shorthand to be unicode instead.
Dependencies¶
- #224 - Removed secrets provider dependency.
Housekeeping¶
- #216 - Rebaked Cookie.
v4.0.0 (2024-08-05)¶
Added¶
- #181 - Sync Devices from Network job was added which utilizes the SSoT framework to onboard devices.
- #181 - Sync Data from Network job was added which utilizes the SSoT framework to onboard devices.
- #181 - Git Datasource object to be able to use a Git Repo to overload new SSoT job YAML file definitions.
- #181 - Create a Nornir inventory
EmptyInventoryto support ondemand inventory population forSync Devicesjob. - #181 - Add
nautobot-app-nornirdependency to reuseNautobotORMInventoryto support inventory creation forSync Datajob. - #201 - - Add ability to sync in cables for cisco ios,nxos and Juniper via neighbor discovery protocol commands.
Changed¶
- #151 - Replaced pydocstyle with ruff.
- #181 - The
OnboardingTaskjob is changed tohiddenby default.