Minor release
Add support for Tenants in Applications, Data Flows and Data Flow Groups and fix some bugs.
Support for NetBox <4.2.0 officially dropped, as it was probably already buggy in previous releases.
Only v4.2.9 (the latest patch) is tested in the v4.2.x minor.
Compatibility
NetBox: >=4.2.0
Python: >=3.10
The test suite is run on all patch versions of the current minor version of NetBox, but only on the latest patch versions of older minors.
Update procedure
- Run NetBox's
upgrade.sh
, and restart NetBox
Check the documentation for further instructions.
What's Changed
- Update license specification for PEP 639 by @Alef-Burzmali in #61
- Fix test suite by @Alef-Burzmali in #67
- Fix #63: Add tags in ObjectAlias API by @Alef-Burzmali in #66
- #59: Add Tenant field to Application, DataFlow and DFGroup by @Alef-Burzmali in #65
- Run tests on all support NetBox versions by @Alef-Burzmali in #69
- Release v1.2.0 by @Alef-Burzmali in #70
Full Changelog: v1.1.1...v1.2.0