Changelog:
Enhancements:
* Add UI field to filter interfaces by kind
* Add a utilization column to the IP ranges table
Bug Fixes:
* Fix incorrect Device LLDP interface row coloring
* Fix navigation UI issue that caused improper element overlap
* Restore horizontal scrolling for tables in narrow viewports
* Avoid exception when utilizing "create and add another" twice
in succession
* Fix multi-value filtering of custom field objects
* Fix incorrect display of update/delete events for webhooks
* Fix rendering of UTF8-encoded data in change records
* Fix display of version when new release is available
* Fix alignment of object identifier under object view
https://github.com/netbox-community/netbox/releases/tag/v3.0.8
- add '-fcommon' to our CFLAGS in order to build with clang 11;
- fix used by other ports as well (mentioned a few on original PR);
- this is applied in a conditional way, checking OSVERSION;
- while here, also added new DISTSITES.
Reported by: dvl@, pkg-fallout
PR: 257162
Changelog:
Enhancements:
* Improve ability to toggle images/labels in rack elevations
* Add USB micro AB type
Bug Fixes:
* Fix permissions evaluation and improve error handling for connected
device REST API endpoint
* Correct redirect URL when attaching images via "add another" button
* Fix AttributeError exception when rendering a report or custom script
* Fix parent interface choices when bulk editing VM interfaces
https://github.com/netbox-community/netbox/releases/tag/v3.0.7
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
* Update pkg-descr while I'm here.
Changelog:
Enhancements:
* Default to current user when creating journal entries via REST API
* Include type, ID, and slug on object view
* Enable filtering cables by termination type & ID in REST API
* Include count of assigned virtual machines under platform view
Bug Fixes:
* Fix missing actions column on user-configured tables
* Fix exception when viewing a large number of child IPs within a prefix
* Fix site/provider network validation for circuit termination
API serializer
* Pre-populate location data when adding a device to a rack
* Fix filtering connections by site ID
https://github.com/netbox-community/netbox/releases/tag/v3.0.6
Changelog:
Enhancements:
* Always show IP addresses tab under prefix view
* Cache rendered REST API specifications
* Add image attachment support for circuits, power panels
* Enable arbitrary ordering of custom scripts
* Don't select hidden rows when selecting all in a table
Bug Fixes:
* Fix bulk editing of child prefixes under aggregate view
* Custom field columns should be removed from tables upon their deletion
* Remove errant markup for null values in CSV export
* Prevent rack elevations from overlapping when higher width
is specified
* Fix flashing when server, client, and browser color-mode preferences
are mismatched
* Fix AttributeError exception when rendering export template for
devices via REST API
* Pin jsonschema package to v3.2.0 to fix REST API docs rendering
* Fix exception in UI when adding member devices to virtual chassis
* Fix exception in UI when adding child device to device bay
* Prevent exception when filtering objects list by invalid tag
* Housekeeping command should honor zero verbosity
https://github.com/netbox-community/netbox/releases/tag/v3.0.5