v2.2.0
What's Changed
- add support for racks and rack types by @matejv in #205
Racks can now be part of netbox inventory the same way as devices and modules. One caveat: netbox allows you to create a rack without assigning rack type. Unfortunately *_types are deeply ingrained into netbox inventory, so to create racks from assets, you'll always need to have a rack type defined as well. - Add filters on device role and inventory item role to assets by @matejv in #201
- remove option to filter for None in some location related filters by @matejv in #202
- allow changing device_type and module_type when assiging a new asset to device or module by @matejv in #203
- ensure change snapshots are created for hardware by @matejv in #206
- make asset general search lookup by assigned hardware names by @matejv in #208
- small improvements to global search & menu by @matejv in #209
- add ability to set multiple asset statuses as used or stored by @matejv in #210
this is needed to ensure stored assets are corectly shown under locations and sites - document use of netbox_attachments plugin by @matejv in #207
Full Changelog: v2.1.0...v2.2.0