github ArnesSI/netbox-inventory v2.0.0

latest releases: v2.4.0, v2.3.1, v2.3.0...
16 months ago

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

New Contributors

Full Changelog: v1.6.0...v2.0.0

Don't miss a new netbox-inventory release

NewReleases is sending notifications on new releases.