Fix the compatibility with NetBox 4.6.2 and later, due to a breaking change in that version.
Note
This version is not compatible with NetBox v4.5.x.
Compatibility
NetBox: >=4.6.2
Python: >=3.12
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 supported minors.
Update procedure
- Run NetBox's
upgrade.sh, and restart NetBox
Check the documentation for further instructions.
What's Changed
- Adapt tests to changes of NetBox 4.6.2 by @Alef-Burzmali in #125
- Drop support for NetBox 4.5.x by @Alef-Burzmali in #127
- Fix the inherited tag lookup in NetBox 4.6.2 by @Alef-Burzmali in #124
Full Changelog: v1.5.2...v1.5.3