1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

5.7 KiB

v1.6.3 (2016-10-19)

Improvements

  • #353 - Bulk editing of device and device type interfaces
  • #527 - Support for nullification of fields when bulk editing
  • #592 - Allow space-delimited lists of ALLOWED_HOSTS in Docker
  • #608 - Added "select all" button for device and device type components

Bug Fixes

  • #602 - Correct display of custom integer fields with value of 0 or 1
  • #604 - Correct display of unnamed devices in form selection fields
  • #611 - Power/console/interface connection import: status field should be case-insensitive
  • #615 - Account for BASE_PATH in static URLs and during login
  • #616 - Correct display of custom URL fields

v1.6.2-r1 (2016-10-04)

Improvements

  • #212 - Introduced the BASE_PATH configuration setting to allow running NetBox in a URL subdirectory
  • #345 - Bulk edit: allow user to select all objects on page or all matching query
  • #475 - Display "add" buttons at top and bottom of all device/device type panels
  • #480 - Improved layout on mobile devices
  • #481 - Require interface creation before trying to assign an IP to a device
  • #575 - Allow all valid URL schemes in custom fields
  • #579 - Add a description field to export templates

Bug Fixes

  • #466 - Validate available free space for all instances when increasing the U height of a device type
  • #571 - Correct rack group filter on device list
  • #576 - Delete all relevant CustomFieldValues when deleting a CustomFieldChoice
  • #581 - Correct initialization of custom boolean and select fields
  • #591 - Correct display of component creation buttons in device type view

v1.6.1-r1 (2016-09-21)

Improvements

  • #415 - Add an expand/collapse toggle button to the prefix list
  • #552 - Allow filtering on custom select fields by "none"
  • #561 - Make custom fields accessible from within export templates

Bug Fixes

  • #493 - CSV import support for UTF-8
  • #531 - Order prefix list by VRF assignment
  • #542 - Add LDAP support in Docker
  • #557 - Add 'global' choice to VRF filter for prefixes and IP addresses
  • #558 - Update slug field when name is populated without a key press
  • #562 - Fixed bulk interface creation
  • #564 - Display custom fields for all applicable objects

v1.6.0 (2016-09-13)

New Features

Custom Fields (#129)

Users can now create custom fields to associate arbitrary data with core NetBox objects. For example, you might want to add a geolocation tag to IP prefixes, or a ticket number to each device. Text, integer, boolean, date, URL, and selection fields are supported.

Improvements

  • #489 - Docker file now builds from a python:2.7-wheezy base instead of ubuntu:14.04
  • #540 - Add links for VLAN roles under VLAN navigation menu
  • Added new interface form factors
  • Added address family filters to aggregate and prefix lists

Bug Fixes

  • #476 - Corrected rack import instructions
  • #484 - Allow bulk deletion of >1K objects
  • #486 - Prompt for secret key only if updating a secret's value
  • #490 - Corrected display of circuit commit rate
  • #495 - Include tenant in prefix and IP CSV export
  • #507 - Corrected rendering of nav menu on screens narrower than 1200px
  • #515 - Clarified instructions for the "face" field when importing devices
  • #522 - Remove obsolete check for staff status when bulk deleting objects
  • #544 - Strip CRLF-style line terminators from rendered export templates