Netbox-inventory

Latest version: v2.0.1

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

Scan your dependencies

Page 1 of 5

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

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

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.