Skip to content

Releases: lxdware/lxd-dashboard

Version 3.8.0

31 Aug 09:18
Compare
Choose a tag to compare

v3.8.0

  • Added a check for a null config in storage pools
  • Added image token cleanup with downloading images while in a cluster

Version 3.7.0

20 Mar 09:14
Compare
Choose a tag to compare

v3.7.0

  • Set console/exec terminal height to 25 rows because xterm.js defaults to 24 and lxd defaults to 25 there was a single row mismatch
  • Added qemu.conf to virtual machine configuration options
  • Changed cloud-init user data to use POST method rather than GET
  • Merged pull request improving websocket close on exec/console websockets
  • Added check for empty storage pool source configuration array item

Version 3.6.0

09 Dec 15:28
Compare
Choose a tag to compare

v3.6.0

  • Merged pull request adding cloud init user data option for new containers via form
  • Fixed typo preventing OS version number from showing in remotes-single.php page, under LXD Information

Version 3.5.0

24 Oct 02:36
Compare
Choose a tag to compare

v3.5.0

  • Updated container image catalog based on results from from https://us.lxd.images
  • Merged pull request updating MySQL statements for auto increment and now time

Version 3.4.0

03 Apr 21:02
Compare
Choose a tag to compare

v3.4.0

  • Added additional delete option for powered-off instances on the containers and virtual machines pages
  • Fixed bug in populating both profile and cluster member options in drop-down box for virtual machine configurations
  • Added verification for numeric values in instance memory gauge display

Version 3.3.0

01 Apr 00:25
Compare
Choose a tag to compare

v3.3.0

  • Updated PDO try-catch exception for PHP 8
  • Created recursive PHP in_array for SQLite Pragma array search in PHP 8
  • Improved handling of external port for remotes
  • Fixed bug with scope of curl variables

Version 3.2.0

21 Mar 09:34
Compare
Choose a tag to compare

Version 3.2.0

  • added removal confirmation of remote hosts
  • added preference choices for logging and logs page
  • added preferences for custom page refresh rates
  • added preferences for custom API connection and operation timeout
  • improved CPU gauge, changing from top to /proc/stat readings
  • improved handling connection to unresponsive remote hosts
  • fixed bug with adding hosts due to data type

Version 3.1.0

17 Dec 19:43
Compare
Choose a tag to compare
  • improved performance of page loads
    
  • updated instance backups to include a filesize of exported files
    
  • updated exporting backup image to using a script to spawn it off into a background process
    
  • updated remote host table header
    
  • updated link to display all volume types on storage volumes page
    
  • reduced curl connection timeout
    

Version 3.0.0

01 Dec 02:32
Compare
Choose a tag to compare

This new release has many changes to include:

  • Separation of container and virtual machine instances
  • Added config options for containers and virtual machines
  • Added device options for containers and virtual machines
  • managing the local certificate file
  • external address and port number options for websocket connections
  • image catalog for easier downloading of LXD images
  • page refresh icons to reload content as needed
  • improvements to web theme

Version 2.3.0

24 Sep 19:52
Compare
Choose a tag to compare

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