CI Report:
https://ci-tests.linuxserver.io/linuxserver/netbox/v4.4.9-ls320/index.html
LinuxServer Changes:
Full Changelog: v4.4.8-ls319...v4.4.9-ls320
Remote Changes:
Enhancements
- #20309 - Support ASDOT notation for ASN ranges
- #20720 - Add Latvian translations
- #20900 - Allow filtering custom choice fields by multiple values in the UI
Bug Fixes
- #17976 - Remove
devicetype_countfrom nested manufacturer to correct OpenAPI schema - #20011 - Provide a clear message when encountering duplicate object IDs during bulk import
- #20114 - Preserve
parent_bayduring device bulk import when tags are present - #20491 - Improve handling of numeric ranges in tests
- #20873 - Fix
AttributeErrorexception triggered by event rules associated with an object that supports file attachments - #20875 - Ensure that parent object relations are cached (for filtering) on device/module components during instantiation
- #20876 - Allow editing an IP address that resides within a range marked as populated
- #20912 - Fix inconsistent clearing of
modulefield on ModuleBay - #20944 - Ensure cached scope is updated on child objects when a parent region/site/location is changed
- #20948 - Handle the deletion of related objects with
on_delete=RESTRICTthe same asCASCADE - #20969 - Fix querying of front port templates by
rear_port_id - #21011 - Avoid writing to the database when loading active ConfigRevision
- #21032 - Avoid SQL subquery in RestrictedQuerySet where unnecessary