LinuxServer Changes:
Restructure init to allow for plugins as mods.
netbox Changes:
Enhancements
- #17789 - Provide a single "scope" field for bulk editing VLAN group scope assignments
Bug Fixes
- #17358 - Fix validation of overlapping IP ranges
- #17374 - Fix styling of highlighted table rows in dark mode
- #17460 - Ensure bulk action buttons are consistent for device type components
- #17635 - Ensure AbortTransaction is caught when running a custom script with
commit=False
- #17685 - Ensure background jobs are validated before being scheduled
- #17710 - Remove cached fields on CableTermination model from GraphQL API
- #17740 - Ensure support for image attachments with a
.webp
file extension - #17749 - Restore missing
devicetypes
andchildren
fields for several objects in GraphQL API - #17754 - Remove paginator from version history table under plugin view
- #17759 - Retain
job_timeout
value when scheduling a recurring custom script - #17774 - Fix SSO login support for Entra ID (formerly Azure AD)
- #17802 - Fix background color for bulk rename buttons in list views
- #17838 - Adjust
manage.py
to referencepython3
executable