forked from netbox-community/netbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganized CHANGELOG into release notes based on minor version number
- Loading branch information
1 parent
7a65930
commit 3dbf941
Showing
20 changed files
with
2,452 additions
and
2,477 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# v1.0.7-r1 (2016-07-05) | ||
|
||
* [#199](https://github.com/netbox-community/netbox/issues/199) - Correct IP address validation | ||
|
||
--- | ||
|
||
# v1.0.7 (2016-06-30) | ||
|
||
**Note:** If upgrading from a previous release, be sure to run ./upgrade.sh after downloading the new code. | ||
* [#135](https://github.com/netbox-community/netbox/issues/135) - Fixed display of navigation menu on mobile screens | ||
* [#141](https://github.com/netbox-community/netbox/issues/141) - Fixed rendering of "getting started" guide | ||
* Modified upgrade.sh to use sudo for pip installations | ||
* [#109](https://github.com/netbox-community/netbox/issues/109) - Hide the navigation menu from anonymous users if login is required | ||
* [#143](https://github.com/netbox-community/netbox/issues/143) - Add help_text to Device.position | ||
* [#136](https://github.com/netbox-community/netbox/issues/136) - Prefixes which have host bits set will trigger an error instead of being silently corrected | ||
* [#140](https://github.com/netbox-community/netbox/issues/140) - Improved support for Unicode in object names | ||
|
||
--- | ||
|
||
# v1.0.0 (2016-06-27) | ||
|
||
NetBox was originally developed internally at DigitalOcean by the network development team. This release marks the debut of NetBox as an open source project. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# v1.1.0 (2016-07-07) | ||
|
||
## New Features | ||
|
||
* [#107](https://github.com/netbox-community/netbox/pull/107) - Docker support | ||
* [#91](https://github.com/netbox-community/netbox/issues/91) - Support for subdevices within a device | ||
* [#170](https://github.com/netbox-community/netbox/pull/170) - Added MAC address field to interfaces | ||
|
||
## Bug Fixes | ||
|
||
* [#169](https://github.com/netbox-community/netbox/issues/169) - Fix rendering of cancellation URL when editing objects | ||
* [#183](https://github.com/netbox-community/netbox/issues/183) - Ignore vi swap files | ||
* [#209](https://github.com/netbox-community/netbox/issues/209) - Corrected error when not confirming component template deletions | ||
* [#214](https://github.com/netbox-community/netbox/issues/214) - Fixed redundant message on bulk interface creation | ||
* [#68](https://github.com/netbox-community/netbox/issues/68) - Improved permissions-related error reporting for secrets |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# v1.2.2 (2016-07-14) | ||
|
||
## Improvements | ||
|
||
* [#174](https://github.com/netbox-community/netbox/issues/174) - Added search and site filter to provider list | ||
* [#270](https://github.com/netbox-community/netbox/issues/270) - Added the ability to filter devices by rack group | ||
|
||
## Bug Fixes | ||
|
||
* [#115](https://github.com/netbox-community/netbox/issues/115) - Fix deprecated django.core.context_processors reference | ||
* [#268](https://github.com/netbox-community/netbox/issues/268) - Added support for entire 32-bit ASN space | ||
* [#282](https://github.com/netbox-community/netbox/issues/282) - De-select "all" checkbox if one or more objects are deselected | ||
* [#290](https://github.com/netbox-community/netbox/issues/290) - Always display management interfaces for a device type (even if `is_network_device` is not set) | ||
|
||
--- | ||
|
||
# v1.2.1 (2016-07-13) | ||
|
||
**Note:** This release introduces a new dependency ([natsort](https://pypi.python.org/pypi/natsort)). Be sure to run `upgrade.sh` if upgrading from a previous release. | ||
|
||
## Improvements | ||
|
||
* [#285](https://github.com/netbox-community/netbox/issues/285) - Added the ability to prefer IPv4 over IPv6 for primary device IPs | ||
|
||
## Bug Fixes | ||
|
||
* [#243](https://github.com/netbox-community/netbox/issues/243) - Improved ordering of device object lists | ||
* [#271](https://github.com/netbox-community/netbox/issues/271) - Fixed primary_ip bug in secrets API | ||
* [#274](https://github.com/netbox-community/netbox/issues/274) - Fixed primary_ip bug in DCIM admin UI | ||
* [#275](https://github.com/netbox-community/netbox/issues/275) - Fixed bug preventing the expansion of an existing aggregate | ||
|
||
--- | ||
|
||
# v1.2.0 (2016-07-12) | ||
|
||
## New Features | ||
|
||
* [#73](https://github.com/netbox-community/netbox/issues/73) - Added optional persistent banner | ||
* [#93](https://github.com/netbox-community/netbox/issues/73) - Ability to set both IPv4 and IPv6 primary IPs for devices | ||
* [#203](https://github.com/netbox-community/netbox/issues/203) - Introduced support for LDAP | ||
|
||
## Bug Fixes | ||
|
||
* [#162](https://github.com/netbox-community/netbox/issues/228) - Fixed support for Unicode characters in rack/device/VLAN names | ||
* [#228](https://github.com/netbox-community/netbox/issues/228) - Corrected conditional inclusion of device bay templates | ||
* [#246](https://github.com/netbox-community/netbox/issues/246) - Corrected Docker build instructions | ||
* [#260](https://github.com/netbox-community/netbox/issues/260) - Fixed error on admin UI device type list | ||
* Miscellaneous layout improvements for mobile devices |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# v1.3.2 (2016-07-26) | ||
|
||
## Improvements | ||
|
||
* [#292](https://github.com/netbox-community/netbox/issues/292) - Added part_number field to DeviceType | ||
* [#363](https://github.com/netbox-community/netbox/issues/363) - Added a description field to the VLAN model | ||
* [#374](https://github.com/netbox-community/netbox/issues/374) - Increased VLAN name length to 64 characters | ||
* Enabled bulk deletion of interfaces from devices | ||
|
||
## Bug Fixes | ||
|
||
* [#359](https://github.com/netbox-community/netbox/issues/359) - Corrected the DCIM API endpoint for finding related connections | ||
* [#370](https://github.com/netbox-community/netbox/issues/370) - Notify user when secret decryption fails | ||
* [#381](https://github.com/netbox-community/netbox/issues/381) - Fix 'u_consumed' error on rack import | ||
* [#384](https://github.com/netbox-community/netbox/issues/384) - Fixed description field's maximum length on IPAM bulk edit forms | ||
* [#385](https://github.com/netbox-community/netbox/issues/385) - Fixed error when deleting a user with one or more associated UserActions | ||
|
||
--- | ||
|
||
# v1.3.1 (2016-07-21) | ||
|
||
## Improvements | ||
|
||
* [#258](https://github.com/netbox-community/netbox/issues/258) - Add an API endpoint to list interface connections | ||
* [#303](https://github.com/netbox-community/netbox/issues/303) - Improved numeric ordering of sites, racks, and devices | ||
* [#304](https://github.com/netbox-community/netbox/issues/304) - Display utilization percentage on rack list | ||
* [#327](https://github.com/netbox-community/netbox/issues/327) - Disable rack assignment for installed child devices | ||
|
||
## Bug Fixes | ||
|
||
* [#331](https://github.com/netbox-community/netbox/issues/331) - Add group field to VLAN bulk edit form | ||
* Miscellaneous improvements to Unicode handling | ||
|
||
--- | ||
|
||
# v1.3.0 (2016-07-18) | ||
|
||
## New Features | ||
|
||
* [#42](https://github.com/netbox-community/netbox/issues/42) - Allow assignment of VLAN on prefix import | ||
* [#43](https://github.com/netbox-community/netbox/issues/43) - Toggling of IP space uniqueness within a VRF | ||
* [#111](https://github.com/netbox-community/netbox/issues/111) - Introduces VLAN groups | ||
* [#227](https://github.com/netbox-community/netbox/issues/227) - Support for bulk import of child devices | ||
|
||
## Bug Fixes | ||
|
||
* [#301](https://github.com/netbox-community/netbox/issues/301) - Prevent deletion of DeviceBay when installed device is deleted | ||
* [#306](https://github.com/netbox-community/netbox/issues/306) - Fixed device import to allow an unspecified rack face | ||
* [#307](https://github.com/netbox-community/netbox/issues/307) - Catch `RelatedObjectDoesNotExist` when an invalid device type is defined during device import | ||
* [#308](https://github.com/netbox-community/netbox/issues/308) - Update rack assignment for all child devices when moving a parent device | ||
* [#311](https://github.com/netbox-community/netbox/issues/311) - Fix assignment of primary_ip on IP address import | ||
* [#317](https://github.com/netbox-community/netbox/issues/317) - Rack elevation display fix for device types greater than 42U in height | ||
* [#320](https://github.com/netbox-community/netbox/issues/320) - Disallow import of prefixes with host masks | ||
* [#322](https://github.com/netbox-community/netbox/issues/320) - Corrected VLAN import behavior |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# v1.4.2 (2016-08-06) | ||
|
||
## Improvements | ||
|
||
* [#167](https://github.com/netbox-community/netbox/issues/167) - Added new interface form factors | ||
* [#253](https://github.com/netbox-community/netbox/issues/253) - Added new interface form factors | ||
* [#434](https://github.com/netbox-community/netbox/issues/434) - Restored admin UI access to user action history (however bulk deletion is disabled) | ||
* [#435](https://github.com/netbox-community/netbox/issues/435) - Added an "add prefix" button to the VLAN view | ||
|
||
## Bug Fixes | ||
|
||
* [#425](https://github.com/netbox-community/netbox/issues/425) - Ignore leading and trailing periods when generating a slug | ||
* [#427](https://github.com/netbox-community/netbox/issues/427) - Prevent error when duplicate IPs are present in a prefix's IP list | ||
* [#429](https://github.com/netbox-community/netbox/issues/429) - Correct redirection of user when adding a secret to a device | ||
|
||
--- | ||
|
||
# v1.4.1 (2016-08-03) | ||
|
||
## Improvements | ||
|
||
* [#289](https://github.com/netbox-community/netbox/issues/289) - Annotate available ranges in prefix IP list | ||
* [#412](https://github.com/netbox-community/netbox/issues/412) - Tenant group assignment is no longer mandatory | ||
* [#422](https://github.com/netbox-community/netbox/issues/422) - CSV import now supports double-quoting values which contain commas | ||
|
||
## Bug Fixes | ||
|
||
* [#395](https://github.com/netbox-community/netbox/issues/395) - Show child prefixes from all VRFs if the parent belongs to the global table | ||
* [#406](https://github.com/netbox-community/netbox/issues/406) - Fixed circuit list rendring when filtering on port speed or commit rate | ||
* [#409](https://github.com/netbox-community/netbox/issues/409) - Filter IPs and prefixes by tenant slug rather than by its PK | ||
* [#411](https://github.com/netbox-community/netbox/issues/411) - Corrected title of secret roles view | ||
* [#419](https://github.com/netbox-community/netbox/issues/419) - Fixed a potential database performance issue when gathering tenant statistics | ||
|
||
--- | ||
|
||
# v1.4.0 (2016-08-01) | ||
|
||
## New Features | ||
|
||
### Multitenancy ([#16](https://github.com/netbox-community/netbox/issues/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](https://github.com/netbox-community/netbox/issues/176) - Introduced seed data for new installs | ||
* [#358](https://github.com/netbox-community/netbox/issues/358) - Improved search for all objects | ||
* [#394](https://github.com/netbox-community/netbox/issues/394) - Improved VRF selection during bulk editing of prefixes and IP addresses | ||
* Miscellaneous cosmetic improvements to the UI | ||
|
||
## Bug Fixes | ||
|
||
* [#392](https://github.com/netbox-community/netbox/issues/392) - Don't include child devices in non-racked devices table | ||
* [#397](https://github.com/netbox-community/netbox/issues/397) - Only include child IPs which belong to the same VRF as the parent prefix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# v1.5.2 (2016-08-16) | ||
|
||
## Bug Fixes | ||
|
||
* [#460](https://github.com/netbox-community/netbox/issues/460) - Corrected ordering of IP addresses with differing prefix lengths | ||
* [#463](https://github.com/netbox-community/netbox/issues/463) - Prevent pre-population of livesearch field with '---------' | ||
* [#467](https://github.com/netbox-community/netbox/issues/467) - Include prefixes and IPs which inherit tenancy from their VRF in tenant stats | ||
* [#468](https://github.com/netbox-community/netbox/issues/468) - Don't allow connected interfaces to be changed to the "virtual" form factor | ||
* [#469](https://github.com/netbox-community/netbox/issues/469) - Added missing import buttons to list views | ||
* [#472](https://github.com/netbox-community/netbox/issues/472) - Hide the connection button for interfaces which have a circuit terminated to them | ||
|
||
--- | ||
|
||
# v1.5.1 (2016-08-11) | ||
|
||
## Improvements | ||
|
||
* [#421](https://github.com/netbox-community/netbox/issues/421) - Added an asset tag field to devices | ||
* [#456](https://github.com/netbox-community/netbox/issues/456) - Added IP search box to home page | ||
* Colorized rack and device roles | ||
|
||
## Bug Fixes | ||
|
||
* [#454](https://github.com/netbox-community/netbox/issues/454) - Corrected error on rack export | ||
* [#457](https://github.com/netbox-community/netbox/issues/457) - Added role field to rack edit form | ||
|
||
--- | ||
|
||
# v1.5.0 (2016-08-10) | ||
|
||
## New Features | ||
|
||
### Rack Enhancements ([#180](https://github.com/netbox-community/netbox/issues/180), [#241](https://github.com/netbox-community/netbox/issues/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](https://github.com/netbox-community/netbox/issues/149) - Added discrete upstream speed field for circuits | ||
* [#157](https://github.com/netbox-community/netbox/issues/157) - Added manufacturer field for device modules | ||
* We have a logo! | ||
* Upgraded to Django 1.10 | ||
|
||
## Bug Fixes | ||
|
||
* [#433](https://github.com/netbox-community/netbox/issues/433) - Corrected form validation when editing child devices | ||
* [#442](https://github.com/netbox-community/netbox/issues/442) - Corrected child device import instructions | ||
* [#443](https://github.com/netbox-community/netbox/issues/443) - Correctly display and initialize VRF for creation of new IP addresses | ||
* [#444](https://github.com/netbox-community/netbox/issues/444) - Corrected prefix model validation | ||
* [#445](https://github.com/netbox-community/netbox/issues/445) - Limit rack height to between 1U and 100U (inclusive) |
Oops, something went wrong.