-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b782fbb
commit 22732a6
Showing
1 changed file
with
2 additions
and
32 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,32 +1,2 @@ | ||
# v2.3.0 | ||
- Feature: Added PHP configuration for creating Networks and Storage Pools using JSON in clustered hosts | ||
- Feature: Utilized local web browser storage to save the state of the sidebar toggle between pages and page reloads | ||
- Improvement: Added additional 200 status_code checks on API calls for lists of LXD items | ||
- Improvement: Disabled container-only and vm-only instance configuration options for the non-selected instance type | ||
- Bug Fix: Now updates instance memory and cpu limits on container-only and vm-only options when virtual-machine selected | ||
|
||
# v2.2.0 | ||
- Feature: Additional configuration properties have been added to the web form for creating Storage Pools and Storage Volumes, including clustered servers | ||
- Feature: Additional configuration properties have been added to the web form for creating Projects | ||
- Feature: Added cluster configuration to the creation of networks from form entries | ||
- Feature: Filtered the default view of Storage Volumes to show only custom type storage volumes by default and provided link to remove this filter | ||
|
||
# v2.1.0 | ||
- Feature: Users can now add network, disk, and proxy devices directly to an instance from a form | ||
- Feature: Users can now remove network, disk, and proxy devices from an instance using the dashboard | ||
- Feature: Additional configuration properties have been added to the web form for creating Networks | ||
- Feature: Users can add/remove Network ACL egress/ingress rules using the dashboard | ||
- Feature: The Exec terminal experience has been added to instances | ||
- Feature: Users can click on the "Check for updates" button in the About modal to get a version status | ||
|
||
# v2.0.3 | ||
- Bug Fix: Continuing the bug fix from previous version, used float type casting for memory variables on remote-single page rather than letting PHP automatically deciding on variable type. | ||
|
||
# v2.0.2 | ||
- Bug Fix: Replaced PHP round() function with number_format() to force the format of two decimal places on instance-single and remote-single pages. | ||
|
||
# v2.0.1 | ||
- Bug Fix: Added strtolower() when comparing if cluster member is fully operational. Both "Fully operational" and "fully operational" messages now result to true when providing a list of cluster members to migrate an instance to. | ||
|
||
# v2.0.0 | ||
- initial release of the LXDWARE LXD dashboard version 2.0.0 | ||
# v3.0.0 | ||
- initial release of the LXDWARE LXD dashboard version 3.0.0 |