Breaking Changes
- This release drops support for NetBox versions < v3.5 due to OpenAPI changes.
- Custom fields are no longer automatically included in Prometheus endpoints. You can add them back using the configurable labels feature.
- The
devices_vms_attrs
plugin setting needs to be converted to a tuple/list of tuple/lists as in the README.__
separated strings are no longer supported.
What's Changed
- NetBox v3.5 support (v3.0) by @devon-mar in #23
Full Changelog: v2.2.0...v3.0.0