Netbox-inventory

Latest version: v1.6.0

Safety actively analyzes 622275 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 5

1.6.0

What's Changed
* date fields on bulk edit forms use correct widget by matejv in https://github.com/ArnesSI/netbox-inventory/pull/146
* add purchase status field by matejv in https://github.com/ArnesSI/netbox-inventory/pull/147
* Update models.py by uck9 in https://github.com/ArnesSI/netbox-inventory/pull/151
* replace GenericRelation fields with appropriate model mixins by matejv in https://github.com/ArnesSI/netbox-inventory/pull/155

New Contributors
* uck9 made their first contribution in https://github.com/ArnesSI/netbox-inventory/pull/151

(Important!) Asset tag unique values

The next major release of netbox inventory (v2.0.0, sometime after netbox v4 releases) will change how asset tag values are checked for uniqueness. Currently assets that have no owner set can have duplicate asset tag values. This is considered a bug.

In the next major release this will change so assets hat have no owner will have to have unique asset tag values.

For assets that don't have asset tag set, nothing will change. For assets that have owner set, nothing will change - asset tags have to be unique per owner.

This release (v1.6.0) adds a Django management command that will check your assets and list those that need your attention. To use it run:


$ source /opt/netbox/venv/bin/activate
(venv) $ cd /opt/netbox/netbox/
(venv) $ python3 manage.py check_asset_tags


To leave your feedback regarding this change, please use issue https://github.com/ArnesSI/netbox-inventory/issues/149

**Full Changelog**: https://github.com/ArnesSI/netbox-inventory/compare/v1.5.2...v1.6.0

1.5.2

What's Changed
* Remove CF from assign/reassign forms by Kani999 in https://github.com/ArnesSI/netbox-inventory/pull/131
* Add graphql support by joshuajcoronado in https://github.com/ArnesSI/netbox-inventory/pull/139
* validate that warranty start and end dates make sense by matejv in https://github.com/ArnesSI/netbox-inventory/pull/140
* fix assigning asset to inventory item when inventory item type model … by matejv in https://github.com/ArnesSI/netbox-inventory/pull/141

New Contributors
* Kani999 made their first contribution in https://github.com/ArnesSI/netbox-inventory/pull/131
* joshuajcoronado made their first contribution in https://github.com/ArnesSI/netbox-inventory/pull/139

**Full Changelog**: https://github.com/ArnesSI/netbox-inventory/compare/v1.5.1...v1.5.2

1.5.1

What's Changed
* add tenant_any_id filter on assets by matejv in https://github.com/ArnesSI/netbox-inventory/pull/128
* use htmx to include asset table on detail views by matejv in https://github.com/ArnesSI/netbox-inventory/pull/129


**Full Changelog**: https://github.com/ArnesSI/netbox-inventory/compare/v1.5.0...v1.5.1

1.5.0

What's Changed
* netbox 3.6 compatibility by matejv in https://github.com/ArnesSI/netbox-inventory/pull/121


**Full Changelog**: https://github.com/ArnesSI/netbox-inventory/compare/v1.4.3...v1.5.0

1.4.4

- backport add tenant_any_id filter on assets (https://github.com/ArnesSI/netbox-inventory/pull/128) for netbox 3.5

**Full Changelog**: https://github.com/ArnesSI/netbox-inventory/compare/v1.4.3...v1.4.4

1.4.3

What's Changed
* show deliveries on purchase view by matejv in https://github.com/ArnesSI/netbox-inventory/pull/124


**Full Changelog**: https://github.com/ArnesSI/netbox-inventory/compare/v1.4.2...v1.4.3

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.