Minor release.
- Tentatively add compatibility with NetBox 4.4.x and clarify which versions are supported.
- Add a inherited tags field on data flows and data flow groups in the REST API.
Compatibility
NetBox: >=4.2.0 (including 4.4.0-beta1)
Python: >=3.10
The test suite is run on the latest patch version of the current minor version of NetBox, and on the previous minor.
Update procedure
- Run NetBox's
upgrade.sh
, and restart NetBox
Check the documentation for further instructions.
What's Changed
- Fix #71: TypeError when cloning DataFlow with consecutive ports by @Alef-Burzmali in #72
- Add test to detect regression of TypeError on DataFlow cloning by @Alef-Burzmali in #73
- Limit the patch versions being tested by the CI by @Alef-Burzmali in #75
- Avoid duplication of tests by the CI on push and pull requests by @Alef-Burzmali in #76
- Add a dataflow diagram in the example doc by @Alef-Burzmali in #78
- Inherited tags in API for Data Flows and Groups by @Alef-Burzmali in #77
- Release v1.2.1 by @Alef-Burzmali in #79
Full Changelog: v1.2.0...v1.2.1