v0.9.0
Support for NetBox 4.0
Compatibility
NetBox: >=4.0.0
Python: 3.10
Use version 0.8 if you need compatibility with NetBox 3.7
Update procedure
- Run NetBox's
upgrade.sh
, and restart NetBox
or
- Activate your NetBox virtual env:
source /opt/netbox/venv/bin/activate
- Update the module code:
pip install --upgrade netbox-data-flows
- Run the migrations:
/opt/netbox/netbox/manage.py migrate netbox_data_flows
- Restart NetBox
Changes
- Internal changes to support NetBox 4.0
- GraphQL support has been removed (untested and not functional)
Know bugs
- REST API cannot list ObjectAliasTarget directly, but can list them via ObjectAlias
Full Changelog: v0.8.3...v0.9.0