aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netbox/Makefile
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2023-08-29 07:22:39 +0000
committerKai Knoblich <kai@FreeBSD.org>2023-08-29 07:22:39 +0000
commit7fbca1b69af8e0ca6092e481640dc3db0dee8d50 (patch)
tree314eb8065553288c4d06d638ee6d5dcf38ab69ea /net-mgmt/netbox/Makefile
parentae158eec195cf31049a53d1aaec03664cde70109 (diff)
downloadports-7fbca1b69af8e0ca6092e481640dc3db0dee8d50.tar.gz
ports-7fbca1b69af8e0ca6092e481640dc3db0dee8d50.zip
net-mgmt/netbox: Update to 3.5.9
Changelog: Enhancements: * Dynamically render location and device lists under site and location views * Display assigned values count per object type under custom field view * Enable filtering IP ranges by containing prefix * Include request object in custom link renderer on tables * Move child VLANs list to a separate tab under VLAN group view * Pass additional HTTP headers through to custom script context * Introduce empty lookup for numeric value filters Bug Fixes: * Fix localization support for device position field * Git backend should send HTTP auth headers only if credentials have been defined * Fix filtering of modified objects after bulk import/update * Fix filtering of export templates by content type under web UI * Fix form validation for bulk update of L2VPN terminations via bulk import form * Fix utilization graph proportions when localization is enabled * Avoid raising exception for invalid content type during global search * Plugin utility functions should be importable from extras.plugins * Ensure script log messages can be serialized as JSON data * Config context tab under device/VM view should not require extras.view_configcontext permission * Ensure reindex command clears all cached values when not in lazy mode * Correct REST API representation of VDC status choice * Fix selection widgets for related interfaces when bulk editing interfaces under device view https://github.com/netbox-community/netbox/releases/tag/v3.5.9 MFH: 2023Q3
Diffstat (limited to 'net-mgmt/netbox/Makefile')
-rw-r--r--net-mgmt/netbox/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile
index 3aae26f89637..e05426acdcc6 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -1,6 +1,6 @@
PORTNAME= netbox
DISTVERSIONPREFIX= v
-DISTVERSION= 3.5.8
+DISTVERSION= 3.5.9
CATEGORIES= net-mgmt python
MAINTAINER= kai@FreeBSD.org