Releases: netbox-community/netbox
v1.7.1 - 2016-11-15
v1.7.0 - 2016-11-03
New Features
IP address statuses (#87)
An IP address can now be designated as active, reserved, or DHCP. The DHCP status implies that the IP address is part of a DHCP pool and may or may not be assigned to a DHCP client.
Top-to-bottom rack numbering (#191)
Racks can now be set to have descending rack units, with U1 at the top of the rack. When adding a device to a rack with descending units, be sure to position it in the lowest-numbered unit which it occupies (this will be physically the topmost unit).
Improvements
- #211 - Allow device assignment and removal from IP address view
- #630 - Added a custom 404 page
- #652 - Use password input controls when editing secrets
- #654 - Added Cisco FlexStack and FlexStack Plus form factors
- #661 - Display relevant IP addressing when viewing a circuit
Bug Fixes
- #632 - Use semicolons instead of commas to separate regexes in topology maps
- #647 - Extend form used when assigning an IP to a device
- #657 - Unicode error when adding device modules
- #660 - Corrected calculation of utilized space in rack list
- #664 - Fixed bulk creation of interfaces across multiple devices
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 ofubuntu: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
v1.5.2 - 2016-08-16
Bug Fixes
- #460 - Corrected ordering of IP addresses with differing prefix lengths
- #463 - Prevent pre-population of livesearch field with '---------'
- #467 - Include prefixes and IPs which inherit tenancy from their VRF in tenant stats
- #468 - Don't allow connected interfaces to be changed to the "virtual" form factor
- #469 - Added missing import buttons to list views
- #472 - Hide the connection button for interfaces which have a circuit terminated to them
v1.5.1 - 2016-08-11
v1.5.0 - 2016-08-10
New Features
Rack Enhancements (#180, #241)
Like devices, racks can now be assigned to functional roles. This allows users to group racks by designated function as well as by physical location (rack groups). Additionally, rack can now have a defined rail-to-rail width (19 or 23 inches) and a type (two-post-rack, cabinet, etc.).
Improvements
- #149 - Added discrete upstream speed field for circuits
- #157 - Added manufacturer field for device modules
- We have a logo!
- Upgraded to Django 1.10