Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 May 22:55
· 87 commits to main since this release

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