Skip to content

1.1.0: Add NetBox 2.11 support and bug fixes (Grace Hopper)

Compare
Choose a tag to compare
@bb-Ricardo bb-Ricardo released this 30 Jun 20:51
· 256 commits to main since this release

Features:

  • Adopt to NetBox v2.11+ version with changed vcpus data type #58
  • Adds config option to strip domain part from host/vm name #29
  • Adds possibility to map platform #47
  • Adds host_role_relation and vm_role_relation config options #56 (deprecates netbox_host_device_role and netbox_vm_device_role config options)
  • Relation *_relation config options support values with a comma (needs to be enclosed in quotes) #42
  • Add "match_host_by_serial" config option to disable host serial matching. #52
  • Adds "host_tenant_relation" config option #51

Bugfixes:

  • Handle missing "API-Version" HTTP header properly #57
  • Fixes issue with accessing unresolved objects #45