Netbox 4
This is the first release of netbox-inventory compatible with netbox 4.0.
Important note to read before upgrading
This version changes the way asset tag unique values are enforced (see #149). If you are currently running netbox-inventory v1.6.0 please run check_asset_tags
management commands before upgrading and follow instructions. The command will check your asset tags and list assets that need your attention before upgrading to netbox-inventory 2.0. If you are on older netbox-inventory version, please upgrade to v1.6.0 first and run the command as well.
Running the command:
$ source /opt/netbox/venv/bin/activate
(venv) $ cd /opt/netbox/netbox/
(venv) $ python3 manage.py check_asset_tags
What's Changed
- Arrange menu items by @alehaa in #158
- Netbox 4 compatibility by @matejv in #165
- add unique constraint on asset_tag if asset has no owner by @matejv in #157
New Contributors
Full Changelog: v1.6.0...v2.0.0