Skip to content

Version 1.3.0

Compare
Choose a tag to compare
@glennmatthews glennmatthews released this 11 May 18:40
· 290 commits to develop since this release

Added

  • #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 master Device 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.