Skip to content

v0.8.3-beta

Compare
Choose a tag to compare
@github-actions github-actions released this 09 May 17:22
· 102 commits to main since this release

Prepare compatibility with NetBox 4.0.

This is the last version supporting NetBox 3.7.x.

Compatibility

NetBox: =3.7.x
Python: 3.8

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

Full Changelog: v0.8.2...v0.8.3