Netbox-inventory

Latest version: v2.1.0

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

Scan your dependencies

Page 1 of 5

2.1.0

What's Changed
* Filter by Contact Group by rizlas in https://github.com/ArnesSI/netbox-inventory/pull/185
* netbox 4.1 compatibility by matejv in https://github.com/ArnesSI/netbox-inventory/pull/196
* Add netbox v4 graphql support by joshuajcoronado in https://github.com/ArnesSI/netbox-inventory/pull/191

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

**Full Changelog**: https://github.com/ArnesSI/netbox-inventory/compare/v2.0.2...v2.1.0

2.0.2

What's Changed
* Add id to search for asset attributes by cs-1 in https://github.com/ArnesSI/netbox-inventory/pull/172
* Fix typo in manufacturer asset modules URL by alehaa in https://github.com/ArnesSI/netbox-inventory/pull/171
* Split reassign form in fieldsets by alehaa in https://github.com/ArnesSI/netbox-inventory/pull/180
* Add current location asset property by alehaa in https://github.com/ArnesSI/netbox-inventory/pull/159
* Add device and module type columns by alehaa in https://github.com/ArnesSI/netbox-inventory/pull/161
* additional filtering on assets by matejv in https://github.com/ArnesSI/netbox-inventory/pull/181
* asset general search now matches tenant and owner names (icontains) by matejv in https://github.com/ArnesSI/netbox-inventory/pull/182
* remove management command to check unique asset tag values by matejv in https://github.com/ArnesSI/netbox-inventory/pull/183
* remove template extensons for device & module types by matejv in https://github.com/ArnesSI/netbox-inventory/pull/184

New Contributors
* cs-1 made their first contribution in https://github.com/ArnesSI/netbox-inventory/pull/172

**Full Changelog**: https://github.com/ArnesSI/netbox-inventory/compare/v2.0.1...v2.0.2

2.0.1

What's Changed
* ensure HiddenInput fields are really hidden in forms by matejv in https://github.com/ArnesSI/netbox-inventory/pull/168
* replace custom tabs with counts similar to related objects by matejv in https://github.com/ArnesSI/netbox-inventory/pull/169
* update tables to htmx_table macro by matejv in https://github.com/ArnesSI/netbox-inventory/pull/170


**Full Changelog**: https://github.com/ArnesSI/netbox-inventory/compare/v2.0.0...v2.0.1

2.0.0

Netbox 4

This is the first release of netbox-inventory compatible with netbox 4.0.

Important note to read before upgrading

This version changes the way asset tag unique values are enforced (see 149). If you are currently running netbox-inventory v1.6.0 please run `check_asset_tags` management commands before upgrading and follow instructions. The command will check your asset tags and list assets that need your attention before upgrading to netbox-inventory 2.0. If you are on older netbox-inventory version, please upgrade to v1.6.0 first and run the command as well.

Running the command:


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



What's Changed
* Arrange menu items by alehaa in https://github.com/ArnesSI/netbox-inventory/pull/158
* Netbox 4 compatibility by matejv in https://github.com/ArnesSI/netbox-inventory/pull/165
* add unique constraint on asset_tag if asset has no owner by matejv in https://github.com/ArnesSI/netbox-inventory/pull/157

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

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

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

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.