Releases: nautobot/nautobot-app-device-onboarding
Releases · nautobot/nautobot-app-device-onboarding
v2.0.3
Release Overview
v2.0.3 (2023-11-21)
- All Device Onboarding functionality has been disabled, this release is solely to provide a notification mechanism for deployments pinned to the v2.X.X release.
- Nautobot Device Onboarding app versions v2.0.0-2.0.2 have been removed for PyPI to ensure all gaps are closed.
- See release notes for v3.0.0 and published security advisory.
v2.0.2
What's Changed
This release should fix new installs and any migration issues that have popped up.
- Squash migrations / fix migrations for nautobot 2.0 by @gsnider2195 in #113
Full Changelog: v2.0.1...v2.0.2
v2.0.1
v2.0.0
Updated for Nautobot 2.0!
Changes
Site -> Location
DeviceRole -> Role
API and UI ViewSets.
Slug references moved to Names.
Caveats
- Setting the Location via the API or CSV assumes the location Name is unique for now.
New Contributors
- @gsnider2195 made their first contribution in #108
Full Changelog
v2.0.0rc1
Nautobot 2.0 Compatibility Changes
Site -> Location
DeviceRole -> Role
API and UI ViewSets.
Slug references moved to Names.
Full Changelog: v1.2.0...v2.0.0rc1
v1.2.0
What's Changed
- Update CODEOWNERS by @chadell in #33
- Exclude running tasks from bulk delete view by @pszulczewski in #24
- Remove per file license by @itdependsnetworks in #58
- Update environment to NTC standards by @itdependsnetworks in #59
- Update init.py to better describe the app in the UI by @jedelman8 in #64
- Documentation update by @cmsirbu in #53
- Fix link to logo by @cmsirbu in #68
- Delete
onboarding_tasks_list.html
so thatOnboardingTaskListView
will fall back to useobject_list.html
by @HanlinMiao in #65 - Fix Docs Link #71 by @scetron in #72
- Fix reverse migration for migrations 0002, 0003 by @mzbroch in #75
- Fix README Links #79 by @scetron in #82
- Add OnboardingTask status and failure reason metrics! by @scetron in #87
- Enable Upstream Testing by @bryanculver in #60
- Fix mysql not working in github actions. by @itdependsnetworks in #80
- Release Notes for v1.1.3 by @mzbroch in #97
- Updates for Release 1.2.0 by @mzbroch in #102
- Updating 1.2.0 release date by @mzbroch in #104
- Updating GitHub token reference by @mzbroch in #105
New Contributors
- @chadell made their first contribution in #33
- @itdependsnetworks made their first contribution in #58
- @jedelman8 made their first contribution in #64
- @cmsirbu made their first contribution in #53
- @HanlinMiao made their first contribution in #65
- @scetron made their first contribution in #72
- @bryanculver made their first contribution in #60
Full Changelog: v1.1.2...v1.2.0
v1.1.2
v1.1.1
V1.1.0
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.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