LinuxServer Changes:
Added Redis database environment variables.
netbox Changes:
NOTE: This release includes a database migration that calculates and annotates prefix depth. It may impose a noticeable delay on the upgrade process: Users should anticipate roughly one minute of delay per 100 thousand prefixes being updated.
Enhancements
- #6087 - Improved prefix hierarchy rendering
- #6487 - Add location filter to cable connection form
- #6501 - Expose prefix depth and children on REST API serializer
- #6527 - Support Markdown for report descriptions
- #6540 - Add a "flat" column to the prefix table
Bug Fixes
- #6064 - Fix object permission assignments for user and group models
- #6217 - Disallow passing of string values for integer custom fields
- #6284 - Avoid sending redundant webhooks when adding/removing tags
- #6492 - Correct tag population in post-change data resulting from REST API changes
- #6496 - Fix upgrade script when Python installed in nonstandard path
- #6502 - Correct permissions evaluation for running a report via the REST API
- #6517 - Fix assignment of user when creating rack reservations via REST API
- #6525 - Paginate related IPs table under IP address view