Releases: devon-mar/netbox-lists
Releases · devon-mar/netbox-lists
v4.0.1
v4.0.0
v3.1.1
v3.1.0
v3.0.0
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
v2.2.0
What's Changed
- Ansible and Terraform integrations are now available.
- This will be the last release for NetBox versions < 3.5 due to the OpenAPI changes. This release is not compatible with NetBox v3.5.
- The
devices_vms_attrs
plugin setting should be migrated to be a tuple/list of tuples/lists for the next major release.__
separated strings will be supported until the next major release in addition to tuples/lists. See the README for more details - Custom field Prometheus labels will no longer be automatically included in the next release.
- Return an error if an invalid filter is used by @devon-mar in #19
- PrometheusDeviceSD must return only str by @matejv in #20
- Prometheus labels are now configurable - @devon-mar in #22
- Fixed errors when generating OpenAPI schema
Full Changelog: v2.1.1...v2.2.0
v2.1.1
v2.1.0
v2.1.0 fixes a bug in v2.0.0 where role
wasn't working correctly with the devices-vms
endpoint.
The v2.0.0 release notes are attached below:
Breaking changes:
- NetBox 2.9 is no longer supported due to the addition of IP range support.
- Summarization is enabled by default.
New Features
- NetBox v3.2 support
- IP Range support. Each IP range will be converted to an equivalent list of prefixes.
devices-vms-attrs
endpoint: Provides a unified endpoint for accessing both devices and VMs. Useful as a HTTP source for Oxidized.- List summarization. Lists are summarized by default, reducing the number of prefixes returned.
v2.0.0
⚠This release has a bug where role
doesn't work correctly with the devices-vms
endpoint. Please use v2.1.0⚠
Breaking changes:
- NetBox 2.9 is no longer supported due to the addition of IP range support.
- Summarization is enabled by default.
New Features
- NetBox v3.2 support
- IP Range support. Each IP range will be converted to an equivalent list of prefixes.
devices-vms-attrs
endpoint: Provides a unified endpoint for accessing both devices and VMs. Useful as a HTTP source for Oxidized.- List summarization. Lists are summarized by default, reducing the number of prefixes returned.