You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#40 - Added separate import_netbox_objectchange_json command that can be used to import ObjectChange
(change logging) records, which are intentionally not included in the existing import_netbox_json command.
#43 - ImageAttachment records are now imported correctly, as are the front_image and rear_image fields
on Device records.
Fixed
#42 - Clarify in the README which NetBox versions are currently supported.
#43 - Work around nautobot/nautobot#393, an issue encountered when importing VirtualChassis records for which
the masterDevice occupies a vc_position other than 1.
#43 - Development and CI testing now defaults to Nautobot 1.0.0 instead of 1.0.0b3
#43 - Fix test approach to ensure that tests execute against the test database rather than the development database.
Changed
#44 - Revised Docker development environment to use nautobot-dev image as base, removed Python packaging dependency on nautobot core package.