Changelog

v3.7.1 - 2024-07-11

  • Add no_cache variable to generator schemaHandlers

  • Refactor netbox resources id and change primaryIP index

v3.7.0.1 - 2024-06-12

  • Added support for Netbox 3.7

v0.5.5 - 2024-06-06

  • Fix query retry when cache is corrupted

v0.5.4 - 2024-05-16

  • Update PrimaryIP entity:

    • Add inmanta_primary_ip relation for Device and VirtualMachine

    • Add index based on the IP and the linked Device / VirtualMachine

v0.5.3 - 2024-05-07

  • Fix requires and provides relations of entities with following multiplicity [0:]

  • Fix VRF using wrong field in query: name instead of slug for Tenant

  • Update L2VPN identity name -> slug

v0.5.2 - 2024-04-25

  • Add compatibility body method in resources when interacting with old Netbox instances

  • Update query of IpAddress: Use VRF if defined as the ip should be unique per VRF

v0.5.1 - 2024-04-24

  • Fix when comparing unsupported desired fields

  • Change default value of agent_autostart to true

v0.5.0 - 2024-04-22

  • Fix DeviceRole not using slug

  • Call PATCH on resource update

  • Make all attributes optional for easier use of “unmanaged” resources.

  • Allow to manage custom fields on resources

  • Add support from creating secret from query

  • Fix when adding bridge to interface

  • Improve handler logging

  • Fix diffing for interface relations based on the id of the netbox object.

v0.4.0 - 2024-03-11

  • Add parameters for the generation of secrets

  • Fix inconsistent RSA key path when deleting secret

v0.3.0 - 2024-02-20

  • Bugfix fixed credentials logic in plugins

  • Stop using deprecated jsonschema.RefResolver

  • Add restbase caching mechanism for schemas

  • Rewriting of the generate_password secret plugin

  • Refactor of the public interface of the Netbox Secret helper

v0.2.1 - 2024-01-05

  • Fix listing netbox secrets

v0.2.0 - 2023-11-27

  • Improved the logs when fetching dependencies

  • Refactor Netbox-Secret helper

  • refactor netbox-secret integration

  • refactor resource ids

  • add cache for the session

v0.1.2 - 2023-07-14

  • bugfix changing dictionary size during iteration

v0.1.1 - 2023-07-14

  • Added reference resolver cache

v0.1.0 - 2023-05-16

  • Use restbase 1.3.0

  • Remove index and update id_attribute for Prefix

  • Add agent_autostart parameter to Credentials

v0.0.1 - 2022/12/16

  • Plugins allowing to query netbox inventory