Releases: networktocode/ntc-netbox-plugin-onboarding
Releases · networktocode/ntc-netbox-plugin-onboarding
v2.2.0
v2.1.0
v2.0.0
Enhancements
- NetBox 2.9 support - Supported releases 2.8 and 2.9
- Onboarding extensions - Customizable onboarding process through Python modules.
- Onboarding details exposed in a device view - Date, Status, Last success and Latest task id related to the onboarded device are presented under the device view.
- Onboarding task view - Onboarding details exposed in a dedicated view, including NetBox's ChangeLog.
- Onboarding Changelog - Onboarding uses NetBox's ChangeLog to display user and changes made to the Onboarding Task object.
- Skip onboarding feature - New attribute in the OnboardingDevice model allows to skip the onboarding request on devices with disabled onboarding setting.
Bug Fixes
- Fixed race condition in worker.py
- Improved logging
Additional Changes
- Platform map now includes NAPALM drivers as defined in NetBox
- Tests have been refactored to inherit NetBox's tests
- Onboarding process will update the Device found by the IP-address lookup. In case of no existing device with onboarded IP-address is found in NetBox, onboarding might update the existing NetBox' looking up by network device's hostname.
- Onboarding will raise Exception when create_device_type_if_missing is set to False for existing Device with DeviceType mismatch (behaviour pre #74)
- Extended search criteria
v2.0.0-beta.2
mainly bug fixes
v2.0.0-beta.1
v1.3.0
v1.2.0
v1.1.0
Enhancements
#23 Add parameter to set default status
#45 Improve support for existing devices, Serial and Platform will now be updated if a device already exist
#46 Add device_type field in CSV form
Fixes
#35 Add parameter to define default color for device role
#36 Fix invalid slug when an object is created
#48 Set minimum version of NetBox to 2.8.1
Misc
#41 Update documentation to reference local_requirements NetBox 2.8+ method
#24 Add issue templates for bug report and feature request
thanks to @ryanmerolle for his multiple contributions
v0.9.3 Cont Travis integration
Merge pull request #32 from networktocode/dga-0.9.3 Travis Update to support auto-deploy
v0.9.2 - Travis test 01
Merge pull request #21 from networktocode/dga-readme Add README and FAQ