2020-03-11 11:27:47 -04:00
# NetBox v2.8
2020-02-14 13:59:07 -05:00
2020-08-04 12:31:38 -04:00
## v2.8.9 (2020-08-04)
2020-07-22 16:43:25 -04:00
2020-07-24 16:43:30 -04:00
### Enhancements
2020-07-24 16:46:29 -04:00
* [#4898 ](https://github.com/netbox-community/netbox/issues/4898 ) - Add MAC address search field to interfaces list
2020-07-24 16:43:30 -04:00
* [#4899 ](https://github.com/netbox-community/netbox/issues/4899 ) - Add MAC address column to interfaces table
2020-07-22 16:43:25 -04:00
### Bug Fixes
2020-08-04 12:09:10 -04:00
* [#4455 ](https://github.com/netbox-community/netbox/issues/4455 ) - Fix ordering of prefixes beneath aggregate when available space is hidden
2020-07-22 16:48:56 -04:00
* [#4875 ](https://github.com/netbox-community/netbox/issues/4875 ) - Fix documentation for image attachments
2020-07-22 16:43:25 -04:00
* [#4876 ](https://github.com/netbox-community/netbox/issues/4876 ) - Fix labels for sites in staging or decommissioning status
2020-07-24 09:16:14 -04:00
* [#4880 ](https://github.com/netbox-community/netbox/issues/4880 ) - Fix removal of tagged VLANs if not assigned in bulk interface editing
2020-07-23 13:13:49 -04:00
* [#4887 ](https://github.com/netbox-community/netbox/issues/4887 ) - Don't disable NAPALM tabs when device has no primary IP
2020-07-24 09:16:14 -04:00
* [#4894 ](https://github.com/netbox-community/netbox/issues/4894 ) - Fix display of device/VM counts on platforms list
2020-07-24 09:26:20 -04:00
* [#4895 ](https://github.com/netbox-community/netbox/issues/4895 ) - Force UTF-8 encoding when embedding model documentation
2020-07-27 11:52:27 -04:00
* [#4910 ](https://github.com/netbox-community/netbox/issues/4910 ) - Unpin redis dependency to fix exception in RQ worker
2020-07-30 09:10:06 -04:00
* [#4926 ](https://github.com/netbox-community/netbox/issues/4926 ) - Fix ordering of VM interfaces in REST API endpoint
2020-07-30 08:57:45 -04:00
* [#4927 ](https://github.com/netbox-community/netbox/issues/4927 ) - Fix validation error when updating an existing secret
2020-07-30 08:51:01 -04:00
* [#4929 ](https://github.com/netbox-community/netbox/issues/4929 ) - Correct log message when creating a new object
2020-07-22 16:43:25 -04:00
---
2020-07-21 12:12:22 -04:00
## v2.8.8 (2020-07-21)
2020-07-06 10:04:08 -04:00
2020-07-13 13:35:12 -04:00
### Enhancements
2020-07-15 09:15:18 -04:00
* [#4805 ](https://github.com/netbox-community/netbox/issues/4805 ) - Improve handling of plugin loading errors
2020-07-13 13:35:12 -04:00
* [#4829 ](https://github.com/netbox-community/netbox/issues/4829 ) - Add NEMA 15 power port and outlet types
* [#4831 ](https://github.com/netbox-community/netbox/issues/4831 ) - Allow NAPALM to resolve device name when primary IP is not set
2020-07-15 09:35:46 -04:00
* [#4854 ](https://github.com/netbox-community/netbox/issues/4854 ) - Add staging and decommissioning statuses for sites
2020-07-13 13:35:12 -04:00
2020-07-06 10:04:08 -04:00
### Bug Fixes
2020-07-15 09:15:18 -04:00
* [#3240 ](https://github.com/netbox-community/netbox/issues/3240 ) - Correct OpenAPI definition for available-prefixes endpoint
2020-07-16 15:45:27 -04:00
* [#4595 ](https://github.com/netbox-community/netbox/issues/4595 ) - Ensure consistent display of non-racked and child devices on rack view
2020-07-15 09:15:18 -04:00
* [#4803 ](https://github.com/netbox-community/netbox/issues/4803 ) - Return IP family (4 or 6) as integer rather than string
2020-07-06 10:04:08 -04:00
* [#4821 ](https://github.com/netbox-community/netbox/issues/4821 ) - Restrict group options by selected site when bulk editing VLANs
2020-07-08 12:50:12 -04:00
* [#4835 ](https://github.com/netbox-community/netbox/issues/4835 ) - Support passing multiple initial values for multiple choice fields
2020-07-10 15:59:27 -04:00
* [#4838 ](https://github.com/netbox-community/netbox/issues/4838 ) - Fix rack power utilization display for racks without devices
2020-07-15 10:01:01 -04:00
* [#4851 ](https://github.com/netbox-community/netbox/issues/4851 ) - Show locally connected peer on circuit terminations
2020-07-15 10:09:31 -04:00
* [#4856 ](https://github.com/netbox-community/netbox/issues/4856 ) - Redirect user back to circuit after connecting a termination
2020-07-21 09:41:00 -04:00
* [#4872 ](https://github.com/netbox-community/netbox/issues/4872 ) - Enable filtering virtual machine interfaces by tag
2020-07-06 10:04:08 -04:00
---
2020-07-02 09:37:20 -04:00
## v2.8.7 (2020-07-02)
2020-06-17 09:15:03 -04:00
2020-06-30 09:00:42 -04:00
### Enhancements
2020-06-30 09:26:32 -04:00
* [#4796 ](https://github.com/netbox-community/netbox/issues/4796 ) - Introduce configuration parameters for default rack elevation size
2020-06-30 09:00:42 -04:00
* [#4802 ](https://github.com/netbox-community/netbox/issues/4802 ) - Allow changing page size when displaying only a single page of results
2020-06-17 09:15:03 -04:00
### Bug Fixes
2020-07-01 11:06:49 -04:00
* [#4695 ](https://github.com/netbox-community/netbox/issues/4695 ) - Expose cable termination type choices in OpenAPI spec
* [#4708 ](https://github.com/netbox-community/netbox/issues/4708 ) - Relax connection constraints for multi-position rear ports
2020-06-17 09:15:03 -04:00
* [#4766 ](https://github.com/netbox-community/netbox/issues/4766 ) - Fix redirect after login when `next` is not specified
2020-06-30 09:55:54 -04:00
* [#4771 ](https://github.com/netbox-community/netbox/issues/4771 ) - Fix add/remove tag population when bulk editing objects
2020-06-17 14:22:55 -04:00
* [#4772 ](https://github.com/netbox-community/netbox/issues/4772 ) - Fix "brief" format for the secrets REST API endpoint
2020-06-30 09:43:05 -04:00
* [#4774 ](https://github.com/netbox-community/netbox/issues/4774 ) - Fix exception when deleting a device with device bays
2020-06-18 11:59:24 -04:00
* [#4775 ](https://github.com/netbox-community/netbox/issues/4775 ) - Allow selecting an alternate device type when creating component templates
2020-06-17 09:15:03 -04:00
---
2020-06-15 14:37:36 -04:00
## v2.8.6 (2020-06-15)
2020-06-01 10:00:32 -04:00
2020-06-04 13:11:24 -04:00
### Enhancements
* [#4698 ](https://github.com/netbox-community/netbox/issues/4698 ) - Improve display of template code for object in admin UI
2020-06-15 11:53:47 -04:00
* [#4717 ](https://github.com/netbox-community/netbox/issues/4717 ) - Introduce `ALLOWED_URL_SCHEMES` configuration parameter to mitigate dangerous hyperlinks
2020-06-15 13:33:16 -04:00
* [#4744 ](https://github.com/netbox-community/netbox/issues/4744 ) - Hide "IP addresses" tab when viewing a container prefix
2020-06-12 15:11:27 -04:00
* [#4755 ](https://github.com/netbox-community/netbox/issues/4755 ) - Enable creation of rack reservations directly from navigation menu
2020-06-15 13:24:34 -04:00
* [#4761 ](https://github.com/netbox-community/netbox/issues/4761 ) - Enable tag assignment during bulk creation of IP addresses
2020-06-04 13:11:24 -04:00
2020-06-01 10:00:32 -04:00
### Bug Fixes
2020-06-08 17:00:47 -04:00
* [#4674 ](https://github.com/netbox-community/netbox/issues/4674 ) - Fix API definition for available prefix and IP address endpoints
2020-06-01 10:00:32 -04:00
* [#4702 ](https://github.com/netbox-community/netbox/issues/4702 ) - Catch IntegrityError exception when adding a non-unique secret
2020-06-02 13:40:14 -04:00
* [#4707 ](https://github.com/netbox-community/netbox/issues/4707 ) - Fix `prefix_count` population on VLAN API serializer
2020-06-15 14:20:00 -04:00
* [#4710 ](https://github.com/netbox-community/netbox/issues/4710 ) - Fix merging of form fields among custom scripts
2020-06-05 15:48:36 -04:00
* [#4725 ](https://github.com/netbox-community/netbox/issues/4725 ) - Fix "brief" rendering of various REST API endpoints
2020-06-09 15:12:10 -04:00
* [#4736 ](https://github.com/netbox-community/netbox/issues/4736 ) - Add cable trace endpoints for pass-through ports
2020-06-10 11:38:23 -04:00
* [#4737 ](https://github.com/netbox-community/netbox/issues/4737 ) - Fix display of role labels in virtual machines table
2020-06-10 16:06:11 -04:00
* [#4743 ](https://github.com/netbox-community/netbox/issues/4743 ) - Allow users to create "next available" IPs without needing permission to create prefixes
2020-06-15 10:02:35 -04:00
* [#4756 ](https://github.com/netbox-community/netbox/issues/4756 ) - Filter parent group by site when creating rack groups
2020-06-15 13:18:26 -04:00
* [#4760 ](https://github.com/netbox-community/netbox/issues/4760 ) - Enable power port template assignment when bulk editing power outlet templates
2020-06-01 10:00:32 -04:00
---
2020-05-26 16:17:01 -04:00
## v2.8.5 (2020-05-26)
2020-05-15 02:31:45 -04:00
2020-05-15 10:11:36 -04:00
**Note:** The minimum required version of PostgreSQL is now 9.6.
2020-05-20 09:36:55 -04:00
### Enhancements
2020-05-26 10:01:49 -04:00
* [#4650 ](https://github.com/netbox-community/netbox/issues/4650 ) - Expose `INTERNAL_IPS` configuration parameter
2020-05-26 09:05:18 -04:00
* [#4651 ](https://github.com/netbox-community/netbox/issues/4651 ) - Add `csrf_token` context for plugin templates
* [#4652 ](https://github.com/netbox-community/netbox/issues/4652 ) - Add permissions context for plugin templates
2020-05-20 09:36:55 -04:00
* [#4665 ](https://github.com/netbox-community/netbox/issues/4665 ) - Add NEMA L14 and L21 power port/outlet types
2020-05-26 09:36:27 -04:00
* [#4672 ](https://github.com/netbox-community/netbox/issues/4672 ) - Set default color for rack and devices roles
2020-05-20 09:36:55 -04:00
2020-05-15 02:31:45 -04:00
### Bug Fixes
* [#3304 ](https://github.com/netbox-community/netbox/issues/3304 ) - Fix caching invalidation issue related to device/virtual machine primary IP addresses
2020-05-26 15:34:29 -04:00
* [#4525 ](https://github.com/netbox-community/netbox/issues/4525 ) - Allow passing initial data to custom script MultiObjectVar
2020-05-15 09:02:56 -04:00
* [#4644 ](https://github.com/netbox-community/netbox/issues/4644 ) - Fix ordering of services table by parent
2020-05-15 09:13:51 -04:00
* [#4646 ](https://github.com/netbox-community/netbox/issues/4646 ) - Correct UI link for reports with custom name
2020-05-15 09:02:56 -04:00
* [#4647 ](https://github.com/netbox-community/netbox/issues/4647 ) - Fix caching invalidation issue related to assigning new IP addresses to interfaces
2020-05-15 09:36:16 -04:00
* [#4648 ](https://github.com/netbox-community/netbox/issues/4648 ) - Fix bulk CSV import of child devices
2020-05-15 09:44:00 -04:00
* [#4649 ](https://github.com/netbox-community/netbox/issues/4649 ) - Fix interface assignment for bulk-imported IP addresses
2020-05-26 01:23:23 -04:00
* [#4676 ](https://github.com/netbox-community/netbox/issues/4676 ) - Set default value of `REMOTE_AUTH_AUTO_CREATE_USER` as `False` in docs
2020-05-26 09:11:50 -04:00
* [#4684 ](https://github.com/netbox-community/netbox/issues/4684 ) - Respect `comments` field when importing device type in YAML/JSON format
2020-05-15 02:31:45 -04:00
---
2020-05-20 10:37:26 -04:00
## v2.8.4 (2020-05-13)
2020-05-07 10:34:33 -04:00
2020-05-13 09:20:24 -04:00
### Enhancements
* [#4632 ](https://github.com/netbox-community/netbox/issues/4632 ) - Extend email configuration parameters to support SSL/TLS
2020-05-07 10:34:33 -04:00
### Bug Fixes
* [#4598 ](https://github.com/netbox-community/netbox/issues/4598 ) - Display error message when invalid cable length is specified
2020-05-07 16:22:04 -04:00
* [#4604 ](https://github.com/netbox-community/netbox/issues/4604 ) - Multi-position rear ports may only be connected to other rear ports
2020-05-09 23:06:24 -04:00
* [#4607 ](https://github.com/netbox-community/netbox/issues/4607 ) - Missing Contextual help for API Tokens
2020-05-13 10:28:48 -04:00
* [#4613 ](https://github.com/netbox-community/netbox/issues/4613 ) - Fix tag assignment on config contexts (regression from #4527 )
2020-05-13 17:08:48 -04:00
* [#4617 ](https://github.com/netbox-community/netbox/issues/4617 ) - Restore IP prefix depth notation in list view
2020-05-13 16:25:22 -04:00
* [#4629 ](https://github.com/netbox-community/netbox/issues/4629 ) - Replicate assigned interface when cloning IP addresses
2020-05-13 08:53:29 -04:00
* [#4633 ](https://github.com/netbox-community/netbox/issues/4633 ) - Bump django-rq to v2.3.2 to fix ImportError with rq 1.4.0
2020-05-13 09:26:56 -05:00
* [#4634 ](https://github.com/netbox-community/netbox/issues/4634 ) - Inventory Item List view exception caused by incorrect accessor definition
2020-05-07 10:34:33 -04:00
---
2020-05-06 23:46:52 -04:00
## v2.8.3 (2020-05-06)
2020-05-06 23:44:06 -04:00
### Bug Fixes
* [#4593 ](https://github.com/netbox-community/netbox/issues/4593 ) - Fix AttributeError exception when viewing object lists as a non-authenticated user
---
2020-05-06 15:04:01 -04:00
## v2.8.2 (2020-05-06)
2020-04-24 11:03:14 -04:00
### Enhancements
2020-05-04 15:14:52 -04:00
* [#492 ](https://github.com/netbox-community/netbox/issues/492 ) - Enable toggling and rearranging table columns
2020-05-06 10:16:23 -04:00
* [#3147 ](https://github.com/netbox-community/netbox/issues/3147 ) - Allow specifying related objects by arbitrary attribute during CSV import
2020-05-06 14:42:51 -04:00
* [#3064 ](https://github.com/netbox-community/netbox/issues/3064 ) - Include tags in object lists as a toggleable table column
2020-04-24 11:03:14 -04:00
* [#3294 ](https://github.com/netbox-community/netbox/issues/3294 ) - Implement mechanism for storing user preferences
2020-04-24 12:01:41 -04:00
* [#4421 ](https://github.com/netbox-community/netbox/issues/4421 ) - Retain user's preference for config context format
2020-04-30 14:59:13 -04:00
* [#4502 ](https://github.com/netbox-community/netbox/issues/4502 ) - Enable configuration of proxies for outbound HTTP requests
2020-04-24 12:01:41 -04:00
* [#4531 ](https://github.com/netbox-community/netbox/issues/4531 ) - Retain user's preference for page length
2020-04-30 13:37:52 -04:00
* [#4554 ](https://github.com/netbox-community/netbox/issues/4554 ) - Add ServerTech's HDOT Cx power outlet type
2020-04-24 11:03:14 -04:00
2020-04-24 11:31:01 -04:00
### Bug Fixes
* [#4527 ](https://github.com/netbox-community/netbox/issues/4527 ) - Fix assignment of certain tags to config contexts
2020-04-29 09:46:24 -04:00
* [#4545 ](https://github.com/netbox-community/netbox/issues/4545 ) - Removed all squashed schema migrations to allow direct upgrades from very old releases
2020-04-29 16:32:30 -04:00
* [#4548 ](https://github.com/netbox-community/netbox/issues/4548 ) - Fix tracing cables through a single RearPort
2020-04-29 00:06:26 -04:00
* [#4549 ](https://github.com/netbox-community/netbox/issues/4549 ) - Fix encoding unicode webhook body data
2020-04-29 15:50:16 -04:00
* [#4556 ](https://github.com/netbox-community/netbox/issues/4556 ) - Update form for adding devices to clusters
2020-05-05 13:41:23 -04:00
* [#4578 ](https://github.com/netbox-community/netbox/issues/4578 ) - Prevent setting 0U height on device type with racked instances
2020-05-06 12:49:04 -04:00
* [#4584 ](https://github.com/netbox-community/netbox/issues/4584 ) - Ensure consistent support for filtering objects by `id` across all REST API endpoints
2020-05-06 15:00:01 -04:00
* [#4588 ](https://github.com/netbox-community/netbox/issues/4588 ) - Restore ability to add/remove tags on services, virtual chassis in bulk
2020-04-24 11:31:01 -04:00
2020-04-24 11:03:14 -04:00
---
2020-04-23 10:11:11 -04:00
## v2.8.1 (2020-04-23)
2020-04-14 12:13:05 -04:00
2020-04-23 10:09:13 -04:00
### Notes
In accordance with the fix in [#4459 ](https://github.com/netbox-community/netbox/issues/4459 ), users that are experiencing invalid nested data with
regions, rack groups, or tenant groups can perform a one-time operation using the NetBox shell to rebuild the correct nested relationships after upgrading:
```text
$ python netbox/manage.py nbshell
### NetBox interactive shell (localhost)
### Python 3.6.4 | Django 3.0.5 | NetBox 2.8.1
### lsmodels() will show available models. Use help(<model>) for more info.
>>> Region.objects.rebuild()
>>> RackGroup.objects.rebuild()
>>> TenantGroup.objects.rebuild()
```
2020-04-20 11:04:15 -04:00
### Enhancements
* [#4464 ](https://github.com/netbox-community/netbox/issues/4464 ) - Add 21-inch rack width (ETSI)
2020-04-14 12:13:05 -04:00
### Bug Fixes
2020-04-21 13:41:38 -04:00
* [#2994 ](https://github.com/netbox-community/netbox/issues/2994 ) - Prevent modifying termination points of existing cable to ensure end-to-end path integrity
2020-04-21 14:12:49 -04:00
* [#3356 ](https://github.com/netbox-community/netbox/issues/3356 ) - Correct Swagger schema specification for the available prefixes/IPs API endpoints
2020-04-22 14:15:41 -04:00
* [#4139 ](https://github.com/netbox-community/netbox/issues/4139 ) - Enable assigning all relevant attributes during bulk device/VM component creation
2020-04-21 16:13:34 -04:00
* [#4336 ](https://github.com/netbox-community/netbox/issues/4336 ) - Ensure interfaces without a subinterface ID are ordered before subinterface zero
2020-04-21 12:51:43 -04:00
* [#4361 ](https://github.com/netbox-community/netbox/issues/4361 ) - Fix Type of `connection_state` in Swagger schema
* [#4388 ](https://github.com/netbox-community/netbox/issues/4388 ) - Fix detection of connected endpoints when connecting rear ports
2020-04-22 16:45:26 -04:00
* [#4459 ](https://github.com/netbox-community/netbox/issues/4459 ) - Fix caching issue resulting in erroneous nested data for regions, rack groups, and tenant groups
2020-04-14 12:13:05 -04:00
* [#4489 ](https://github.com/netbox-community/netbox/issues/4489 ) - Fix display of parent/child role on device type view
2020-04-15 09:37:30 -04:00
* [#4496 ](https://github.com/netbox-community/netbox/issues/4496 ) - Fix exception when validating certain models via REST API
2020-04-21 14:50:15 -04:00
* [#4510 ](https://github.com/netbox-community/netbox/issues/4510 ) - Enforce address family for device primary IPv4/v6 addresses
2020-04-14 12:13:05 -04:00
---
2020-04-13 11:21:33 -04:00
## v2.8.0 (2020-04-13)
2020-03-11 11:27:47 -04:00
2020-04-13 14:38:26 -04:00
**NOTE:** Beginning with release 2.8.0, NetBox requires Python 3.6 or later.
2020-04-10 11:56:52 -04:00
### New Features (Beta)
This releases introduces two new features in beta status. While they are expected to be functional, their precise implementation is subject to change during the v2.8 release cycle. It is recommended to wait until NetBox v2.9 to deploy them in production.
2020-03-11 11:27:47 -04:00
#### Remote Authentication Support ([#2328](https://github.com/netbox-community/netbox/issues/2328))
Several new configuration parameters provide support for authenticating an incoming request based on the value of a specific HTTP header. This can be leveraged to employ remote authentication via an nginx or Apache plugin, directing NetBox to create and configure a local user account as needed. The configuration parameters are:
* `REMOTE_AUTH_ENABLED` - Enables remote authentication (disabled by default)
* `REMOTE_AUTH_HEADER` - The name of the HTTP header which conveys the username
* `REMOTE_AUTH_AUTO_CREATE_USER` - Enables the automatic creation of new users (disabled by default)
* `REMOTE_AUTH_DEFAULT_GROUPS` - A list of groups to assign newly created users
* `REMOTE_AUTH_DEFAULT_PERMISSIONS` - A list of permissions to assign newly created users
If further customization of remote authentication is desired (for instance, if you want to pass group/permission information via HTTP headers as well), NetBox allows you to inject a custom [Django authentication backend ](https://docs.djangoproject.com/en/stable/topics/auth/customizing/ ) to retain full control over the authentication and configuration of remote users.
2020-03-30 13:09:10 -04:00
#### Plugins ([#3351](https://github.com/netbox-community/netbox/issues/3351))
This release introduces support for custom plugins, which can be used to extend NetBox's functionality beyond what the core product provides. For example, plugins can be used to:
* Add new Django models
* Provide new views with custom templates
* Inject custom template into object views
* Introduce new API endpoints
* Add custom request/response middleware
2020-04-10 11:56:52 -04:00
For NetBox plugins to be recognized, they must be installed and added by name to the `PLUGINS` configuration parameter. (Plugin support is disabled by default.) Plugins can be configured under the `PLUGINS_CONFIG` parameter. More information can be found the in the [plugins documentation ](https://netbox.readthedocs.io/en/stable/plugins/ ).
2020-03-30 13:09:10 -04:00
2020-03-11 11:27:47 -04:00
### Enhancements
2020-03-04 14:33:55 -05:00
2020-03-11 21:22:06 -04:00
* [#1754 ](https://github.com/netbox-community/netbox/issues/1754 ) - Added support for nested rack groups
* [#3939 ](https://github.com/netbox-community/netbox/issues/3939 ) - Added support for nested tenant groups
2020-03-13 16:42:47 -04:00
* [#4078 ](https://github.com/netbox-community/netbox/issues/4078 ) - Standardized description fields across all models
2020-04-13 14:37:11 -04:00
* [#4195 ](https://github.com/netbox-community/netbox/issues/4195 ) - Enabled application logging (see [logging configuration ](https://netbox.readthedocs.io/en/stable/configuration/optional-settings/#logging ))
2020-03-04 14:33:55 -05:00
2020-04-13 10:34:44 -04:00
### Bug Fixes
* [#4474 ](https://github.com/netbox-community/netbox/issues/4474 ) - Fix population of device types when bulk editing devices
2020-04-13 10:51:25 -04:00
* [#4476 ](https://github.com/netbox-community/netbox/issues/4476 ) - Correct typo in slugs for Infiniband interface types
2020-04-13 10:34:44 -04:00
2020-03-11 11:27:47 -04:00
### API Changes
2020-02-14 13:59:07 -05:00
2020-03-12 11:38:39 -04:00
* The `_choices` API endpoints have been removed. Instead, use an `OPTIONS` request to a model's endpoint to view the available values for all fields. ([#3416 ](https://github.com/netbox-community/netbox/issues/3416 ))
2020-04-13 11:21:33 -04:00
* The `id__in` filter has been removed from all models ([#4313 ](https://github.com/netbox-community/netbox/issues/4313 )). Use the format `?id=1&id=2` instead.
2020-03-13 16:42:47 -04:00
* dcim.Manufacturer: Added a `description` field
* dcim.Platform: Added a `description` field
2020-03-12 11:38:39 -04:00
* dcim.Rack: The `/api/dcim/racks/<pk>/units/` endpoint has been replaced with `/api/dcim/racks/<pk>/elevation/` .
2020-03-13 16:42:47 -04:00
* dcim.RackGroup: Added a `description` field
* dcim.Region: Added a `description` field
2020-03-13 17:00:00 -04:00
* extras.Tag: Renamed `comments` to `description` ; truncated length to 200 characters; removed Markdown rendering
2020-03-13 16:42:47 -04:00
* ipam.RIR: Added a `description` field
* ipam.VLANGroup: Added a `description` field
* tenancy.TenantGroup: Added a `description` field
* virtualization.ClusterGroup: Added a `description` field
* virtualization.ClusterType: Added a `description` field
2020-02-14 15:44:52 -05:00
2020-03-11 11:27:47 -04:00
### Other Changes
2020-02-14 15:44:52 -05:00
2020-04-13 11:21:33 -04:00
* [#4081 ](https://github.com/netbox-community/netbox/issues/4081 ) - The `family` field has been removed from the Aggregate, Prefix, and IPAddress models. The field remains available in the API representations of these models, however the column has been removed from the database table.