github Alef-Burzmali/netbox-data-flows v0.9.0

latest releases: v1.3.0, v1.2.1, v1.2.0...
16 months ago

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

Don't miss a new netbox-data-flows release

NewReleases is sending notifications on new releases.