Skip to content

Releases: linuxserver/docker-netbox

v2.11.10-ls34

28 Jul 20:48
Compare
Choose a tag to compare

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

08 Jul 13:58
Compare
Choose a tag to compare

LinuxServer Changes:

Added Redis database environment variables.

netbox Changes:

Bug Fixes

  • #6456 - API schema type should be boolean for _occupied on cable termination models
  • #6710 - Fix assignment of VM interface parent via REST API
  • #6714 - Fix rendering of device type component creation forms

v2.11.8-ls33

06 Jul 15:54
Compare
Choose a tag to compare

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

02 Jul 10:37
Compare
Choose a tag to compare

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

  • #6553 - ProviderNetwork search should match on name
  • #6562 - Disable ordering of secrets by assigned object
  • #6563 - Fix filtering by location for cable connection forms
  • #6584 - Fix ordering of nested inventory items
  • #6602 - Fix deletion of devices with cables attached

v2.11.7-ls32

16 Jun 20:56
Compare
Choose a tag to compare

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

  • #6553 - ProviderNetwork search should match on name
  • #6562 - Disable ordering of secrets by assigned object
  • #6563 - Fix filtering by location for cable connection forms
  • #6584 - Fix ordering of nested inventory items
  • #6602 - Fix deletion of devices with cables attached

v2.11.6-ls32

11 Jun 10:39
Compare
Choose a tag to compare

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

04 Jun 16:50
Compare
Choose a tag to compare

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

04 Jun 14:07
Compare
Choose a tag to compare

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

v2.11.4-ls31

25 May 17:57
Compare
Choose a tag to compare

LinuxServer Changes:

Added Redis database environment variables.

netbox Changes:

Enhancements

  • #5121 - Add content type filters for tags
  • #6358 - Add search field for VLAN groups
  • #6393 - Add description filter for IP addresses
  • #6400 - Add cyan color choice for plugin buttons
  • #6422 - Enable filtering users by group under admin UI
  • #6441 - Improve UI paginator to optimize page object count

Bug Fixes

  • #6376 - Fix assignment of VLAN groups to clusters, cluster groups via REST API
  • #6398 - Avoid exception when deleting device connected to self via circuit
  • #6426 - Allow assigning virtual chassis member interfaces to LAG on VC master
  • #6438 - Fix missing descriptions and label for device type imports and exports
  • #6465 - Fix typo in installed plugins REST API endpoint
  • #6467 - Fix access to metrics on custom BASE_PATH when login is required
  • #6468 - Disable ordering VLAN groups list by scope object

v2.11.3-ls31

21 May 10:48
Compare
Choose a tag to compare

LinuxServer Changes:

Added Redis database environment variables.

netbox Changes:

Enhancements

  • #6197 - Introduced SESSION_COOKIE_NAME config parameter
  • #6318 - Add OM5 MMF cable type
  • #6351 - Add aggregates count to tenant view
  • #6359 - Enable custom links for organizational and nested group models

Bug Fixes

  • #6240 - Fix display of available VLAN ranges under VLAN group view
  • #6308 - Fix linking of available VLANs in VLAN group view
  • #6309 - Restrict parent VM interface assignment to the parent VM
  • #6312 - Interface device filter should return all virtual chassis interfaces only if device is master
  • #6313 - Fix device type instance count under manufacturer view
  • #6321 - Restore "add an IP" button under prefix IPs view
  • #6333 - Fix filtering of circuit terminations by primary key
  • #6339 - Improve ordering of interfaces when viewing virtual chassis master
  • #6350 - Include first & last IP addresses when allocating available IPv6 addresses via the REST API
  • #6355 - Fix caching error when swapping A/Z circuit terminations
  • #6357 - Fix ProviderNetwork nested API serializer
  • #6363 - Correct pre-population of cluster group when creating a cluster
  • #6369 - Fix interface assignment for VLANs in non-scoped groups