Releases: linuxserver/docker-netbox
v2.11.11-ls36
LinuxServer Changes:
Added Redis database environment variables.
netbox Changes:
Enhancements
- #6883 - Add C21 & C22 power types
- #6921 - Employ a sandbox when rendering Jinja2 code for increased security
Bug Fixes
- #6740 - Add import button to VM interfaces list
- #6892 - Fix validation of unit ranges when creating a rack reservation
- #6896 - Fix validation of IP address assigned as device/VM primary via NAT relation
- #6902 - Populate device field when cloning device components
- #6908 - Allow assignment of scope to VLAN groups upon import
- #6909 - Remove extraneous
site
column from VLAN group import form - #6910 - Fix exception on invalid CSV import column name
- #6918 - Fix return URL persistence when adding multiple objects sequentially
- #6935 - Remove extraneous columns from inventory item and device bay tables
- #6936 - Add missing
parent
column to inventory item import form
v2.11.10-ls35
LinuxServer Changes:
Added Redis database environment variables.
netbox Changes:
Enhancements
- #6560 - Enable CSV import via uploaded file
- #6644 - Add 6P/4P pass-through port types
- #6771 - Add count of inventory items to manufacturer view
- #6785 - Add "hardwired" type for power port types
Bug Fixes
- #5442 - Fix assignment of permissions based on LDAP groups
- #5627 - Fix filtering of interface connections list
- #6759 - Fix assignment of parent interfaces for bulk import
- #6773 - Add missing
display
field to rack unit serializer - #6774 - Fix A/Z assignment when swapping circuit terminations
- #6777 - Fix default value validation for custom text fields
- #6778 - Rack reservation should display rack's location
- #6780 - Include rack location in navigation breadcrumbs
- #6794 - Fix device name display on device status view
- #6812 - Limit reported prefix utilization to 100%
- #6822 - Use consistent maximum value for interface MTU
Other Changes
- #6781 - Database query caching is now disabled by default
v2.11.10-ls34
LinuxServer Changes:
Added Redis database environment variables.
netbox Changes:
Enhancements
- #6560 - Enable CSV import via uploaded file
- #6644 - Add 6P/4P pass-through port types
- #6771 - Add count of inventory items to manufacturer view
- #6785 - Add "hardwired" type for power port types
Bug Fixes
- #5442 - Fix assignment of permissions based on LDAP groups
- #5627 - Fix filtering of interface connections list
- #6759 - Fix assignment of parent interfaces for bulk import
- #6773 - Add missing
display
field to rack unit serializer - #6774 - Fix A/Z assignment when swapping circuit terminations
- #6777 - Fix default value validation for custom text fields
- #6778 - Rack reservation should display rack's location
- #6780 - Include rack location in navigation breadcrumbs
- #6794 - Fix device name display on device status view
- #6812 - Limit reported prefix utilization to 100%
- #6822 - Use consistent maximum value for interface MTU
Other Changes
- #6781 - Database query caching is now disabled by default
v2.11.9-ls33
v2.11.8-ls33
LinuxServer Changes:
Added Redis database environment variables.
netbox Changes:
Enhancements
- #5503 - Annotate short date & time fields with their longer form
- #6138 - Add an
empty
filter modifier for character fields - #6200 - Add rack reservations to global search
- #6368 - Enable virtual chassis assignment during bulk import of devices
- #6620 - Show assigned VMs count under device role view
- #6666 - Show management-only status under interface detail view
- #6667 - Display VM memory as GB/TB as appropriate
Bug Fixes
- #6626 - Fix site field on VM search form; add site group
- #6637 - Fix group assignment in "available VLANs" link under VLAN group view
- #6640 - Disallow numeric values in custom text fields
- #6652 - Fix exception when adding components in bulk to multiple devices
- #6676 - Fix device/VM counts per cluster under cluster type/group views
- #6680 - Allow setting custom field values for VM interfaces on initial creation
- #6695 - Fix exception when importing device type with invalid front port definition
v2.11.7-ls33
LinuxServer Changes:
Added Redis database environment variables.
netbox Changes:
Enhancements
- #6455 - Permit /32 IPv4 and /128 IPv6 prefixes
- #6493 - Show change log diff for non-atomic (pre-2.11) changes
- #6564 - Add N connector type for pass-through ports
- #6588 - Add support for webp files as front/rear device type images
- #6589 - Standardize breadcrumb navigation for power panels and feeds
Bug Fixes
v2.11.7-ls32
LinuxServer Changes:
Added Redis database environment variables.
netbox Changes:
Enhancements
- #6455 - Permit /32 IPv4 and /128 IPv6 prefixes
- #6493 - Show change log diff for non-atomic (pre-2.11) changes
- #6564 - Add N connector type for pass-through ports
- #6588 - Add support for webp files as front/rear device type images
- #6589 - Standardize breadcrumb navigation for power panels and feeds
Bug Fixes
v2.11.6-ls32
LinuxServer Changes:
Added Redis database environment variables.
netbox Changes:
Bug Fixes
- #6544 - Fix migration error when upgrading with VRF(s) defined
v2.11.6-ls31
LinuxServer Changes:
Added Redis database environment variables.
netbox Changes:
Bug Fixes
- #6544 - Fix migration error when upgrading with VRF(s) defined
v2.11.5-ls31
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