Skip to content

Commit

Permalink
net-mgmt/netbox: Update to 3.5.8
Browse files Browse the repository at this point in the history
Changelog:

Enhancements:
* Ship a validation schema for the device type library with each release
* Add support for specifying import/export route targets during VRF
  bulk import
* Automatically populate any VDC assignments from the parent when adding
  a child interface via the UI
* Add 400GE CFP2 interface type
* Add human-friendly speed column to interfaces table
* Add "assigned" filter for IP addresses
* List installed plugins on the server error report page
* Add 200 and 400 Gbps speeds to dropdown choices on interface form

Bug Fixes:
* Fix schema definition for available IP & VLAN REST API endpoints
* Raise validation error for invalid alphanumeric ranges when
  creating objects
* Avoid escaping semicolons when rendering custom links
* Automatically delete an AutoSyncRecord when its object is deleted
* Fix filtering of circuits under provider network view
* Fix job termination status for failed reports
* Fix support for "hide-if-unset" custom fields on bulk import forms
* Don't disable bulk edit/delete buttons after deselecting
  "select all" checkbox
* Disable table ordering for custom link columns

https://github.com/netbox-community/netbox/releases/tag/v3.5.8

MFH:		2023Q3
  • Loading branch information
knobix committed Aug 17, 2023
1 parent d7f1b1d commit 1112b52
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions net-mgmt/netbox/Makefile
@@ -1,6 +1,6 @@
PORTNAME= netbox
DISTVERSIONPREFIX= v
DISTVERSION= 3.5.7
DISTVERSION= 3.5.8
CATEGORIES= net-mgmt python

MAINTAINER= kai@FreeBSD.org
Expand Down Expand Up @@ -38,7 +38,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=4.1.10<4.2:www/py-django41@${PY_FL
${PYTHON_PKGNAMEPREFIX}dj41-django-timezone-field>=5.1<6:www/py-dj41-django-timezone-field@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj41-djangorestframework>=3.14.0<3.15.0:www/py-dj41-djangorestframework@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj41-drf-spectacular>=0.26.4<1:www/py-dj41-drf-spectacular@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj41-drf-spectacular-sidecar>=2023.7.1:www/py-dj41-drf-spectacular-sidecar@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj41-drf-spectacular-sidecar>=2023.8.1:www/py-dj41-drf-spectacular-sidecar@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dj41-graphene-django>=3.0.0,1<3.0.0_99,1:devel/py-dj41-graphene-django@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django-pglocks>=1.0.4<1.1:www/py-django-pglocks@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}bleach>=5.0.1<7:www/py-bleach@${PY_FLAVOR} \
Expand Down
6 changes: 3 additions & 3 deletions net-mgmt/netbox/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1690789577
SHA256 (netbox-community-netbox-v3.5.7_GH0.tar.gz) = 17f057b21539bd1d90c5ea1ddb77746e29da49df67b137f88d433988922d9db8
SIZE (netbox-community-netbox-v3.5.7_GH0.tar.gz) = 5774576
TIMESTAMP = 1692119112
SHA256 (netbox-community-netbox-v3.5.8_GH0.tar.gz) = 1896e70609633f2241be1a542e108899f86fca1b905c9afacecf47fa73811821
SIZE (netbox-community-netbox-v3.5.8_GH0.tar.gz) = 5776278
11 changes: 6 additions & 5 deletions net-mgmt/netbox/pkg-plist
Expand Up @@ -134,6 +134,7 @@
%%DATADIR%%/dcim/lookups.py
%%DATADIR%%/dcim/management/__init__.py
%%DATADIR%%/dcim/management/commands/__init__.py
%%DATADIR%%/dcim/management/commands/buildschema.py
%%DATADIR%%/dcim/management/commands/trace_paths.py
%%DATADIR%%/dcim/migrations/0001_squashed.py
%%DATADIR%%/dcim/migrations/0002_squashed.py
Expand Down Expand Up @@ -553,6 +554,7 @@
%%DATADIR%%/extras/plugins/registration.py
%%DATADIR%%/extras/plugins/templates.py
%%DATADIR%%/extras/plugins/urls.py
%%DATADIR%%/extras/plugins/utils.py
%%DATADIR%%/extras/plugins/views.py
%%DATADIR%%/extras/querysets.py
%%DATADIR%%/extras/reports.py
Expand Down Expand Up @@ -904,6 +906,7 @@
%%DATADIR%%/templates/dcim/consoleserverport_delete.html
%%DATADIR%%/templates/dcim/device.html
%%DATADIR%%/templates/dcim/device/base.html
%%DATADIR%%/templates/dcim/device/components_base.html
%%DATADIR%%/templates/dcim/device/consoleports.html
%%DATADIR%%/templates/dcim/device/consoleserverports.html
%%DATADIR%%/templates/dcim/device/devicebays.html
Expand Down Expand Up @@ -1003,6 +1006,7 @@
%%DATADIR%%/templates/extras/exporttemplate_list.html
%%DATADIR%%/templates/extras/htmx/report_result.html
%%DATADIR%%/templates/extras/htmx/script_result.html
%%DATADIR%%/templates/extras/imageattachment.html
%%DATADIR%%/templates/extras/imageattachment_edit.html
%%DATADIR%%/templates/extras/inc/configcontext_data.html
%%DATADIR%%/templates/extras/inc/configcontext_format.html
Expand All @@ -1020,6 +1024,7 @@
%%DATADIR%%/templates/extras/report_list.html
%%DATADIR%%/templates/extras/report_result.html
%%DATADIR%%/templates/extras/savedfilter.html
%%DATADIR%%/templates/extras/schema/devicetype_schema.jinja2
%%DATADIR%%/templates/extras/script.html
%%DATADIR%%/templates/extras/script/base.html
%%DATADIR%%/templates/extras/script/jobs.html
Expand All @@ -1037,6 +1042,7 @@
%%DATADIR%%/templates/generic/bulk_rename.html
%%DATADIR%%/templates/generic/confirmation_form.html
%%DATADIR%%/templates/generic/object.html
%%DATADIR%%/templates/generic/object_children.html
%%DATADIR%%/templates/generic/object_delete.html
%%DATADIR%%/templates/generic/object_edit.html
%%DATADIR%%/templates/generic/object_list.html
Expand Down Expand Up @@ -1070,7 +1076,6 @@
%%DATADIR%%/templates/ipam/aggregate/prefixes.html
%%DATADIR%%/templates/ipam/asn.html
%%DATADIR%%/templates/ipam/asnrange.html
%%DATADIR%%/templates/ipam/asnrange/asns.html
%%DATADIR%%/templates/ipam/asnrange/base.html
%%DATADIR%%/templates/ipam/fhrpgroup.html
%%DATADIR%%/templates/ipam/fhrpgroupassignment_edit.html
Expand All @@ -1079,7 +1084,6 @@
%%DATADIR%%/templates/ipam/inc/toggle_available.html
%%DATADIR%%/templates/ipam/ipaddress.html
%%DATADIR%%/templates/ipam/ipaddress/base.html
%%DATADIR%%/templates/ipam/ipaddress/ip_addresses.html
%%DATADIR%%/templates/ipam/ipaddress_assign.html
%%DATADIR%%/templates/ipam/ipaddress_bulk_add.html
%%DATADIR%%/templates/ipam/ipaddress_edit.html
Expand All @@ -1104,8 +1108,6 @@
%%DATADIR%%/templates/ipam/servicetemplate.html
%%DATADIR%%/templates/ipam/vlan.html
%%DATADIR%%/templates/ipam/vlan/base.html
%%DATADIR%%/templates/ipam/vlan/interfaces.html
%%DATADIR%%/templates/ipam/vlan/vminterfaces.html
%%DATADIR%%/templates/ipam/vlan_edit.html
%%DATADIR%%/templates/ipam/vlangroup.html
%%DATADIR%%/templates/ipam/vrf.html
Expand All @@ -1129,7 +1131,6 @@
%%DATADIR%%/templates/virtualization/cluster.html
%%DATADIR%%/templates/virtualization/cluster/base.html
%%DATADIR%%/templates/virtualization/cluster/devices.html
%%DATADIR%%/templates/virtualization/cluster/virtual_machines.html
%%DATADIR%%/templates/virtualization/cluster_add_devices.html
%%DATADIR%%/templates/virtualization/clustergroup.html
%%DATADIR%%/templates/virtualization/clustertype.html
Expand Down

0 comments on commit 1112b52

Please sign in to comment.