Skip to content

Releases: devon-mar/netbox-lists

v4.0.0

08 May 05:16
3b28653
Compare
Choose a tag to compare
  • NetBox v4.0 support
  • Python 3.10 or above is required

v3.1.1

26 Aug 17:59
Compare
Choose a tag to compare
  • Fix wrong URLs in API browser

v3.1.0

31 May 06:14
Compare
Choose a tag to compare

What's Changed

  • Add Prometheus SD API endpoint for IP addresses by @matejv in #24

Full Changelog: v3.0.0...v3.1.0

v3.0.0

03 May 03:30
f2c9583
Compare
Choose a tag to compare
  • NEW: Ansible and Terraform integrations are now available.
  • The OpenAPI schema has been improved.

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

Full Changelog: v2.2.0...v3.0.0

v2.2.0

02 May 23:59
Compare
Choose a tag to compare

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

25 Apr 19:25
Compare
Choose a tag to compare

Bug Fixes

  • Fix filterset validation for the devices-vms and devices-vms-attrs endpoints.

v2.1.0

15 Apr 08:03
Compare
Choose a tag to compare

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

15 Apr 03:33
Compare
Choose a tag to compare

⚠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.

v1.0.0

02 Oct 19:15
Compare
Choose a tag to compare

First stable release!

Changes

  • NetBox object permissions support
  • Address family specific prefix length filters
  • Various bug fixes.
  • Query cleanup

v0.2.0

06 Sep 23:59
Compare
Choose a tag to compare

Initial release