Skip to content

Releases: nautobot/nautobot-app-device-onboarding

v2.0.3

21 Nov 22:54
Compare
Choose a tag to compare

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

17 Oct 12:29
3897b11
Compare
Choose a tag to compare

What's Changed

This release should fix new installs and any migration issues that have popped up.

Full Changelog: v2.0.1...v2.0.2

v2.0.1

11 Oct 20:37
417396d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

29 Sep 18:38
7198dc2
Compare
Choose a tag to compare

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

Full Changelog

v1.2.0...v2.0.0

v2.0.0rc1

26 Sep 17:45
Compare
Choose a tag to compare
v2.0.0rc1 Pre-release
Pre-release

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

05 Sep 12:28
94c1bad
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.2.0

v1.1.2

01 Aug 13:20
56dec4d
Compare
Choose a tag to compare

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

08 Sep 08:20
2c1c0ca
Compare
Choose a tag to compare

v1.1.1 (2021-09-08)

Added

Changed

  • #23 - Label attribute for sorting and identifying OnboaringTasks.

Fixed

V1.1.0

03 Aug 17:38
9ddec52
Compare
Choose a tag to compare

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

v1.0.1

27 Apr 11:11
aee1641
Compare
Choose a tag to compare

Nautobot 1.0.0 support