github ArnesSI/netbox-inventory v2.5.0

10 hours ago

This version of netbox-inventory is only compatible with netbox v4.5.0 and newer.

Breaking change

Netbox 4.5 introduced Resource Ownership. Netbox inventory adds support for setting object owners for the following objects:

  • Assets
  • Inventory Item Types
  • Inventory Item Groups
  • Suppliers
  • Purchases
  • Deliveries
  • Audit Flows
  • Audit Flow Pages
  • Audit Flow Sources

To keep ownership experience consistent with the rest of netbox, existing owner field on Asset needed to be renamed. It is now called "owning tenant". This also better represents this asset - tenant relationship. This is a breaking change. Any existing API integrations, netbox scripts, export templates, custom links, event rules and permissions that reference Asset.owner need to be updated to use Asset.owning_tenant after the upgrade.

Existing Asset.owner data will be automatically migrated to Asset.owning_tenant during upgrade process (via DB migrations). This was tested on existing installs and seems to work fine. However it is highly recommended to take a database backup before the upgrade.

Other changes

New Contributors

Full Changelog: v2.4.1...2.5.0

Don't miss a new netbox-inventory release

NewReleases is sending notifications on new releases.