Skip to content

Commit

Permalink
net-mgmt/netbox: Update to 3.5.9
Browse files Browse the repository at this point in the history
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
  • Loading branch information
knobix committed Aug 29, 2023
1 parent ae158ee commit 7fbca1b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
6 changes: 3 additions & 3 deletions net-mgmt/netbox/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1692119112
SHA256 (netbox-community-netbox-v3.5.8_GH0.tar.gz) = 1896e70609633f2241be1a542e108899f86fca1b905c9afacecf47fa73811821
SIZE (netbox-community-netbox-v3.5.8_GH0.tar.gz) = 5776278
TIMESTAMP = 1693289458
SHA256 (netbox-community-netbox-v3.5.9_GH0.tar.gz) = 98d9dd0dd7e44bc1ce95bc7758eb2c624a444f92516d63f6800bd897ba09a793
SIZE (netbox-community-netbox-v3.5.9_GH0.tar.gz) = 5790742
1 change: 0 additions & 1 deletion net-mgmt/netbox/pkg-plist
Expand Up @@ -935,7 +935,6 @@
%%DATADIR%%/templates/dcim/inc/connection_endpoints.html
%%DATADIR%%/templates/dcim/inc/endpoint_connection.html
%%DATADIR%%/templates/dcim/inc/interface_vlans_table.html
%%DATADIR%%/templates/dcim/inc/nonracked_devices.html
%%DATADIR%%/templates/dcim/inc/panels/inventory_items.html
%%DATADIR%%/templates/dcim/inc/rack_elevation.html
%%DATADIR%%/templates/dcim/interface.html
Expand Down

0 comments on commit 7fbca1b

Please sign in to comment.