aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netbox/Makefile
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2021-04-15 09:06:26 +0000
committerKai Knoblich <kai@FreeBSD.org>2021-04-15 09:27:24 +0000
commit2d88de57d5ec7fbba7e36fb9c79db728c91a260e (patch)
tree28b9989fc9da92016e3b9837062d86c77245f091 /net-mgmt/netbox/Makefile
parent71cf7f7469b532db6cf0cffec7a6e14ce6935e00 (diff)
downloadports-2d88de57d5ec7fbba7e36fb9c79db728c91a260e.tar.gz
ports-2d88de57d5ec7fbba7e36fb9c79db728c91a260e.zip
net-mgmt/netbox: Update to 2.10.9
Changelog: Enhancements: * Add MAC address search field to VM interfaces list * Omit child devices from non-racked devices list under rack view * Add column to cable termination objects to display cable color * Display NAPALM-enabled device tabs only when relevant * Support disabling TLS certificate validation for Redis Bug Fixes: * Fix missing custom field filters for cables, rack reservations * Add missing count_ipaddresses attribute to VMInterface serializer * Permit users to manage their own REST API tokens without needing explicit permission * Fix interface connections REST API endpoint * Support colons in webhook header values * Do not infer tenant assignment from parent objects for prefixes, IP addresses * Handle exception when attempting to assign an MPTT-enabled model as its own parent * Correct handling of boolean fields when cloning objects https://github.com/netbox-community/netbox/releases/tag/v2.10.9 MFH: 2021Q2
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 29eb4896ac1b..28754ae36192 100644
--- a/net-mgmt/netbox/Makefile
+++ b/net-mgmt/netbox/Makefile
@@ -1,6 +1,6 @@
PORTNAME= netbox
DISTVERSIONPREFIX= v
-DISTVERSION= 2.10.8
+DISTVERSION= 2.10.9
CATEGORIES= net-mgmt
MAINTAINER= kai@FreeBSD.org