Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.6.2 22 Sep 2023 17:40:28
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.6.2
Changelog:
Enhancements:
* Add interface types for QSFP112 and OSFP-RHS
* Add support for other delimiting characters when using CSV import
Bug Fixes:
* Hide available IP/VLAN listing when sorting under a parent prefix
or VLAN range
* Raise validation error on the presence of an unknown CSV header
during bulk import
* Fix dashboard widget heading contrast under dark mode
* Render Markdown in custom field help text on object edit forms (Only the first 15 lines of the commit message are shown above ) |
3.6.1 10 Sep 2023 13:15:32
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.6.1
* Introduce non-default GIT, LDAP and S3 options.
Changelog since 3.5.9
It contains many bugfixes/enhancements and the following new features:
* Relocated Admin UI Views
* Configurable Default Permissions
* User Bookmarks
* Custom Field Choice Sets
* Pre-Defined Location Choices for Custom Fields
* Restrict Tag Usage by Object Type
https://netbox.readthedocs.io/en/stable/release-notes/version-3.6/
MFH: No (feature release) |
3.5.9_1 31 Aug 2023 05:45:13
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update dependencies after 6b168f112781
* Since release 0.18.0 of textproc/py-mkdocstrings, the handlers have
been outsourced to separate modules and can be installed through the
respective options.
Because options PYTHON and PYTHONLEGACY of py-mkdocstrings are
currently mutually exclusive and therefore non-default, explicitly
define py-mkdocstrings-python-legacy as required dependency.
* Bump PORTREVISION due changed dependencies. |
3.5.9 29 Aug 2023 07:22:39
    |
Kai Knoblich (kai)  |
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: (Only the first 15 lines of the commit message are shown above ) |
3.5.8 17 Aug 2023 10:30:45
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.5.8
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 (Only the first 15 lines of the commit message are shown above ) |
3.5.7 01 Aug 2023 06:40:46
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.5.7
Changelog:
Enhancements:
* Move non-rack devices list to a separate tab under the rack view
* Mask sensitive parameters when viewing a configured data source
* Add IEC 10609-1 and NBR 14136 power port & outlet types
* Implement a faster initial poll for report & script results
* Add 100GBASE-X-DSFP and 100GBASE-X-SFPDD interface types
Bug Fixes:
* Fix Markdown support for table cell alignment
* Fix missing script results when fetched via REST API
* Remove extraneous VLAN group field from bulk edit form for interfaces
* Permit unauthenticated access to content types REST API endpoint when
LOGIN_REQUIRED is false
* Fix exception when importing device type missing rack unit
height value
https://github.com/netbox-community/netbox/releases/tag/v3.5.7
MFH: 2023Q3 |
3.5.6 18 Jul 2023 18:47:45
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Relax version requirements after 0355c9443e92
* www/py-gunicorn was updated to the 21.x release series, adjust the
version requirements accordingly. |
3.5.6 12 Jul 2023 04:24:12
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.5.6
Changelogs since 3.5.4:
Enhancements:
* Annotate VLAN group utilization
* Add "copy to clipboard" buttons in UI for IP addresses
* Add 100GE QSFP-DD interface type
* Include additional contact details on contact assignments table
* Associate contact assignments with their objects in the change log
Bug Fixes:
* Fix REST API validation of null values for several
interface attributes
* Fix exception when clicking "create and add another" to add a cable (Only the first 15 lines of the commit message are shown above ) |
3.5.4 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
3.5.4 27 Jun 2023 05:59:30
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.5.4
* Adjust the sample netbox rc script as gunicorn emits a warning if the
configuration file doesn't have a ".py" extension. [1] Fix the
default path of the "netbox_config" variable as well while I'm here.
Changelog:
Enhancements:
* Define colors for staged change action choices
* Include "add" button on all device & virtual machine component
list views
* Add menu navigation button to add wireless links directly
* Add "add" buttons for reports & scripts to navigation menu
(Only the first 15 lines of the commit message are shown above ) |
3.5.3 12 Jun 2023 18:13:38
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.5.3
Changelog:
Enhancements:
* Improve support for matching tags in conditional rules
* Add device type & role filters for device components
* Collapse context data by default when viewing a rendered
device configuration
* Record client IP address when logging authentication failures
* Add an option to hide custom fields only if unset
* Apply filter parameters to links in object count dashboard widgets
Bug Fixes:
* Improve rack space validation when creating multiple devices (Only the first 15 lines of the commit message are shown above ) |
3.5.2 12 Jun 2023 10:58:42
    |
Kai Knoblich (kai)  |
devel/py-dj41-graphene-django: Downgrade to 3.0.0
* Since NetBox 3.5, there has been a regression with newer versions of
py-graphene-django that produces a blank screen at the GraphQL API.
Hence, upstream has pinned the version of py-graphene-django to 3.0.0
with the release of NetBox 3.5.3 because an alternative implementation
is planned for the GraphQL feature.
* Add PORTSCOUT because upstream is very likely to switch to Django 4.2
with the NetBox 3.6 release series (ETA: Mid of 2023Q3) and
Django 4.1 will reach its EoL (= End-of-Life) at the end of 2023.
* Adjust the version requirements of net-mgmt/netbox and
www/py-dj41-graphiql-debug-toolbar accordingly.
PR: 271887
Reviewed by: sunpoet (maintainer)
Approved by: sunpoet (maintainer) |
3.5.2 02 Jun 2023 16:19:24
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.5.2
Changelog since 3.4.10
It contains many bugfixes/enhancements and the following new features:
* Customizable Dashboard
* Remote Data Sources
* Configuration Template Rendering
* NAPALM Integration Plugin
* ASN Ranges
* Provider Accounts
* Job-Triggered Webhooks
https://netbox.readthedocs.io/en/stable/release-notes/version-3.5/
MFH: No (feature release) |
3.4.10 29 Apr 2023 18:29:58
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.4.10
Changelog since 3.4.8:
Enhancements:
* Show peer racks as a dropdown list under rack view
* Introduce CSRF_COOKIE_SECURE, SECURE_SSL_REDIRECT, and
SESSION_COOKIE_SECURE configuration parameters
* Hide PSK strings under wireless LAN & link views
* Sanitize rendered custom links to mitigate malicious links
* Enable setting user name & email values via remote
authenticate headers
* Enable anonymized reporting of census data
Bug Fixes: (Only the first 15 lines of the commit message are shown above ) |
3.4.8_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
3.4.8 14 Apr 2023 08:04:21
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.4.8
Changelog:
Enhancements:
* Enable general purpose image attachments for device types
* Allow custom object fields to reference a user or group
* Remove unit from commit rate column header in circuits table
* Disallow changing custom field type after creation
* Display a warning banner when DEBUG is enabled
* Enable filtering of VM Interfaces by assigned VLAN
* Specify UTF-8 encoding for default export template MIME type
* Introduce the grant_token permission for controlling the creation
of API tokens on behalf of other users
(Only the first 15 lines of the commit message are shown above ) |
3.4.7 29 Mar 2023 16:36:36
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.4.7
Changelog:
Enhancements:
* Automatically set the scheduled time when executing reports/scripts
at a recurring interval
* Add fieldset support for custom script forms
* Use SSID for representing wireless links, if set
* Support designating multiple backends via REMOTE_AUTH_BACKEND
config parameter
* Improve error reporting for duplicate CSV column headings
* Enable VDC assignment during bulk import/edit of interfaces
Bug Fixes: (Only the first 15 lines of the commit message are shown above ) |
3.4.6 16 Mar 2023 06:01:04
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.4.6
Changelog:
Enhancements:
* Enable searching for devices/VMs by primary IP address
* Add ability to toggle visibility of virtual interfaces under
device view
* Enable live preview of Markdown content
* Restore default page size when navigating between views
* Add connected_endpoints field to GraphQL API for cabled objects
* Include IP version in GraphQL API representations of aggregates,
prefixes, and IP addresses
* Add Cisco StackWise 1T interface type
* Add IEEE 802.3az PoE type for interfaces (Only the first 15 lines of the commit message are shown above ) |
3.4.5 22 Feb 2023 07:04:18
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.4.5
Changelog since 3.3.10:
It contains many bugfixes/enhancements and the following new features:
* New Global Search
* Virtual Device Contexts
* Saved Filters
* JSON/YAML Bulk Imports
* Update Existing Objects via Bulk Import
* Scheduled Reports & Scripts
* API for Staged Changes
https://netbox.readthedocs.io/en/stable/release-notes/version-3.4/
MFH: No (feature release) |
3.3.10 05 Feb 2023 15:50:15
    |
Po-Chuan Hsieh (sunpoet)  |
net-mgmt/netbox: Fix typo |
3.3.10 18 Dec 2022 16:11:08
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.3.10
Changelog:
Enhancements:
* Add replication controls for module bulk import
* Introduce LOGOUT_REDIRECT_URL config parameter to control
redirection of user after logout
* Enable reassigning an inventory item from one device to another
* Add vertical frame & cabinet rack types
* Add provider selection field for provider networks to circuit
termination edit view
* Permit whitespace in MAC addresses
* Enable filtering L2VPNs by slug
(Only the first 15 lines of the commit message are shown above ) |
3.3.9 01 Dec 2022 16:32:55
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.3.9
Changelog:
Enhancements:
* Ensure logging of failed login attempts
Bug Fixes:
* Call snapshot() on object when processing deletions
* Fix serialization of array field values in change log
* Fix spurious error message when rendering REST API docs
* Fix TypeError exception when viewing PDU configured for
three-phase power
* Support referencing custom field related objects by attribute in
addition to PK (Only the first 15 lines of the commit message are shown above ) |
3.3.8 18 Nov 2022 06:45:56
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.3.8
Changelog:
Enhancements:
* Add backplane Ethernet interface types
* Add location selector to power feed form
* Use front/rear port colors in cable trace SVG
* Include "add module type" button on manufacturer view
* Add count of L2VPNs to tenant view
* Include device location under cable view
* Include request cookies when queuing a custom script
Bug Fixes:
* Ensure thread safety of change logging functions (Only the first 15 lines of the commit message are shown above ) |
3.3.7 05 Nov 2022 22:22:14
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.3.7
Changelog:
Bug Fixes:
* Enforce advisory locks when allocating available IP addresses to
prevent race conditions
* Fix social authentication for new users
* Permit nullifying VLAN group scope_type via REST API
* Fix exception when ordering contacts by number of assignments
* Permit nullifying site time_zone via REST API
https://github.com/netbox-community/netbox/releases/tag/v3.3.7
MFH: 2022Q4 |
3.3.6 27 Oct 2022 15:28:42
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.3.6
Changelog:
Enhancements:
* Enable filtering devices by device type slug
* Add LDAP configuration parameters to specify certificates
* Link "assigned" checkbox in IP address table to assigned interface
* Set cookie paths according to configured BASE_PATH
* Position A/Z termination cards above the fold under circuit view
Bug Fixes:
* Strip colons from usernames when using remote authentication
* Include OIDC dependencies for python-social-auth
* Fix service clone link (Only the first 15 lines of the commit message are shown above ) |
3.3.5 09 Oct 2022 11:42:54
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.3.5
Changelog:
Enhancements:
* Include rack elevation under device view
* Omit extraneous URL query attributes during search
* Improve formatting of device heights and rack positions
Bug Fixes:
* Adjust non-racked device filter on site and location detailed view
* Fix validation when attempting to add redundant contact assignments
* Enforce object type validation when creating journal entries
* Fix exception when filtering VLANs by virtual machine
with no cluster assigned (Only the first 15 lines of the commit message are shown above ) |
3.3.4 17 Sep 2022 10:45:00
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.3.4
* Prune obsolete update instructions/notes for NetBox releases older
than 3.0.
* Add a directive to the netbox rc sample script that also simplifies
the upgrade process. [1]
* Fix a typo regarding the housekeeping script in the upgrade
instructions. [1]
Changelog since 3.2.9:
It contains many bugfixes/enhancements and the following new features:
(Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.2.9 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.2.9 19 Aug 2022 05:09:33
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.2.9
Changelog:
Enhancements:
* Add PON interface types
* Enable bulk renaming of devices
* Pretty print JSON custom field data when editing
* Display extra addressing details for IPv4 prefixes
* Add phone & email details to contacts panel
* Add clear button to quick search fields
* Add DOCSIS interface type
Bug Fixes:
* Remove button for adding inventory item templates to module
type components
* Fix Markdown rendering for custom fields in table columns
* Workaround for upstream timezone data bug
https://github.com/netbox-community/netbox/releases/tag/v3.2.9
MFH: 2022Q3 |
3.2.8 15 Aug 2022 10:25:03
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.2.8
Changelog:
Enhancements:
* Add/edit {module} substitution to help text for component
template name
* Add site group field to rack reservation form
* Add nat_outside column to the IPAddress table
* Add contacts column to virtual machines table
* Increase granularity in utilization graph values
* Add manufacturer column to modules table
* Linkify location column in power panels table
* Include color attribute in front & rear port YAML import/export
(Only the first 15 lines of the commit message are shown above ) |
3.2.7 21 Jul 2022 15:42:07
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.2.7
Changelog:
Enhancements:
* Support filter expressions for the serial field on racks, devices,
and inventory items
* Check for UserConfig instance during user login
* Add wireless LANs and links to global search
Bug Fixes:
* Standardize form submission buttons and behavior when using enter key
* Fix filtered bulk deletion of VM Interfaces
* Fix image URLs in rack elevations when using external storage
* Fix SOCIAL_AUTH_PIPELINE config parameter not taking effect
* Fix regression introduced by #9632
* Permit filtering interfaces by arbitrary speed value in UI
* Retain original slug values when modifying object names
* Fix exception when viewing a report with no description
https://github.com/netbox-community/netbox/releases/tag/v3.2.7
MFH: 2022Q3 |
3.2.6 14 Jul 2022 08:55:12
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.2.6
* Fix pkg-message output by adding missing delimiter that should have
been included in the previous commit 48cad252e510.
Changelog:
Enhancements:
* Enable dynamic configuration for default powerfeed attributes
* Allow filtering modules by bay ID
* Enable modifying virtual chassis properties when
creating/editing a device
* Add filters for assigned device & VM to IP addresses list
* Add tenant group column for all object tables with tenant assignments
(Only the first 15 lines of the commit message are shown above ) |
3.2.5 23 Jun 2022 19:28:24
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.2.5
Changelog:
Enhancements:
* Shift-click to select multiple objects in a list
* Support filtering IP addresses by multiple parent prefixes
* Include count of IP ranges under tenant view
* Initialize manufacturer selection when inserting a new module
* Add support for custom Jinja2 filters
* Linkify related power port on power outlet view
* Provide one-click edit link for objects in tables
* Move Markdown reference to local documentation
* Add VLAN group selector to interface bulk edit forms
* Leave dropdown open upon selection for multi-select fields (Only the first 15 lines of the commit message are shown above ) |
3.2.4 16 Jun 2022 16:28:34
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.2.4
* Prune obsolete update instructions/notes for NetBox releases older
than 2.9.
* Remove the DOCS option as the embedded documentation for NetBox now
needs to be built locally because the necessary procedure requires a
running instance of NetBox.
Changelog since 3.1.11:
It contains many bugfixes/enhancements and the following new features:
* Plugins Framework Extensions
* Modules & Module Types (Only the first 15 lines of the commit message are shown above ) |
3.1.11 06 Apr 2022 10:47:31
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.1.11
Changelog:
Enhancements:
* Show bridge interface members under interface view
* Enable filtering child devices by parent device ID
* Permit wildcard values in IP address DNS names
* Include site and prefixes columns in VLAN group VLANs table
* Add Checkpoint ClusterXL protocol for FHRP groups
* Use monospace font for text areas in config revision form
* Linkify circuits count in providers list
* Add bulk edit capability for site contact fields
Bug Fixes:
* Prevent exception when searching for a rack position with no rack
specified under device edit view
* Fix device count for racks in global search results
https://github.com/netbox-community/netbox/releases/tag/v3.1.11
MFH: 2022Q2 |
3.1.10 26 Mar 2022 13:04:43
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.1.10
Changelog:
Enhancements:
* Use a different color for 100% utilization bars
* Enable adding non-racked devices from site & location views
* Add missing object types to global search form
* Add rack columns to cables list
* Enable filtering objects by assigned contacts & contact roles
* Add device type, role columns to device bay table
Bug Fixes:
* Fix help link under FHRP group assigment creation view
* Retain global search bar query after submitting (Only the first 15 lines of the commit message are shown above ) |
3.1.9 08 Mar 2022 06:42:19
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.1.9
Changelog:
Enhancements:
* Enable filtering by exact description match for all applicable models
* Add description to tag table search function
* Show assigned ASNs/sites under list views
* Add PC and UPC fiber end faces for LC/SC/LSH port types
* Allow empty string substitution when renaming objects in bulk
* Link to rack elevations list from site view
* Add SCTP to service protocols list
Bug Fixes:
* Fix bulk import to restrict bridge, parent, and LAG to (Only the first 15 lines of the commit message are shown above ) |
3.1.8 16 Feb 2022 06:19:31
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.1.8
Changelog:
Enhancements:
* Linkify devices on the far side of a rack elevation
* Embiggen configuration form fields for banner message content
* Add full username column to changelog table
* Enable tab completion for nbshell
Bug Fixes:
* Implement replaceAll string utility function to improve
browser compatibility
* Null date columns should return empty strings during CSV export
* Fix display of VC members when position is zero (Only the first 15 lines of the commit message are shown above ) |
3.1.7 06 Feb 2022 14:07:28
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.1.7
Enhancements:
* Include IP range data under IPAM role views
* Introduce alternative ASDOT-formatted column for ASNs
* Add ASNs to global search function
* Enable controlling the order of custom script form fields
with field_order
* Add contacts to global search function
* Linkify manufacturer column in device type table
* Bring the ASN Web UI up to the standard set by other objects
* Include locations count under tenant view
* Render boolean custom fields as icons in object tables
* Indicate CSV or YAML as format for "all data" export
(Only the first 15 lines of the commit message are shown above ) |
3.1.6 18 Jan 2022 18:18:11
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.1.6
Changelog since 3.0.12:
It contains many bugfixes/enhancements and the following new features:
* Contact Objects
* Wireless Networks
* Dynamic Configuration Updates
* First Hop Redundancy Protocol (FHRP) Groups
* Conditional Webhooks
* Interface Bridging
* Multiple ASNs per Site
* Single Sign-On (SSO) Authentication
https://netbox.readthedocs.io/en/stable/release-notes/version-3.1/
MFH: No (feature release) |
3.0.12_1 09 Jan 2022 20:00:33
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Make online documentation available [1]
* Since the 3.x release of NetBox its documentation has also been made
available locally. In order for this to be possible, the
documentation must be generated accordingly beforehand.
* Also relax the requirements for Pillow because there have been no
problems so far and to make future updates of Pillow easier.
* Bump PORTREVISION due changed package contents.
Reported by: Linda Lapinlampi (via e-mail) [1]
MFH: 2022Q1 (after 3d) |
3.0.12 31 Dec 2021 17:28:39
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update pkg-message
* Improve the user experience for upgrades from 2.11.x to 3.x by giving
more accurate info to
enable the sample housekeeping task script. [1]
The instructions were taken from the NetBox page
of the FreeBSD wiki.
* While I'm here: Relax some dependencies for upcoming updates.
Suggested by: Mike Geiger (via e-mail) [1] |
3.0.12 27 Dec 2021 20:42:48
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Unbreak build after 17c078833e73
PR: 260725
Reported by: Marko Cupać, pkg-fallout |
3.0.12 09 Dec 2021 18:52:57
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.0.12
Changelog:
Enhancements:
* Get API user from LDAP only when FIND_GROUP_PERMS is enabled
* Linkify VLAN name in VLANs table
* Add L22-30 power port & outlet types
* Improve performance of the "quick find" function
* Add multi-standard ITA power outlet type
Bug Fixes:
* Fix issue where return_url is not honored when "Save & Continue"
button is present
* Fix Markdown sanitization regex
https://github.com/netbox-community/netbox/releases/tag/v3.0.12 |
3.0.11 25 Nov 2021 18:03:39
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.0.11
Enhancements:
* Add missing q filters for necessary models
* Add virtual chassis filters for device components
* Add Markdown support for strikethrough formatting
* Add optional VLAN group column to prefixes table
* Improve live reloading of custom scripts
* Add IEEE 802.15.1 interface type
Bug Fixes:
* Fix excessive CPU utilization when AUTH_LDAP_FIND_GROUP_PERMS
is enabled
* Make change logging middleware thread-safe
* Fix initialization of custom script MultiObjectVar field with (Only the first 15 lines of the commit message are shown above ) |
3.0.10 13 Nov 2021 14:03:21
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.0.10
Enhancements:
* Add mini-DIN 8 console port type
* Add vid filter field to VLANs list
* Add visual aids to interfaces table for type, enabled status
Bug Fixes:
* Fix assignment of members to virtual chassis with initial position
of zero
* Fix conflation of assigned IP status & role in interface tables
* Fix 404 when attaching multiple images in succession
* Fix minimum version check under Python v3.10
* Add missing outer dimension columns to rack table
* Preserve multi-line values during CSV file import (Only the first 15 lines of the commit message are shown above ) |
3.0.9 03 Nov 2021 16:17:25
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.0.9
Changelog:
Enhancements:
* Introduce the runscript management command
* Add an optional "ID" column to all tables
* Add "view elevations" button to location view
Bug Fixes:
* Improve color mode preference handling
* Correct devices count for locations within global search results
* Strip HTML from custom field descriptions
* Fix load_yaml method for custom scripts
* Fix circuit assignment when creating multiple terminations
simultaneously
* Prevent inadvertent deletion of prior change records when deleting
objects
* Require interface assignment when designating IP address as primary
for device/VM during CSV import
* Preserve initial form data when bulk edit validation fails
* Restore missing tags column on IP range table
* Retain pagination preference when MAX_PAGE_SIZE is zero
https://github.com/netbox-community/netbox/releases/tag/v3.0.9 |
3.0.8_1 29 Oct 2021 22:20:40
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Fix build after a06fe6e39adaf
* Remove the py-jsonschema dependency with its fixed version range that
was required as a temporary workaround by upstream because releases
of devel/py-swagger-spec-validator before 2.7.4, which are required by
www/py-dj32-drf-yasg, were not compatible with jsonschema 4.x.
* Bump PORTREVISION due changed dependencies. |
3.0.8 21 Oct 2021 15:32:12
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.0.8
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 |
3.0.7 15 Oct 2021 09:13:40
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.0.7
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 |
3.0.6 09 Oct 2021 19:26:01
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.0.6
* 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 |
3.0.5 06 Oct 2021 13:05:40
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.0.5
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 (Only the first 15 lines of the commit message are shown above ) |
3.0.4 04 Oct 2021 17:22:58
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 3.0.4
Changelog since 2.11.12:
It contains many bugfixes/enhancements and the following new features:
* Updated User Interface
* GraphQL API
* IP Ranges
* Custom Model Validation
* SVG Cable Traces
* New Views for Models Previously Under the Admin UI
* REST API Token Provisioning
* New Housekeeping Command
* Custom Queue Support for Plugins
https://netbox.readthedocs.io/en/stable/release-notes/version-3.0/
MFH: No (feature release) |
2.11.12 31 Aug 2021 10:16:59
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Add CPE info
* Also add the port to the "python" category while I'm here. |
2.11.12 25 Aug 2021 08:31:13
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 2.11.12
Changelog:
Enhancements:
* Add site group filter to devices list
* Recognize a /32 IPv4 address as a child of a /32 IPv4 prefix
* Add table configuration button to child prefixes view
* Introduce LOGIN_PERSISTENCE configuration parameter to persist
user sessions
* Add search field to VM interfaces filter form
Bug Fixes:
* Model forms should save empty custom field values as null
* Enable filtering assigned VLANs by group in interface edit form
* Force assignment of null custom field values to objects
* Fix erroneous webhook dispatch on failure to save objects
* Show contextual label for IP address role
* Fix hidden "add components" dropdown on devices list
https://github.com/netbox-community/netbox/releases/tag/v2.11.12 |
2.11.11 13 Aug 2021 10:37:26
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 2.11.11
Changelog:
Enhancements:
* Add C21 & C22 power types
* Employ a sandbox when rendering Jinja2 code for increased security
Bug Fixes:
* Add import button to VM interfaces list
* Fix validation of unit ranges when creating a rack reservation
* Fix validation of IP address assigned as device/VM primary via
NAT relation
* Populate device field when cloning device components
* Allow assignment of scope to VLAN groups upon import
* Remove extraneous site column from VLAN group import form
* Fix exception on invalid CSV import column name
* Fix return URL persistence when adding multiple objects sequentially
* Remove extraneous columns from inventory item and device bay tables
* Add missing parent column to inventory item import form
https://github.com/netbox-community/netbox/releases/tag/v2.11.11 |
2.11.10 30 Jul 2021 06:49:03
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 2.11.10
Changelog:
Enhancements:
* Enable CSV import via uploaded file
* Add 6P/4P pass-through port types
* Add count of inventory items to manufacturer view
* Add "hardwired" type for power port types
Bug Fixes:
* Fix assignment of permissions based on LDAP groups
* Fix filtering of interface connections list
* Fix assignment of parent interfaces for bulk import
* Add missing display field to rack unit serializer (Only the first 15 lines of the commit message are shown above ) |
2.11.9 20 Jul 2021 12:29:27
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 2.11.9
Changelogs since 2.10.10:
It contains many bugfixes/enhancements and the following new features:
* Journaling Support
* Parent Interface Assignments
* Pre- and Post-Change Snapshots in Webhooks
* Mark as Connected Without a Cable
* Allow Assigning Devices to Locations
* Dynamic Object Exports
* Variable Scope Support for VLAN Groups
* New Site Group Model
* Improved Change Logging
* Provider Network Modeling
https://netbox.readthedocs.io/en/stable/release-notes/version-2.11/
MFH: (No, feature release) |
2.10.10 18 Apr 2021 08:28:34
    |
Kai Knoblich (kai)  |
net-mgmt/netbox: Update to 2.10.10
Changelog:
Enhancements:
* Add DC terminal power port, outlet types
* Add Saf-D-Grid power port, outlet types
* Support Markdown rendering for report logs
* Add F connector port type
* Add SFP56 50GE interface type
Bug Fixes:
* Update parent device/VM when deleting a primary IP
* Fix VLAN assignment when editing VM interfaces in bulk
* Update object data when renaming a custom field
* Optimize change log cleanup
* Fix MAC address field display in VM interfaces search form
* Fix custom field filtering for cables, virtual chassis
* Fix choice field filters (multiple models)
https://github.com/netbox-community/netbox/releases/tag/v2.10.10
MFH: 2021Q2 |
2.10.9 15 Apr 2021 09:27:24
    |
Kai Knoblich (kai)  |
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 (Only the first 15 lines of the commit message are shown above ) |
2.10.8 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.10.8 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.10.8 27 Mar 2021 11:00:17
  |
kai  |
net-mgmt/netbox: Update to 2.10.8
Changelog:
* Fix exception on cable trace in UI (regression in 2.10.7)
https://github.com/netbox-community/netbox/releases/tag/v2.10.8 |
2.10.7 26 Mar 2021 19:40:54
  |
kai  |
net-mgmt/netbox: Update to 2.10.7
Changelog:
Enhancements:
* Allow filtering device components by label
* Allow customization of the geographic mapping service via MAPS_URL
config parameter
* Allow changing site assignment when bulk editing devices
* Support Markdown rendering for custom script descriptions
* Add UI search fields for asset tag for devices and racks
Bug Fixes:
* Restore ability to delete an uploaded device type image
* Denote when the total length of a cable trace may exceed the (Only the first 15 lines of the commit message are shown above ) |
2.10.6 11 Mar 2021 18:56:34
  |
kai  |
net-mgmt/netbox: Adjust RUN_DEPENDS
* Relax the version ranges of a few dependencies that will soon be updated. |
2.10.6 11 Mar 2021 12:16:02
  |
kai  |
net-mgmt/netbox: Update to 2.10.6
Changelog:
Enhancements:
* Add IP addresses count to VRF view
* Add QSFP+ (64GFC) FibreChannel Interface option
* Enable custom links for device components
* Add edit/delete buttons for IP addresses on interface view
* Add button to add a new IP address on interface view
Bug Fixes:
* Fix VRF and Tenant field population when adding IP addresses from prefix
* Enable ordering of virtual machines by primary IP address
* Ordering of devices by primary IP should respect PREFER_IPV4 configuration
parameter
* Fix options for filtering object permissions in admin UI
* Fix filtering prefixes list by multiple prefix values
* Invalidate cached queries when running renaturalize
https://github.com/netbox-community/netbox/releases/tag/v2.10.6 |
2.10.5 26 Feb 2021 12:13:12
  |
kai  |
net-mgmt/netbox: Update to 2.10.5
Changelog:
* Fix site unassignment from VLAN when using "None" option
* Fix REST API representation for circuit terminations connected to
non-interface endpoints
* Fix filtering rack reservations by custom field
* Fix bulk editing of services when no port(s) are defined
* Ensure consistent treatment of duplicate IP addresses
* Fix redirect to device components view after disconnecting a cable
* Fix Redis Sentinel password application for caching
* Allow setting null tenant group on tenant via REST API
* Disallow the creation of available prefixes/IP addresses in violation of
assigned permission constraints
https://github.com/netbox-community/netbox/releases/tag/v2.10.5 |
2.10.4 30 Jan 2021 13:29:58
  |
sunpoet  |
Update USES=python: math/py-pandas 1.2.0 requires Python 3.7+
PR: 250103 |
2.10.4 28 Jan 2021 07:47:16
  |
kai  |
net-mgmt/netbox: Update to 2.10.4
Changelog:
Enhancements:
* Show cable trace lengths in both meters and feet
* Add "management only" filter widget for interfaces list
* Allow filtering virtual chassis by name and master
* Add GG45 and TERA port types, and CAT7a and CAT8 cable types
* Show available type choices for all device component import forms
Bug Fixes:
* Correct swagger definition for ip_prefixes_available-ips_create API
* Restrict the creation of device bay templates on non-parent device types
* Restore power utilization panel under device view
* Fix ordering devices by primary IP address
* Fix display of white cables in trace view
* Fix filtering connection lists by device name
* Fix permissions assessment when adding VM interfaces in bulk
* Include VC member interfaces on interfaces tab count when viewing
VC master
* Validate rack group is assigned to same site when creating a rack
* Correct rack elevation displayed when viewing a reservation
https://github.com/netbox-community/netbox/releases/tag/v2.10.4 |
2.10.3 24 Jan 2021 12:20:49
  |
kai  |
net-mgmt/netbox: Update to 2.10.3
* Prune obsolete update instructions/notes for NetBox releases prior 2.7.
Notable changes since 2.9.11:
It contains many bugfixes/enhancements and the following new features:
* Route Targets
* REST API bulk deletion
* REST API bulk update
* Reimplementation of custom fields
* Improved cable trace performance
https://github.com/netbox-community/netbox/blob/v2.10.3/docs/release-notes/version-2.10.md |
2.9.11 21 Jan 2021 09:19:55
  |
kai  |
net-mgmt/netbox: Adjust RUN_DEPENDS
* Relax the version ranges of a few dependencies that will soon be updated
to pave the way for NetBox 2.10. |
2.9.11 16 Dec 2020 05:37:37
  |
kai  |
net-mgmt/netbox: Update to 2.9.11
* Remove a superfluous dependency while I'm here.
Changelog:
Enhancements:
* Allow passing Python code to nbshell using --command
* Add CS and SN fiber port types
Bug Fixes:
* Fix setting user password via REST API
* Fix uniqueness constraint for virtual machine names
* Fix error when rendering config contexts when objects have multiple tags
assigned
* Add direct link to secret on secrets list
* Fix updating secrets without setting new plaintext
* Restore tags field on cable connection forms
* Exclude SVG files from front/rear image upload for device types (currently
unsupported)
* Show assigned IP addresses in interfaces list
* Fix validation for plugin version and required settings
https://github.com/netbox-community/netbox/releases/tag/v2.9.11 |
2.9.10 30 Nov 2020 12:57:35
  |
kai  |
net-mgmt/netbox: Update to 2.9.10
Changelog:
Enhancements:
* Add USB types for power ports and outlets
* Add "splice" type for pass-through ports
Bug Fixes:
* Fix exception when editing IP address with a NAT IP assigned to a
non-racked device
* Avoid extraneous database queries when manipulating objects
* Fix non-deterministic ordering of prefixes and IP addresses
* Filter available racks by selected group when creating a rack reservation
* Limit rack groups by selected site when editing a rack
* Populate manufacturer field when adding a device component template
* Clear VLAN assignments when setting interface mode to none
https://github.com/netbox-community/netbox/releases/tag/v2.9.10 |
2.9.9 20 Nov 2020 08:57:11
  |
kai  |
net-mgmt/netbox: Update to 2.9.9
* Add to the EXAMPLES options a few example configurations and a sample
rc script to make use of the RQ background service.
Changelog:
Enhancements:
* Return server error messages as JSON when handling REST API requests
* Link to rack groups within rack list table
* Be more strict when capturing anticipated ImportError exceptions
Bug Fixes:
* Fix auto-population of region field when editing a device
* Fix config context rendering when multiple tags are assigned to an object
* Dry running scripts should not trigger webhooks
* Add missing template extension tags for plugins for VM interface view
* Fix CreatedUpdatedFilterTest when running in non-UTC timezone
* Fix filtering of sites by null region
https://github.com/netbox-community/netbox/releases/tag/v2.9.9 |
2.9.8 10 Nov 2020 09:11:35
  |
kai  |
net-mgmt/netbox: Update to 2.9.8
* Limit the version ranges of the required Python packages and use very
narrow ranges for those ones, which often cause regressions.
That is because upstream already uses fixed Python package dependencies
for a while and had relaxed them for a short period of time.
However, because it led to regressions when some Python packages were
updated during that time, upstream has been using fixed package
dependencies again since then.
Changelog since 2.7.12:
It contains many bugfixes/enhancements and the following new features: (Only the first 15 lines of the commit message are shown above ) |
2.7.12_1 21 Jun 2020 08:57:11
  |
kai  |
net-mgmt/netbox: Change RUN_DEPENDS
* Switch the port from the repo-copied py-dj22-django* dependencies to the
original ones as they're using Django 2.2 now.
* Bump PORTREVISION due changed dependencies. |
2.7.12 16 Apr 2020 07:59:24
  |
kai  |
net-mgmt/netbox: Update to 2.7.12
Changelog:
Enhancements:
* Reference VRF by name rather than RD during IP/prefix import
* Use absolute URLs in rack elevation SVG renderings
* Allow connecting cables between two circuit terminations
* Add the webhook_receiver management command to assist in troubleshooting
outgoing webhooks
Bug Fixes:
* Fix typing of count_ipaddresses on interface serializer
* Fail cleanly when trying to import multiple device types simultaneously
* Fix exception when disconnecting a cable from a power feed
* Tweak display of unset custom integer fields
* Fix reservation edit/delete button URLs on rack view
https://github.com/netbox-community/netbox/releases/tag/v2.7.12
MFH: 2020Q2 |
2.7.11 03 Apr 2020 18:46:25
  |
kai  |
net-mgmt/netbox: Update to 2.7.11
* Improve the sample rc script to allow passing of extra arguments, e.g. to
listen on multiple interfaces/addresses [1] or use a configuration file
instead using rc variables.
Kudos to Thomas Kurschel for some extra testing of the updated rc script.
Changelog:
Enhancements:
* Add ability to automatically check for new releases (must be enabled by
setting RELEASE_CHECK_URL)
* Custom script object variables now utilize dynamic form widgets
* Add descriptive tooltip to custom fields on object views (Only the first 15 lines of the commit message are shown above ) |
2.7.10 29 Mar 2020 12:11:29
  |
kai  |
net-mgmt/netbox: Update to 2.7.10
Changelog:
Enhancements:
* Embed model documentation within web UI
* Add bulk edit view for power panels
* Add CSV import view for services
* Add CSV import view for rack reservations
* Redirect to a user-friendly error page when CSS/JS resources fail to load
Bug Fixes:
* Exclude Python modules without Script classes from scripts list
* Allow bulk editing/deletion of all device components matching a query
* Catch AddrFormatError exception when filtering aggregates/prefixes by an
invalid prefix
https://github.com/netbox-community/netbox/releases/tag/v2.7.10 |
2.7.9 24 Mar 2020 19:54:57
  |
antoine  |
Convert the tree to use PY_PILLOW
With hat: portmgr
Originally submitted by: kai |
2.7.9 11 Mar 2020 19:29:04
  |
kai  |
net-mgmt/netbox: Update to 2.7.9
Changelog:
Enhancements:
* Enumerate ChoiceField type and value in API
* Extend upgrade script to clear expired user sessions
* Add dynamic lookup expressions for all filters
* Allow negative voltage for DC power feeds
* Allow filtering device component list views by type
* Add MRJ21 port and cable types
* Include device name in tooltip on rack elevations
* Add 10-inch option for rack width
Bug Fixes: (Only the first 15 lines of the commit message are shown above ) |
2.7.8 05 Mar 2020 07:24:35
  |
kai  |
net-mgmt/netbox: Update to 2.7.8
Changelog:
Enhancements:
* Add a "decommissioning" cable status
* Return graceful error message when webhook queuing fails
* Omit internal fields from the change log data
* Support Jinja2 templating for webhook payload and headers
* Extend custom scripts to pass the commit value via run()
* Denote rack role on rack elevations list
Bug Fixes:
* Fix exception when deleting a device with interface connections when an
interfaces webhook is defined (Only the first 15 lines of the commit message are shown above ) |
2.7.7 26 Feb 2020 07:58:35
  |
mat  |
Remove extra ]. |
2.7.7 25 Feb 2020 22:19:08
  |
kai  |
net-mgmt/netbox: Update to 2.7.7
* Remove the "post-patch" target because the "requirements.txt" is only used
for installations via devel/py-pip.
Notable changes since 2.6.12:
* Bulk import of device components via CSV files
* External file storage support (FTP, S3, SFTP, etc.)
* Rack elevations rendered by SVG (= Scalable Vector Graphics)
* Separate configuration for Webhooks and Cache databases via Redis
* Add ability to clone objects (pre-populate form fields)
* Toggle config context display between JSON and YAML
* Add support for Redis Sentinel
* Further cable and port types
* Many other enhancements and bugfixes
https://github.com/netbox-community/netbox/blob/v2.7.7/docs/release-notes/version-2.7.md |
2.6.12 16 Jan 2020 15:21:51
  |
kai  |
net-mgmt/netbox: Update to 2.6.12
Changelog:
Enhancements:
* Improved NAPALM method documentation in Swagger (OpenAPI)
* Preview image attachments when hovering over the link
* Allow NAPALM driver settings to be changed with request headers
* Toggle the display of child prefixes/IP addresses
* Search by description when assigning IP address to interfaces
* Add tenant filter field for cables
* Enable filtering of interfaces by name on the device view
* Add rack selection field to rack elevations view
* Paginate assigned circuits at the provider details view
* Add total path length to cable trace (Only the first 15 lines of the commit message are shown above ) |
2.6.11 07 Jan 2020 16:24:19
  |
kai  |
net-mgmt/netbox: Relax RUN_DEPENDS
* The 2020Q1 branch has 0.24.0 of www/py-dj22-django-taggit thus relax
its version requirement of the RUN_DEPENDS to avoid a build failure there.
Although net-mgmt/netbox requires the 1.1.0 release of
www/py-dj22-django-taggit (pinned with "==" by upstream), it runs fine
with either 0.24.0 (in 2020Q1) or 1.2.0 (since r521999).
MFH: 2020Q1 (build fix blanket) |
2.6.11 06 Jan 2020 19:05:38
  |
kai  |
net-mgmt/netbox: Update to 2.6.11
* Remove the patch that fixed a regression when accessing the API
documentation as it's no longer required. [1]
Changelog since 2.6.9:
Enhancements:
* Add ability to move inventory items between devices
* Extend admin UI to allow deleting old report results
* Add assigned_to_interface filter for IP addresses
* Fail gracefully on custom link rendering exception
* Provide request context when executing custom scripts
* Add date/time picker widgets
* Enable partial search for inventory items (Only the first 15 lines of the commit message are shown above ) |
2.6.9 01 Jan 2020 17:55:47
  |
kai  |
net-mgmt/netbox: Update to 2.6.9
* Remove two backported patches that are no longer required. [1]
* Backport a patch from upstream that fixes a regression when accessing the
API documentation.
* Update the WWW field.
Changelog:
Enhancements:
* Include direct link to rack elevations on site view
* Move virtual machine results near devices in global search
* Added copy button for API tokens
Bug Fixes:
* Prevent the deletion of a virtual chassis when a cross-member LAG
is present
* Respect custom field default values when creating objects via the REST API
* Fix exception on password change page for local users [1]
* Fix unable to assign IP to interface [1]
MFH: 2020Q1 |
2.6.8_1 15 Dec 2019 12:32:21
  |
kai  |
net-mgmt/netbox: Fix assignment of IP addresses to interfaces
* Backport a patch from upstream's repository which fixes the assignment of
existing IP addresses to interfaces.
Without that patch the assignment of an IP address gives no error but the
interface doesn't contain the assigned IP address at the end.
* Bump PORTREVISION for package change.
MFH: 2019Q4 (blanket: bugfix) |
2.6.8 11 Dec 2019 19:30:22
  |
kai  |
net-mgmt/netbox: Update to 2.6.8
* Backport a patch from upstream that fixes an exception on password change
page for local users.
Changelog:
Enhancements:
* Disable password change form for LDAP-authenticated users
* Display cable colors on device view
* Remove obsolete P3P policy header
* Add query filters for created and last_updated fields
* Allow the underscore character in IPAddress DNS names
Bug Fixes: (Only the first 15 lines of the commit message are shown above ) |
2.6.7 02 Nov 2019 05:25:21
  |
kai  |
net-mgmt/netbox: Update to 2.6.7
* Change GH_ACCOUNT as upstream's repository redirects to a new location.
Changelog:
Enhancements:
* Add support for additional user defined headers to be added to
webhook requests
* Add ca_file_path to Webhook model to support user supplied CA certificate
verification of webhook requests
* Add ChoiceVar for custom scripts
* Add 400GE OSFP interface type
* Add filtering for objects in admin UI
(Only the first 15 lines of the commit message are shown above ) |
2.6.6 14 Oct 2019 10:41:15
  |
kai  |
net-mgmt/netbox: Update to 2.6.6
Changelog:
Enhancements:
* Add InfiniBand interface types
* Add rack and site filters for cables
* Disallow raw HTML in Markdown-rendered fields
* Add MultiObjectVar for custom scripts
* Enable editing of individual DeviceType components
* Render text and URL fields as textareas in the custom link form
* Introduce commit_default custom script attribute to not commit changes by
default
Bug Fixes: (Only the first 15 lines of the commit message are shown above ) |
2.6.5 30 Sep 2019 14:55:03
  |
kai  |
net-mgmt/netbox: Update to 2.6.5
* Introduce EXAMPLES option which installs a sample rc script to the example
location. Using the script will eliminate the need for
sysutils/py-supervisor for those who run NetBox as a system service. [1]
If there's a lot of interest it can also be installed in near future as
regular rc script.
* Consolidate keywords in pkg-message to avoid accidental deletion of these.
Notable changes since 2.5.13:
* Improved performance via Caching through Redis
* Support for Power Panels and Feeds
* Introduction of view-only permissions
* Ability to create custom links under the admin UI
* Support for Prometheus metrics
* Many other enhancements and bug fixes
https://github.com/netbox-community/netbox/blob/v2.6.5/CHANGELOG.md
Submitted by: Thomas Kurschel (via private email) [1] |
2.5.13_1 02 Aug 2019 11:40:52
  |
kai  |
net-mgmt/netbox: Convert pkg-message to UCL
Modernize the pkg-message to display hints/instructions in the future that
are specific to different upgrade paths. |
2.5.13_1 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.5.13 02 Jun 2019 22:42:40
  |
kai  |
net-mgmt/netbox: Update to 2.5.13
Changelog:
Enhancements:
* Add tenant group filters
* Catch all exceptions during export template rendering
* Add 2.5GE and 5GE interface form factors
* Add inventory item count to manufacturers list
* Add site link to rack reservations overview
* Enable bulk deletion of sites
* Improve performance for custom field access within templates
* Add interface name filter for IP addresses
Bug Fixes: (Only the first 15 lines of the commit message are shown above ) |
2.5.12 25 May 2019 10:10:01
  |
kai  |
net-mgmt/netbox: Update to 2.5.12 and switch to Django 2.2
Upstream decided to switch from Django 2.1 to the 2.2 LTS release to fix a
rather annoying bug that generated intermittent errors when objects were
deleted/manipulated.
Therefore the same procedure must be done in almost the same way as in
r492690 to make NetBox compatible with Django 2.2 in the ports tree.
That means to repocopy the required Django 1.11 ports, assign them to
Django 2.2, limit them to Python 3.5+ and update all related
CONFLICTS_INSTALL entries accordingly:
* www/py-dj22-django-cors-headers [1]
* www/py-dj22-django-debug-toolbar (Only the first 15 lines of the commit message are shown above ) |
2.5.10 10 Apr 2019 07:29:48
  |
kai  |
net-mgmt/netbox: Update to 2.5.10
Changelog:
Enhancements:
* Add Jinja2 support for export templates
Bug Fixes:
* Redirect to list view after editing an object from list view
* DCIM interfaces API endpoint should not include VM interfaces
* Fix exception when retrieving change object for a component template
via API
* Fix form widget for bulk cable label update
* Ignore site/rack fields when connecting a new cable via device search
* Fix exception at reports API endpoint
* Fix exception when writing mac address for an interface via API
https://github.com/digitalocean/netbox/blob/v2.5.10/CHANGELOG.md
Approved by: mentors (implicit) |
2.5.9 04 Apr 2019 20:01:32
  |
kai  |
net-mgmt/netbox: Update to 2.5.9
Changelog:
Enhancements:
* Add username to outbound webhook requests
* Add SSL support for django-rq (requires django-rq v1.3.1+)
* Add request ID to outbound webhook requests (for correlating all changes
part of a single request)
Bug Fixes:
* Fixes deterministic ordering of interfaces
* Clarification of wording in API regarding filtering
* Add interface type for QSFP28 50GE
* Fix device role selection showing duplicate first entry (Only the first 15 lines of the commit message are shown above ) |