Skip to content

Releases: netbox-community/netbox

v1.3.0 - 2016-07-18

18 Jul 17:49
Compare
Choose a tag to compare

New Features

  • #42 - Allow assignment of VLAN on prefix import
  • #43 - Toggling of IP space uniqueness within a VRF
  • #111 - Introduces VLAN groups
  • #227 - Support for bulk import of child devices

Bug Fixes

  • #301 - Prevent deletion of DeviceBay when installed device is deleted
  • #306 - Fixed device import to allow an unspecified rack face
  • #307 - Catch RelatedObjectDoesNotExist when an invalid device type is defined during device import
  • #308 - Update rack assignment for all child devices when moving a parent device
  • #311 - Fix assignment of primary_ip on IP address import
  • #317 - Rack elevation display fix for device types greater than 42U in height
  • #320 - Disallow import of prefixes with host masks
  • #322 - Corrected VLAN import behavior

v1.2.2 - 2016-07-14

14 Jul 19:22
Compare
Choose a tag to compare

Improvements

  • #174 - Added search and site filter to provider list
  • #270 - Added the ability to filter devices by rack group

Bug Fixes

  • #115 - Fix deprecated django.core.context_processors reference
  • #268 - Added support for entire 32-bit ASN space
  • #282 - De-select "all" checkbox if one or more objects are deselected
  • #290 - Always display management interfaces for a device type (even if is_network_device is not set)

v1.2.1 - 2016-07-13

13 Jul 16:09
Compare
Choose a tag to compare

Note: This release introduces a new dependency (natsort). Be sure to run upgrade.sh if upgrading from a previous release.

Improvements

  • #285 - Added the ability to prefer IPv4 over IPv6 for primary device IPs

Bug Fixes

  • #243 - Improved ordering of device object lists
  • #271 - Fixed primary_ip bug in secrets API
  • #274 - Fixed primary_ip bug in DCIM admin UI
  • #275 - Fixed bug preventing the expansion of an existing aggregate

v1.2.0 - 2016-07-12

12 Jul 15:38
Compare
Choose a tag to compare

New Features

  • #73 - Added optional persistent banner
  • #93 - Ability to set both IPv4 and IPv6 primary IPs for devices
  • #203 - Introduced support for LDAP

Bug Fixes

  • #162 - Fixed support for Unicode characters in rack/device/VLAN names
  • #228 - Corrected conditional inclusion of device bay templates
  • #246 - Corrected Docker build instructions
  • #260 - Fixed error on admin UI device type list
  • Miscellaneous layout improvements for mobile devices

v1.1.0 - 2016-07-07

07 Jul 16:53
Compare
Choose a tag to compare

New Features

  • #107 - Docker support
  • #91 - Support for subdevices within a device
  • #170 - Added MAC address field to interfaces

Bug Fixes

  • #169 - Fix rendering of cancellation URL when editing objects
  • #183 - Ignore vi swap files
  • #209 - Corrected error when not confirming component template deletions
  • #214 - Fixed redundant message on bulk interface creation
  • #68 - Improved permissions-related error reporting for secrets

v1.0.7-r1 - 2016-07-05

05 Jul 22:17
Compare
Choose a tag to compare
  • #199 - Correct IP address validation

v1.0.7 - 2016-06-30

30 Jun 22:21
Compare
Choose a tag to compare

Note: If upgrading from a previous release, be sure to run ./upgrade.sh after downloading the new code.

  • #135: Fixed display of navigation menu on mobile screens
  • #141: Fixed rendering of "getting started" guide
  • Modified upgrade.sh to use sudo for pip installations
  • #109: Hide the navigation menu from anonymous users if login is required
  • #143: Add help_text to Device.position
  • #136: Prefixes which have host bits set will trigger an error instead of being silently corrected
  • #140: Improved support for Unicode in object names

Public NetBox release

27 Jun 13:09
Compare
Choose a tag to compare

NetBox was originally developed internally at DigitalOcean by the network development team. This release marks the debut of NetBox as an open source project.