Skip to content

Releases: netbox-community/netbox

v1.6.1-r1 - 2016-09-21

21 Sep 15:45
Compare
Choose a tag to compare

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

13 Sep 16:17
Compare
Choose a tag to compare

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

v1.5.2 - 2016-08-16

16 Aug 13:35
Compare
Choose a tag to compare

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

11 Aug 17:55
Compare
Choose a tag to compare

Improvements

  • #421 - Added an asset tag field to devices
  • #456 - Added IP search box to home page
  • Colorized rack and device roles

Bug Fixes

  • #454 - Corrected error on rack export
  • #457 - Added role field to rack edit form

v1.5.0 - 2016-08-10

10 Aug 21:48
Compare
Choose a tag to compare

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

Bug Fixes

  • #433 - Corrected form validation when editing child devices
  • #442 - Corrected child device import instructions
  • #443 - Correctly display and initialize VRF for creation of new IP addresses
  • #444 - Corrected prefix model validation
  • #445 - Limit rack height to between 1U and 100U (inclusive)

v1.4.2 - 2016-08-06

06 Aug 20:33
Compare
Choose a tag to compare

Improvements

  • #167 - Added new interface form factors
  • #253 - Added new interface form factors
  • #434 - Restored admin UI access to user action history (however bulk deletion is disabled)
  • #435 - Added an "add prefix" button to the VLAN view

Bug Fixes

  • #425 - Ignore leading and trailing periods when generating a slug
  • #427 - Prevent error when duplicate IPs are present in a prefix's IP list
  • #429 - Correct redirection of user when adding a secret to a device

v1.4.1 - 2016-08-03

03 Aug 21:47
Compare
Choose a tag to compare

Improvements

  • #289 - Annotate available ranges in prefix IP list
  • #412 - Tenant group assignment is no longer mandatory
  • #422 - CSV import now supports double-quoting values which contain commas

Bug Fixes

  • #395 - Show child prefixes from all VRFs if the parent belongs to the global table
  • #406 - Fixed circuit list rendring when filtering on port speed or commit rate
  • #409 - Filter IPs and prefixes by tenant slug rather than by its PK
  • #411 - Corrected title of secret roles view
  • #419 - Fixed a potential database performance issue when gathering tenant statistics

v1.4.0 - 2016-08-01

01 Aug 17:45
Compare
Choose a tag to compare

New Features

Multitenancy (#16)

NetBox now supports tenants and tenant groups. Sites, racks, devices, VRFs, prefixes, IP addresses, VLANs, and circuits can be assigned to tenants to track the allocation of these resources among customers or internal departments. If a prefix or IP address does not have a tenant assigned, it will fall back to the tenant assigned to its parent VRF (where applicable).

Improvements

  • #176 - Introduced seed data for new installs
  • #358 - Improved search for all objects
  • #394 - Improved VRF selection during bulk editing of prefixes and IP addresses
  • Miscellaneous cosmetic improvements to the UI

Bug Fixes

  • #392 - Don't include child devices in non-racked devices table
  • #397 - Only include child IPs which belong to the same VRF as the parent prefix

v1.3.2 - 2016-07-26

26 Jul 16:23
Compare
Choose a tag to compare

Improvements

  • #292 - Added part_number field to DeviceType
  • #363 - Added a description field to the VLAN model
  • #374 - Increased VLAN name length to 64 characters
  • Enabled bulk deletion of interfaces from devices

Bug Fixes

  • #359 - Corrected the DCIM API endpoint for finding related connections
  • #370 - Notify user when secret decryption fails
  • #381 - Fix 'u_consumed' error on rack import
  • #384 - Fixed description field's maximum length on IPAM bulk edit forms
  • #385 - Fixed error when deleting a user with one or more associated UserActions

v1.3.1 - 2016-07-21

21 Jul 15:49
Compare
Choose a tag to compare

Improvements

  • #258 - Add an API endpoint to list interface connections
  • #303 - Improved numeric ordering of sites, racks, and devices
  • #304 - Display utilization percentage on rack list
  • #327 - Disable rack assignment for installed child devices

Bug Fixes

  • #331 - Add group field to VLAN bulk edit form
  • Miscellaneous improvements to Unicode handling