v1.1.0rc1
Pre-release
Pre-release
Important
This is a Release Candidate: please do not deploy in production, but test the changes and report any bug you may encounter.
This version changes how object aliases store their references to other NetBox objects (IP Addresses, IP ranges and Prefixes).
Warning
Breaking API changes: the ObjectAliasTarget
internal model has been removed and replaced by the ObjectAlias.prefixes
, ObjectAlias.ip_ranges
and ObjectAlias.ip_addresses
fields. You will have to updates scripts that relied on exports of ObjectAlias or listing or updating them via the API.
Compatibility
NetBox: >=4.0.0
Python: >=3.10
Update procedure
- Download netbox_data_flows-1.1.0rc1.tar.gz
- In your test NetBox venv, run
pip install /path/to/netbox_data_flows-1.1.0rc1.tar.gz
- In your test NetBox venv, run
python /opt/netbox/netbox/manage.py migrate
- Restart NetBox
Check the documentation for further instructions.
Changes
- Remove the ObjectAliasTarget model by @Alef-Burzmali in #49
- Changes to the GitHub issue templates and CI workflows.
Full Changelog: v1.0.6...v1.1.0-rc1