Skip to content

v0.1.9

Compare
Choose a tag to compare
@FragmentedPacket FragmentedPacket released this 29 Feb 16:30
· 578 commits to devel since this release
46febb2

v0.1.9

Overview

This version has a few breaking changes due to new namespace and collection name. I felt it necessary to change the name of the lookup plugin and inventory plugin just not to have a non descriptive namespace call to use them. Below is an example:
netbox.netbox.netbox would be used for both inventory plugin and lookup plugin, but in different contexts so no collision will arise, but confusion will.

I renamed the lookup plugin to nb_lookup so it will be used with the FQCN netbox.netbox.nb_lookup.

The inventory plugin will now be called within an inventory file by netbox.netbox.nb_inventory

Bug Fixes

  • #120 - Update netbox_tenant and netbox_tenant_group to use slugs for searching (available since NetBox 2.6). Added slug options to netbox_site, netbox_tenant, netbox_tenant_group