Version 0.0.1.post1¶
This post release prepares netbox-pbs for NetBox Plugin Certification and
fixes a plugin import failure that prevented installations from loading.
Fixed¶
- Fixed a startup crash where importing the plugin raised
TypeError: Cannot create a consistent method resolution order (MRO). The landing view inherited an access-control mixin that the NetBox generic view already provides, so the class could not be constructed and the entire plugin failed to load. The redundant base was removed and an automated guard now prevents the pattern from returning.
Changed¶
- Added top-level Apache-2.0 license evidence and explicit package metadata.
- Updated the
netbox-proxboxdependency range to>=0.0.18,<0.1.0. - Documented compatibility with NetBox
v4.5.8,v4.5.9, andv4.6.0throughv4.6.4. - Added certification evidence docs and support links.
- Expanded Docker install smoke coverage across NetBox
v4.5.8,v4.5.9, andv4.6.0throughv4.6.4.
Compatibility¶
| NetBox | netbox-pbs | netbox-proxbox | Python |
|---|---|---|---|
| v4.5.8 | v0.0.1.post1 | >=0.0.18,<0.1.0 | 3.12+ |
| v4.5.9 | v0.0.1.post1 | >=0.0.18,<0.1.0 | 3.12+ |
| v4.6.0 | v0.0.1.post1 | >=0.0.18,<0.1.0 | 3.12+ |
| v4.6.1 | v0.0.1.post1 | >=0.0.18,<0.1.0 | 3.12+ |
| v4.6.2 | v0.0.1.post1 | >=0.0.18,<0.1.0 | 3.12+ |
| v4.6.3 | v0.0.1.post1 | >=0.0.18,<0.1.0 | 3.12+ |
| v4.6.4 | v0.0.1.post1 | >=0.0.18,<0.1.0 | 3.12+ |